nvsch

Untitled

Feb 17th, 2023
1,651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.27 KB | None | 0 0
  1. binary_sensor:
  2.   - name: DoorbellButton
  3.     state_topic: "MQTT_DVES_DOORB/BUTTON"
  4.     payload_on: "ON"
  5.     payload_off: "OFF"
  6.  
  7.   - name: DoorbellMotion
  8.     state_topic: "MQTT_DVES_DOORB/MOTION"
  9.     value_template: '{%if is_state(entity_id,"on")-%}OFF{%-else-%}ON{%-endif%}'
Advertisement
Add Comment
Please, Sign In to add comment