Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sensor:
- - platform: shtcx
- humidity:
- name: "Umidità"
- on_value_range:
- - above: 5.0
- then:
- - switch.turn_on: ventola1
- - switch.turn_on: umidificatore1
- - below: 5.0
- then:
- - switch.turn_off: umidificatore1
- - delay: 2 min
- - switch.turn_off: ventola1
- temperature:
- name: "Temperatura"
- on_value_range:
- - above: 5.0
- then:
- - switch.turn_on: ventola1
- - switch.turn_on: scaldino1
- - below: 5.0
- then:
- - switch.turn_off: scaldino1
- - delay: 2 min
- - switch.turn_off: ventola1
Advertisement
Add Comment
Please, Sign In to add comment