Update index.rst

This commit is contained in:
Carlos Garcia Saura 2022-08-06 16:28:15 +02:00 committed by GitHub
parent 743ada79e8
commit b8614d2626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -558,10 +558,16 @@ So for example ``above: 5`` with no below would mean the range from 5 to positiv
- platform: dallas
# ...
on_value_range:
above: 5
below: 10
then:
- switch.turn_on: relay_1
- below: 5.0
then:
- switch.turn_on: relay_1
- above: 5.0
below: 10.0
then:
- switch.turn_on: relay_2
- above: 10.0
then:
- switch.turn_on: relay_3
Configuration variables: