You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/light.nanoleaf.markdown
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
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."
5
5
date: 2018-01-04 20:00
6
6
sidebar: true
7
7
comments: false
8
8
sharing: true
9
9
footer: true
10
-
logo: nanoleaf_aurora_light.png
10
+
logo: nanoleaf_light.png
11
11
ha_category: Light
12
12
ha_iot_class: "Local Polling"
13
13
featured: false
@@ -16,16 +16,16 @@ ha_release: 0.67
16
16
17
17
### {% linkable_title Configuration Sample %}
18
18
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.
20
20
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.
22
22
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:
24
24
25
25
```yaml
26
26
# Example configuration.yaml entry
27
27
light:
28
-
- platform: nanoleaf_aurora
28
+
- platform: nanoleaf
29
29
host: 192.168.1.10
30
30
token: xxxxxxxxxxxxxxxxxxxxx
31
31
```
@@ -43,12 +43,12 @@ name:
43
43
description: Name of the component, make this unique if you have multiple Light Panels
44
44
required: false
45
45
type: string
46
-
default: Aurora
46
+
default: Nanoleaf
47
47
{% endconfiguration %}
48
48
49
49
### {% linkable_title Getting The Auth Token %}
50
50
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)
52
52
2. Hold down the *ON* button on the Panel for 5 seconds; the LED will start flashing
53
53
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`
54
54
4. The output should include the auth token like *{"auth_token":"xxxxxxxxxxxxxxxxxxxxx"}*, copy the resulting token into your configuration
0 commit comments