Facebook
From Darek, 5 Months ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 129
  1. alias: Przemek Test1
  2. description: ""
  3. trigger:
  4.   - platform: numeric_state
  5.     entity_id:
  6.       - sensor.czujnik_cgg1_1_humidity
  7.     above: 80
  8. condition: []
  9. action:
  10.   - service: switch.turn_on
  11.     data: {}
  12.     target:
  13.       entity_id: switch.mi_air_purifier_3h_child_lock
  14.   - wait_for_trigger:
  15.       - platform: numeric_state
  16.         entity_id:
  17.           - sensor.czujnik_cgg1_1_humidity
  18.         below: 70
  19.   - service: switch.turn_off
  20.     data: {}
  21.     target:
  22.       entity_id: switch.mi_air_purifier_3h_child_lock
  23. mode: single