Skip to content

Commit 3d24514

Browse files
lee-jsfabaff
authored andcommitted
Exaple code fixed (#1805)
Example config caused hass to fail to start. Corrected and confirmed working.
1 parent c065258 commit 3d24514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/light.yeelight.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ To enable those lights, add the following lines to your `configuration.yaml` fil
1919
```yaml
2020
# Example configuration.yaml entry
2121
light:
22-
platform: yeelight
22+
- platform: yeelight
2323
devices:
2424
192.168.1.25:
2525
name: Front Door
26-
192.168.1.13
26+
192.168.1.13:
2727
name: Living Room
2828
```
2929

0 commit comments

Comments
 (0)