-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Documentation for new TCP Lighting (Greenwave Reality) component #4005
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
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.
@dfiel Thank you for submitting this PR. I've reviewed it and found some stuff I'd like to see changed. Could you please take a look at my comment? Thx!
|
||
Configuration variables: | ||
|
||
- **host** (*Required*): The IP Address for the TCP Connected Gateway. |
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.
Please use the configuration tags in order to specify configuration variables in the documentation. For more information see:
https://home-assistant.io/developers/documentation/create_page/#configuration
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.
@frenck Fixed.
sharing: true | ||
footer: true | ||
ha_category: Light | ||
ha_release: 0.XX.X |
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.
Please set it to 0.59
to start with.
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.
@frenck Fixed.
host: XXX.XXX.XXX.XXX | ||
``` | ||
|
||
Configuration variables: |
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.
Please remove this header as well. It will be provided by the configuration tags you've added earlier.
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.
@frenck Fixed!
@dfiel, thank you for making those improvements! |
@frenck The main pull request was merged, can this be merged as well? Thanks. |
@dfiel Thanks for the ping. Nevertheless, a second parent PR was opened? |
@frenck No documentation changes with the new PR. Thanks for merging! |
Description:
Documentation for the TCP Lighting component (light.tcpbulbs
Pull request in home-assistant (if applicable): home-assistant/core#11282
Checklist:
current
. New documentation for platforms/components and features should go tonext
.