Exaple code fixed (#1805)
Example config caused hass to fail to start. Corrected and confirmed working.
This commit is contained in:
parent
7236eb3ec5
commit
5247627fb2
1 changed files with 2 additions and 2 deletions
|
@ -19,11 +19,11 @@ To enable those lights, add the following lines to your `configuration.yaml` fil
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
light:
|
light:
|
||||||
platform: yeelight
|
- platform: yeelight
|
||||||
devices:
|
devices:
|
||||||
192.168.1.25:
|
192.168.1.25:
|
||||||
name: Front Door
|
name: Front Door
|
||||||
192.168.1.13
|
192.168.1.13:
|
||||||
name: Living Room
|
name: Living Room
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue