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.hyperion.markdown
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,20 @@ ha_category: Light
12
12
ha_release: 0.7.6
13
13
---
14
14
15
-
This platform allows you to integrate your [Hyperion](https://hyperion-project.org/wiki) into Home Assistant.
15
+
This platform allows you to integrate your [Hyperion](https://hyperion-project.org/wiki) into Home Assistant. Hyperion is an open source Ambilight implementation which runs on many platforms.
16
16
17
-
Hyperion is an open source Ambilight implementation which runs on many platforms.
17
+
To use your Hyperion light in your installation, add the following to your `configuration.yaml` file:
18
18
19
19
```yaml
20
20
# Example configuration.yaml entry
21
21
light:
22
22
- platform: hyperion
23
-
host:
23
+
host: IP_ADDRESS
24
24
```
25
25
26
26
Configuration variables:
27
27
28
-
- **host** (*Required*): IP Address of the device the Hyperion service is running on.
29
-
- **port** (*Optional*): The Port used to communicate with the Hyperion service (default is 19444).
30
-
- **name** (*Optional*): The Name of the device used in the frontend.
28
+
- **host** (*Required*): The IP address of the device the Hyperion service is running on.
29
+
- **port** (*Optional*): The port used to communicate with the Hyperion service. Defaults to `19444`.
30
+
- **name** (*Optional*): The name of the device used in the frontend.
31
+
- **default_color** (*Optional*): The color of the light. Defaults to `[255, 255, 255]`.
0 commit comments