mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-02 23:54:25 +00:00
Tweak purifier automations
This commit is contained in:
@@ -280,7 +280,7 @@ automation:
|
|||||||
entity_id: fan.philips_airpurifier
|
entity_id: fan.philips_airpurifier
|
||||||
- service: script.say
|
- service: script.say
|
||||||
data:
|
data:
|
||||||
message: "Hey, I'm turning on the purifier, because air quality is above 30"
|
message: "Hey, I'm turning on the purifier, because air quality is low"
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: binary_sensor.purifier_out_of_water
|
entity_id: binary_sensor.purifier_out_of_water
|
||||||
state: "off"
|
state: "off"
|
||||||
@@ -297,7 +297,7 @@ automation:
|
|||||||
trigger:
|
trigger:
|
||||||
platform: numeric_state
|
platform: numeric_state
|
||||||
entity_id: sensor.bedroom_weather_humidity
|
entity_id: sensor.bedroom_weather_humidity
|
||||||
above: 50
|
above: 55
|
||||||
condition:
|
condition:
|
||||||
condition: and
|
condition: and
|
||||||
conditions:
|
conditions:
|
||||||
@@ -312,7 +312,7 @@ automation:
|
|||||||
entity_id: fan.philips_airpurifier
|
entity_id: fan.philips_airpurifier
|
||||||
- service: script.say
|
- service: script.say
|
||||||
data:
|
data:
|
||||||
message: "Hey, I'm turning the purifier off, because humidity is below 30"
|
message: "Hey, I'm turning the purifier off, because humidity is okay"
|
||||||
- service: script.purifier_request_update
|
- service: script.purifier_request_update
|
||||||
|
|
||||||
homeassistant:
|
homeassistant:
|
||||||
|
|||||||
Reference in New Issue
Block a user