Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. - alias: T21 ON Weekday1
  2. trigger:
  3. platform: numeric_state
  4. entity_id: sensor.thermostat_21
  5. below: 70
  6. condition:
  7. condition: time
  8. after: '08:00:00'
  9. before: '10:00:00'
  10. weekday:
  11. - mon
  12. - tue
  13. - wed
  14. - thu
  15. - fri
  16. action:
  17. - service: mqtt.publish
  18. data:
  19. topic: 21/relay
  20. payload: '1'
  21. - service: mqtt.publish
  22. data:
  23. topic: 21/state
  24. payload: 'ON'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement