mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
Corrected spelling and added name variable (#1752)
This commit is contained in:
parent
e7a88b8c5e
commit
9fa92cc670
@ -20,9 +20,11 @@ Hyperion is an open source Ambilight implementation which runs on many platforms
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
light:
|
light:
|
||||||
- platform: hyperion
|
- platform: hyperion
|
||||||
|
host:
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **host** (*Optional*): IP Address of the device the Hyperion service is running on.
|
- **host** (*Required*): IP Address of the device the Hyperion service is running on.
|
||||||
- **port** (*Optional*): The Port used to comunicate with the Hyperion service (defualt is 19444).
|
- **port** (*Optional*): The Port used to communicate with the Hyperion service (default is 19444).
|
||||||
|
- **name** (*Optional*): The Name of the device used in the frontend.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user