X4LD1M0
(Stephan Wijman)
1
I am using currently the following trigger to turn on the lights:
trigger:
platform: sun
event: sunset
offset: '-01:00:00'
Is it possible to have it more dynamic that for example if it is clear it is -01:00:00 but anything else would make it -1:30:00 ?
1 Like
metbril
(Robert 🇳🇱🇪🇺)
2
you mean if the weather is clear?
X4LD1M0
(Stephan Wijman)
3
Sorry yes, if the sensor.weather
state is clear (have 1 hour before) and with anything else (rainy, cloudy, etc) to 1:30 before.
yvosound
(Yvosound)
4
maybe you can make 2 automations and make a light sensor turn them on or off.