-Low-Medium-Full-Custombutton:-platform:templateicon:"mdi:fan-speed-1"name:"${device_name} Low...
-delay:150ms-switch.turn_off:power_short_press-platform:gpioname:"NAS HARD POWER OFF"icon:"mdi:electric-switch"pin:D2#Power button output pinid:power_long_pressinverted:noon_turn_on: -delay:3500ms-switch.turn_off:power_long_pressbinary_sensor: -platform:gpiopin:D1#Power de...
Automatically detect on Home AssistantTotal local control with quick setup and updates.Control using MQTT, Web UI, HTTP or serial.Automate using timers, rules or scripts.Integration with home automation solutions.Incredibly expandable and flexible. Specification: *Input voltage:100-240VAC 50/60Hz*...
Automatically detect on Home Assistant Total local control with quick setup and updates. Control using MQTT, Web UI, HTTP or serial. Automate using timers, rules or scripts. Integration with home automation solutions. Incredibly expandable and flexible. ...
Detect a magnetic window sensor --- .. code-block:: yaml binary_sensor: - platform: remote_receiver name: "Window" rc_switch_raw: code: '110111110001111011100110' filters: - delayed_off: 1000ms Transmit a message using the button component --- .. code-block:: yaml button: - platform: ...
secret mqtt_brokerid:mqtt_clientclient_id:$device_namediscovery:falsewill_message:#A reboot button is always usefulbutton: -platform:restartname:Restart $device_name#A button for the TFT upload-platform:templatename:$device_name Update TFTdevice_class:updateon_press:then:...
But during the button signalling a receive error causes side effects: a single button press might be ignored or may cause a double change, and with multiple consecutive button presses the error probability increases significantly. Activating the ESP8266 WiFi modem sleep while changing the water ...
Btw. I found that relying on the frequency change >40Hz as a trigger to detect if the AC input gets connected to the grid is not reliable. Instead I found that the DC-output is better to use for that (If the DC output will be >40V, the unit is connected to the grid - if not...
"Presence detect" disabled_by_default: false device_class: "occupancy" filters: - delayed_off: !lambda return id(radar_delayed_off).state * 1000; on_release: then: - if: condition: switch.is_on: mute_when_absent then: - switch.turn_on: mute - light.turn_off: led on_press: then:...