Advertisement
pqpxoxa

HA - Push Noti

Oct 16th, 2021
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. alias: Push Garage Door
  2. description: ''
  3. trigger:
  4. - platform: state
  5. entity_id: binary_sensor.d_0_garage_door
  6. condition: []
  7. action:
  8. - data:
  9. message: >-
  10. Garage door is {% if is_state('binary_sensor.d_0_garage_door', 'on')
  11. %}open{% else %}closed{% endif %}
  12. title: Home Assistant
  13. service: notify.pushover
  14. mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement