From b64fe2958979844501741b647309d5273d7b45c6 Mon Sep 17 00:00:00 2001 From: Johan Bloemberg Date: Fri, 8 Jun 2018 20:39:17 +0200 Subject: [PATCH] Passing `inverted` to output should be valid, but does not work, use working invocation in docs until bug is fixed. (#7) --- esphomeyaml/devices/sonoff_basic.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/esphomeyaml/devices/sonoff_basic.rst b/esphomeyaml/devices/sonoff_basic.rst index 9700bd21e..fb0877d2c 100644 --- a/esphomeyaml/devices/sonoff_basic.rst +++ b/esphomeyaml/devices/sonoff_basic.rst @@ -96,8 +96,9 @@ exposes all of the basic functions. output: - platform: esp8266_pwm id: basic_green_led - pin: GPIO13 - inverted: True + pin: + number: GPIO13 + inverted: True light: - platform: monochromatic