mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Exaple code fixed (#1805)
Example config caused hass to fail to start. Corrected and confirmed working.
This commit is contained in:
parent
c065258549
commit
3d24514cfc
@ -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…
x
Reference in New Issue
Block a user