entities_bulk_control
Bulk turn on, off, or toggle any list of entities. Groups by domain to issue a single service call per domain, reducing overhead.
Instructions
Bulk turn_on/turn_off/toggle a list of entities.
Groups entities by domain and issues one service call per domain
(e.g. all light.* get a single light.turn_on).
action must be one of: "turn_on", "turn_off", "toggle".
Returns dict mapping domain -> count of entities affected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_ids | Yes | ||
| action | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||