From c5c1c22c56dabaa3894c3df77fd4653c259ad9a7 Mon Sep 17 00:00:00 2001 From: kevdliu <1766838+kevdliu@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:50:18 -0400 Subject: [PATCH] Update ecobee doc for updated config (#24506) Co-authored-by: Franck Nijhof --- source/_integrations/ecobee.markdown | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/source/_integrations/ecobee.markdown b/source/_integrations/ecobee.markdown index c76ed259aff..3fa2e58fc6d 100644 --- a/source/_integrations/ecobee.markdown +++ b/source/_integrations/ecobee.markdown @@ -84,30 +84,17 @@ You must [restart Home Assistant](/docs/configuration/#reloading-changes) for th ## Notifications -To get your ecobee notifications working with Home Assistant, you must first have the main ecobee integration loaded and running. Once you have that configured, you can set up this integration to send messages to your ecobee device. +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. -To use this notification platform in your installation, add the following to your `configuration.yaml` file: +Example service call: ```yaml -# Example configuration.yaml entry -notify: - - name: NOTIFIER_NAME - platform: ecobee +service: notify.ecobee +data: + message: "Hello, this is your thermostat." + target: 0 ``` -{% configuration %} -name: - description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`. - required: false - default: "`notify`" - type: string -index: - description: If you have multiple thermostats, you can specify which one to send the notification to by setting an `index`. The index values assigned to the thermostats are consecutive integers, starting at 0. - required: false - default: 0 - type: integer -{% endconfiguration %} - To use notifications, please see the [getting started with automation page](/getting-started/automation/). ## Thermostat