Browse Source

Updated the example configuration for the latest code.

pull/4/head
Maurice Makaay 3 years ago
parent
commit
6d83a2edd6
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      doc/example.yaml

+ 0
- 10
doc/example.yaml View File

@ -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

Loading…
Cancel
Save