esphome_call_service
Invoke specific services on ESPHome devices to control IoT hardware, such as turning on lights or switching relays.
Instructions
Call a service on an ESPHome device (e.g. turn on light, switch relay)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Service data/parameters (optional) | |
| service | Yes | Service name to call | |
| device_id | Yes | ESPHome controller device ID | |
| esphome_device | Yes | ESPHome device name |