Turn on / off all lights

Hi all,

normally I used to call light.turn_on/off without entity parameters to switch all my lights.

Now there seems to be a new attribute area_id and my first impressions are:

  • I can’t call the service without entity or area_id any more - at least one is expected.
  • Calling an area_id with light.turn_on does…nothing and area_id is also not in the documentation for the service.

Where can I find detailed information about that? What can I do to just switch on / off ALL lights in future without grouping them or passing them as parameters?

Kind regards

service: light.turn_off
entity_id: all
1 Like

Haha, could have tried that. Thank you!

1 Like