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