ha_service
Call any Home Assistant service to control smart home devices. Specify domain, service, and data to trigger actions like turning on switches or setting temperatures.
Instructions
Call any Home Assistant service (e.g. switch/turn_on, climate/set_temperature).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Service data payload (must include entity_id) | |
| domain | Yes | Service domain (e.g. 'switch', 'climate', 'scene') | |
| service | Yes | Service name (e.g. 'turn_on', 'set_temperature') |