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
|
||||
# Example configuration.yaml entry
|
||||
light:
|
||||
platform: yeelight
|
||||
- platform: yeelight
|
||||
devices:
|
||||
192.168.1.25:
|
||||
name: Front Door
|
||||
192.168.1.13
|
||||
192.168.1.13:
|
||||
name: Living Room
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue