-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Update Documentation for 'Hyperion' Light Component Configuration #6441
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
Conversation
effect_list: | ||
description: The list of effects that can be used. | ||
required: false | ||
type: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a string, but a list
.
https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/light/hyperion.py#L56
default_color: | ||
description: The color of the light. | ||
required: false | ||
type: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a string, but a list
.
https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/light/hyperion.py#L49
I've reviewed this PR, and it seems to have 2 incorrect configuration variable types. Could you please take a look? |
Corrected the PR. Thanks for the PR @pattyland! 👍 Happy Hacktoberfest 🎉 ../Frenck |
Description:
Related #6385.
Pull request in home-assistant (if applicable): home-assistant/home-assistant#
Checklist:
next
is for changes and new documentation that will go public with the next home-assistant release. Fixes, changes and adjustments for the current release should be created againstcurrent
.