From 6d83a2edd622d85c78eefd0e5a96cf0d68364c40 Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Sun, 11 Apr 2021 03:25:07 +0200 Subject: [PATCH] Updated the example configuration for the latest code. --- doc/example.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/example.yaml b/doc/example.yaml index 4705d1e..349a943 100644 --- a/doc/example.yaml +++ b/doc/example.yaml @@ -35,8 +35,6 @@ esphome: light: - platform: yeelight_bs2 name: ${friendly_name} RGBW Light - master1: master1 - master2: master2 default_transition_length: ${transition_length} # You can use any effects that you like. These are just examples. effects: @@ -68,11 +66,3 @@ i2c: sda: GPIO21 scl: GPIO19 scan: True - -output: - - platform: gpio - id: master1 - pin: GPIO33 - - platform: gpio - id: master2 - pin: GPIO4