mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Update usage Ecobee notify service (#32336)
* Update usage Ecobee notify service * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
31bd4f6d1a
commit
08603b19b7
@ -84,15 +84,15 @@ You must [restart Home Assistant](/docs/configuration/#reloading-changes) for th
|
||||
|
||||
## Notifications
|
||||
|
||||
The `ecobee` notify platform allows you to send notifications to an ecobee thermostat. The `target` parameter of the service call is required to specify the index of the recipient thermostat. The index values assigned to the thermostats are consecutive integers, starting at 0.
|
||||
The `ecobee` notify platform allows you to send notifications to an ecobee thermostat. For each thermostat found, a `notify` entity will be added.
|
||||
|
||||
Example service call:
|
||||
|
||||
```yaml
|
||||
service: notify.ecobee
|
||||
service: notify.send_message
|
||||
data:
|
||||
message: "Hello, this is your thermostat."
|
||||
target: 0
|
||||
entity_id: notify.ecobee
|
||||
```
|
||||
|
||||
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
||||
|
Loading…
x
Reference in New Issue
Block a user