From 08603b19b741ac68cc645d5f149dba0eabc884ae Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Tue, 23 Apr 2024 22:53:45 +0200 Subject: [PATCH] Update usage Ecobee notify service (#32336) * Update usage Ecobee notify service * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/ecobee.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/ecobee.markdown b/source/_integrations/ecobee.markdown index 081a0fe89a9..740953ec29e 100644 --- a/source/_integrations/ecobee.markdown +++ b/source/_integrations/ecobee.markdown @@ -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/).