ha_call_service
Control your smart home by calling any Home Assistant service, from turning on lights to setting climate, with optional parameters.
Instructions
Call any Home Assistant service. Examples: light.turn_on, climate.set_temperature, automation.trigger, scene.turn_on, media_player.play_media. Pass extra params (brightness, temperature, etc.) in data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| domain | Yes | ||
| service | Yes | ||
| entity_id | No |