mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Update automations
This commit is contained in:
@@ -75,6 +75,10 @@ automation:
|
|||||||
entity_id: fan.philips_airpurifier
|
entity_id: fan.philips_airpurifier
|
||||||
data:
|
data:
|
||||||
speed: "Speed 3"
|
speed: "Speed 3"
|
||||||
|
- service: input_select.select_option
|
||||||
|
entity_id: input_select.purifier_speed
|
||||||
|
data:
|
||||||
|
option: 100
|
||||||
- service: philips_airpurifier_http.set_function
|
- service: philips_airpurifier_http.set_function
|
||||||
data:
|
data:
|
||||||
entity_id: fan.philips_airpurifier
|
entity_id: fan.philips_airpurifier
|
||||||
|
|||||||
@@ -22,9 +22,13 @@ automation:
|
|||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
- condition: or
|
- condition: or
|
||||||
conditions:
|
conditions:
|
||||||
- condition: sun
|
- condition: or
|
||||||
after: sunset
|
conditions:
|
||||||
after_offset: "-01:00:00"
|
- condition: sun
|
||||||
|
after: sunset
|
||||||
|
after_offset: "-01:00:00"
|
||||||
|
- condition: sun
|
||||||
|
before: sunrise
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: sensor.dark_sky_cloud_coverage
|
entity_id: sensor.dark_sky_cloud_coverage
|
||||||
above: 80
|
above: 80
|
||||||
|
|||||||
Reference in New Issue
Block a user