Browse Source

Fixed invalid config block in the example-full.yaml.

Thanks for the notice, @davorin.
pull/4/head
Maurice Makaay 3 years ago
parent
commit
8c2ab117e7
1 changed files with 17 additions and 15 deletions
  1. +17
    -15
      doc/example-full.yaml

+ 17
- 15
doc/example-full.yaml View File

@ -36,22 +36,24 @@ esphome:
# components talk to the hardware via this component. Normally, you
# wouldn't need to change anything in the default implementation. You
# can even fully omit this element from the configuration.
# Only define this when you need different pin numbers or want to
# assign specific ID's to the pin components.
yeelight_bs2:
- red_id: TheRedOne
- red: GPIO13
- green_id: TheGreenOne
- green: GPIO14
- blue_id: TheBlueOne
- blue: GPIO5
- white_id: TheWhiteOne
- white: GPIO12
- master1_id: TheFirstMaster
- master1: GPIO33
- master2_id: TheSecondMaster
- master2: GPIO4
- sda: GPIO21
- scl: GPIO19
- trigger_pin: GPIO16
red_id: TheRedOne
red: GPIO13
green_id: TheGreenOne
green: GPIO14
blue_id: TheBlueOne
blue: GPIO5
white_id: TheWhiteOne
white: GPIO12
master1_id: TheFirstMaster
master1: GPIO33
master2_id: TheSecondMaster
master2: GPIO4
sda: GPIO21
scl: GPIO19
trigger_pin: GPIO16
# This component controls the light of the device.
light:


Loading…
Cancel
Save