Corrected value for "inverted" (#1309)

* Corrected value for "inverted"

According to the pin schema the value for "inverted" should be true or false, but not yes.

* Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Daniel 2021-07-19 10:04:10 +02:00 committed by GitHub
parent 447e67346d
commit aecbda72dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ To create an active-low switch (one that is turned off by default), use the :ref
- platform: gpio
pin:
number: 25
inverted: yes
inverted: true
Momentary Switch
----------------