-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Insteon local #1623
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
Insteon local #1623
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.
Some minor feedback but in general a really good piece of documentation.
host: YOUR HUB IP | ||
username: YOUR HUB USERNAME | ||
password: YOUR HUB PASSWORD | ||
# Example configuration.yaml light entry |
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.
I Suggest adding a line break in-between examples.
username: YOUR HUB USERNAME | ||
password: YOUR HUB PASSWORD | ||
# Example configuration.yaml light entry | ||
light: |
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.
Light and switch examples should be excluded from this file.
Optionally have a basic example and a full configuration example.
|
||
Configuration variables: | ||
|
||
- **username** (*Required*): The username used to access the Insteon interface (find in your insteon app). |
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.
insteon should probably be Insteon.
footer: true | ||
logo: insteon.png | ||
ha_category: Hub | ||
ha_iot_class: "Local Polling" |
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.
ha_version:
tag will need to be added to all new files to reflect the version the component was added in.
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.
Thanks @Landrash! ha_version
should be add to the other pages as well
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.
Thanks 🐦
Description: Add documentation for Insteon Local component
Pull request in home-assistant (if applicable): home-assistant/core#5088