#When a scene is triggered in automations

1 messages · Page 1 of 1 (latest)

gusty bobcat
#

I am trying to make a automation to trigger when a scene is triggered in HA, How do i do this?

#

How do i make that trigger

boreal pebble
#

The scene entity's state will change to the current time when it's activated.

#

So, a state trigger

gusty bobcat
#

thanks

#

@boreal pebbleHow would i mak eone to change the state of a entity?

#

Like im trying to amke it so at 6am it will cahnge the entity "number.fan_dimmer_switch_default_all_led_off_intensity" to 3

boreal pebble
#

just write an automation to do that with a time trigger

gusty bobcat
boreal pebble
#

yes, that's what I meant

gusty bobcat