Update light.nanoleaf_aurora.markdown (#5175)

in current build `- platform: aurora` is not found however `- platform: nanoleaf_aurora` works ok!
This commit is contained in:
Norien 2018-04-15 07:20:16 -04:00 committed by Fabian Affolter
parent e2e44aeb33
commit d0268f1e05

View File

@ -21,7 +21,7 @@ To enable the Aurora lights, add the following lines to your `configuration.yaml
```yaml
# Example configuration.yaml entry
light:
- platform: aurora
- platform: nanoleaf_aurora
host: 192.168.1.10
token: xxxxxxxxxxxxxxxxxxxxx
```