ha_call_service
Execute any Home Assistant service, such as turning on lights, locking doors, or sending notifications, by specifying domain, service, data, and target.
Instructions
Call a Home Assistant service (e.g. turn on a light, lock a door, send a notification)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Service domain (e.g. 'light', 'switch', 'notify', 'automation') | |
| service | Yes | Service name (e.g. 'turn_on', 'turn_off', 'toggle', 'trigger') | |
| data | No | Service data (e.g. {brightness: 255, color_name: 'blue'}) | |
| target | No | Target entities/areas/devices. Example: {entity_id: 'light.living_room'} or {area_id: 'living_room'} |