Skip to content

Corrected spelling and added name variable #1752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 12, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source/_components/light.hyperion.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.