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