#Automation to turn all lights on or off

1 messages · Page 1 of 1 (latest)

bronze steppe
#

Hi, I would like to make automation to have buttons on the dashboard to turn off or on all the lights in the house. Can someone help me how to do this?

keen fern
#

i think you should look at either a scene or a group. If all you want to do is turn them off would add all the devices to a scene in the off state and then just activate the scene with the button.

vernal hearth
#

Hi @bronze steppe,

  - action: light.turn_off
    target: all
bronze steppe
vernal hearth