Skip to content

Commit 9fa92cc

Browse files
Joeboyc2fabaff
authored andcommitted
Corrected spelling and added name variable (home-assistant#1752)
1 parent e7a88b8 commit 9fa92cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/_components/light.hyperion.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ Hyperion is an open source Ambilight implementation which runs on many platforms
2020
# Example configuration.yaml entry
2121
light:
2222
- platform: hyperion
23+
host:
2324
```
2425
2526
Configuration variables:
2627
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).
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.

0 commit comments

Comments
 (0)