-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
TotalConnect documentation #2372
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
# Conflicts: # source/_components/insteon_local.markdown # source/developers/credits.markdown
|
||
- **username** (*Required*): Username used to sign into the TotalConnect app/web client. | ||
- **password** (*Required*): Password used to sign into the TotalConnect app/web client. | ||
|
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.
Add the name
variable.
# Example configuration.yaml entry | ||
alarm_control_panel: | ||
platform: totalconnect | ||
name: YOUR_PANEL_NAME #(Optional) |
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.
You can leave the name out of the example configuration. Usually we try to make the example minimal, then show all the possible variables in the list below.
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.
Looks ready for when parent PR is merged.
Description:
Documentation for TotalConnect alarm
Pull request in home-assistant (if applicable): home-assistant/core#6887