mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-26 22:21:38 +01:00
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:
parent
7abc639bee
commit
e5b8fa5950
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user