Exaple code fixed (#1805)

Example config caused hass to fail to start. Corrected and confirmed working.
This commit is contained in:
lee-js 2017-01-17 19:50:22 +00:00 committed by Fabian Affolter
parent c065258549
commit 3d24514cfc

View File

@ -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
``` ```