We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a88b8 commit 9fa92ccCopy full SHA for 9fa92cc
source/_components/light.hyperion.markdown
@@ -20,9 +20,11 @@ Hyperion is an open source Ambilight implementation which runs on many platforms
20
# Example configuration.yaml entry
21
light:
22
- platform: hyperion
23
+ host:
24
```
25
26
Configuration variables:
27
-- **host** (*Optional*): IP Address of the device the Hyperion service is running on.
28
-- **port** (*Optional*): The Port used to comunicate with the Hyperion service (defualt is 19444).
+- **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.
0 commit comments