Corrected spelling and added name variable (#1752)

This commit is contained in:
Joeboyc2 2017-01-12 22:34:55 +00:00 committed by Fabian Affolter
parent 114b0b0009
commit 869556cd6b
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -20,9 +20,11 @@ Hyperion is an open source Ambilight implementation which runs on many platforms
# Example configuration.yaml entry
light:
- platform: hyperion
host:
```
Configuration variables:
- **host** (*Optional*): 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).
- **host** (*Required*): IP Address of the device the Hyperion service is running on.
- **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.