Sonoff S20 yaml fix (#200)

The output component used platform: `binary` which not an output component and should be `gpio`.
This commit is contained in:
Rutger Nijhuis 2019-03-18 16:19:10 +01:00 committed by Otto Winter
parent 7abc639bee
commit e5b8fa5950

View File

@ -271,7 +271,7 @@ in Home Assistant, replace the last part with this:
number: GPIO13
inverted: True
# Note: do *not* make the relay a dimmable (PWM) signal, relays cannot handle that
- platform: binary
- platform: gpio
id: s20_relay
pin: GPIO12