Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. - id: '1572900393196'
  2. alias: Alden Heat On
  3. description: Heater On
  4. trigger:
  5. - below: '67.5'
  6. entity_id: sensor.alden_s_temp
  7. platform: numeric_state
  8. condition:
  9. condition: time
  10. after: '18:30:00'
  11. before: '07:00:00'
  12. action:
  13. - alias: ''
  14. data:
  15. entity_id: switch.01613010840d8eb8b66b
  16. service: switch.turn_on
  17. - data:
  18. message: Heater On
  19. service: notify.mypushbullet
  20. - id: '1572902018116'
  21. alias: Alden Heat Off
  22. description: Heater Off
  23. trigger:
  24. - above: '68.5'
  25. entity_id: sensor.alden_s_temp
  26. platform: numeric_state
  27. condition: []
  28. action:
  29. - data:
  30. entity_id: switch.01613010840d8eb8b66b
  31. service: switch.turn_off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement