I run an automation to turn on some lights in an office when I arrive home and connect to my home wifi. I am using the Home Assistant companion app on iOS 18.5. This has been working fine up until today it seems, when it will only work if I also open up the companion app as well. I used to not have to do this for it to work.
description: ""
triggers:
- trigger: state
entity_id:
- sensor.chris_s_iphone_ssid
to: Distributary
conditions:
- condition: time
after: "10:00:00"
before: "03:00:00"
actions:
- action: light.turn_on
metadata: {}
data:
brightness_pct: 100
effect: Night
target:
entity_id: light.h60a1_787a
- action: light.turn_on
metadata: {}
data:
brightness_pct: 50
effect: Dreamlike
target:
entity_id: light.h6063_23d2
- action: light.turn_on
metadata: {}
data:
rgb_color:
- 94
- 0
- 138
brightness_pct: 100
target:
entity_id:
- light.window_leds
- action: light.turn_on
metadata: {}
data:
rgb_color:
- 0
- 213
- 255
brightness_pct: 100
target:
entity_id:
- light.desk_leds
- action: light.turn_on
metadata: {}
data:
brightness_pct: 100
effect: Night
rgb_color:
- 83
- 0
- 128
target:
entity_id:
- light.monitor_lights
mode: single