Skip to content

Commit 72ba379

Browse files
committed
Add missing configuration variable
1 parent 869556c commit 72ba379

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

source/_components/light.hyperion.markdown

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,20 @@ ha_category: Light
1212
ha_release: 0.7.6
1313
---
1414

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.
1616

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:
1818

1919
```yaml
2020
# Example configuration.yaml entry
2121
light:
2222
- platform: hyperion
23-
host:
23+
host: IP_ADDRESS
2424
```
2525
2626
Configuration variables:
2727
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

Comments
 (0)