Add info about index config to notify documentation (#19722)

Co-authored-by: Przemyslaw (Pem) Lasota <plasota@users.noreply.github.com>
This commit is contained in:
Przemyslaw (Pem) Lasota 2021-10-26 05:16:56 -04:00 committed by GitHub
parent a6ef20afcc
commit b509adfd35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/).