Skip to content

Commit a2db779

Browse files
Orofabaff
authored andcommitted
Changed from nanoleaf_aurora to nanoleaf (home-assistant#8906)
Now supports multiple nanoleaf light panels
1 parent 03c02ac commit a2db779

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

source/_components/light.nanoleaf_aurora.markdown renamed to source/_components/light.nanoleaf.markdown

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: page
3-
title: "Nanoleaf Aurora Light Panel"
4-
description: "Instructions how to integrate Nanoleaf Aurora Light Panels into Home Assistant."
3+
title: "Nanoleaf Light Panel"
4+
description: "Instructions how to integrate Nanoleaf Light Panels into Home Assistant."
55
date: 2018-01-04 20:00
66
sidebar: true
77
comments: false
88
sharing: true
99
footer: true
10-
logo: nanoleaf_aurora_light.png
10+
logo: nanoleaf_light.png
1111
ha_category: Light
1212
ha_iot_class: "Local Polling"
1313
featured: false
@@ -16,16 +16,16 @@ ha_release: 0.67
1616

1717
### {% linkable_title Configuration Sample %}
1818

19-
The `nanoleaf_aurora` platform allows you to control [Nanoleaf Aurora Light Panels](https://nanoleaf.me) from Home Assistant.
19+
The `nanoleaf` platform allows you to control [Nanoleaf Light Panels](https://nanoleaf.me) from Home Assistant.
2020

21-
The preferred way to set up this platform is by enabling the [discovery component](/components/discovery/). Make sure to press and hold the *ON* button for 5 seconds (the LED will start flashing) on your Nanoleaf Aurora Panel while Home Assistant is starting.
21+
The preferred way to set up this platform is by enabling the [discovery component](/components/discovery/). Make sure to press and hold the *ON* button for 5 seconds (the LED will start flashing) on your Nanoleaf Lights while Home Assistant is starting.
2222

23-
To configure the Aurora lights manually, add the following lines to your `configuration.yaml` file:
23+
To configure the Nanoleaf lights manually, add the following lines to your `configuration.yaml` file:
2424

2525
```yaml
2626
# Example configuration.yaml entry
2727
light:
28-
- platform: nanoleaf_aurora
28+
- platform: nanoleaf
2929
host: 192.168.1.10
3030
token: xxxxxxxxxxxxxxxxxxxxx
3131
```
@@ -43,12 +43,12 @@ name:
4343
description: Name of the component, make this unique if you have multiple Light Panels
4444
required: false
4545
type: string
46-
default: Aurora
46+
default: Nanoleaf
4747
{% endconfiguration %}
4848
4949
### {% linkable_title Getting The Auth Token %}
5050
51-
1. Make sure that your Nanoleaf Aurora Panel is fully patched (as of the time of writing the latest version was 2.2.0)
51+
1. Make sure that your Nanoleaf Light Panel is fully patched (as of the time of writing the latest version was 3.0.8 for Aurora and 1.2.0 for Canvas)
5252
2. Hold down the *ON* button on the Panel for 5 seconds; the LED will start flashing
5353
3. Issue a *POST* request to the API endpoint, e.g., via `$ curl -i -X POST http://192.168.1.155:16021/api/v1/new`
5454
4. The output should include the auth token like *{"auth_token":"xxxxxxxxxxxxxxxxxxxxx"}*, copy the resulting token into your configuration

0 commit comments

Comments
 (0)