Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ##############################################################
  2. ### Wentylator w łazience:
  3. ##############################################################
  4. - alias: Łazienka Wentylator ON
  5. trigger:
  6. - platform: numeric_state
  7. entity_id: sensor.lazienka
  8. above: 73
  9. action:
  10. - service: switch.turn_on
  11. entity_id:
  12. - switch.Multi_Relay_0_14
  13. - alias: Łazienka Wentylator OFF
  14. trigger:
  15. - platform: numeric_state
  16. entity_id: sensor.lazienka
  17. below: 72
  18. action:
  19. - service: switch.turn_off
  20. entity_id:
  21. - switch.Multi_Relay_0_14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement