From b509adfd3577767fe715fa48861657f99dffa9e1 Mon Sep 17 00:00:00 2001 From: "Przemyslaw (Pem) Lasota" <7025266+plasota@users.noreply.github.com> Date: Tue, 26 Oct 2021 05:16:56 -0400 Subject: [PATCH] Add info about `index` config to notify documentation (#19722) Co-authored-by: Przemyslaw (Pem) Lasota --- source/_integrations/ecobee.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/ecobee.markdown b/source/_integrations/ecobee.markdown index b2e1b705356..f65f11165c8 100644 --- a/source/_integrations/ecobee.markdown +++ b/source/_integrations/ecobee.markdown @@ -98,6 +98,11 @@ 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/).