homeassistant_call_service
Execute specific services on Home Assistant entities by specifying the entity ID, domain, and service. Enables precise control over smart home device actions.
Instructions
Call a service of a Home Assistant entity
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes | The domain of the service | |
entity_id | Yes | The entity ID of the Home Assistant entity | |
service | Yes | The service to call |