mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-09 10:14:41 +00:00
Fix purifier automations
This commit is contained in:
@@ -251,6 +251,9 @@ automation:
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity_id: binary_sensor.purifier_out_of_water
|
entity_id: binary_sensor.purifier_out_of_water
|
||||||
state: "off"
|
state: "off"
|
||||||
|
- condition: state
|
||||||
|
entity_id: fan.philips_airpurifier
|
||||||
|
state: "off"
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.georgi_home
|
entity_id: input_boolean.georgi_home
|
||||||
state: "on"
|
state: "on"
|
||||||
@@ -280,9 +283,14 @@ automation:
|
|||||||
entity_id: sensor.purifier_air_quality
|
entity_id: sensor.purifier_air_quality
|
||||||
above: 30
|
above: 30
|
||||||
condition:
|
condition:
|
||||||
condition: state
|
condition: and
|
||||||
entity_id: input_boolean.georgi_home
|
conditions:
|
||||||
state: "on"
|
- condition: state
|
||||||
|
entity_id: input_boolean.georgi_home
|
||||||
|
state: "on"
|
||||||
|
- condition: state
|
||||||
|
entity_id: fan.philips_airpurifier
|
||||||
|
state: "off"
|
||||||
action:
|
action:
|
||||||
- service: fan.turn_on
|
- service: fan.turn_on
|
||||||
entity_id: fan.philips_airpurifier
|
entity_id: fan.philips_airpurifier
|
||||||
@@ -323,6 +331,9 @@ automation:
|
|||||||
condition:
|
condition:
|
||||||
condition: and
|
condition: and
|
||||||
conditions:
|
conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: fan.philips_airpurifier
|
||||||
|
state: "on"
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: sensor.purifier_function
|
entity_id: sensor.purifier_function
|
||||||
state: "Purification & Humidification"
|
state: "Purification & Humidification"
|
||||||
|
|||||||
Reference in New Issue
Block a user