-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add supported services #1249
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
Add supported services #1249
Conversation
To document the new alarm_keypress and alarm_output_control services
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.
A small addition I think should be made but looks good with that exception.
@@ -69,3 +69,11 @@ Configuration variables: | |||
- **zones** (*Optional*): Envisalink boards have no way to tell us which zones are actually in use, so each zone must be configured in Home Assistant. For each zone, at least a name must be given. *Note: if no zones are specified, Home Assistant will not load any binary_sensor components.* | |||
- **partitions** (*Optional*): Again, Envisalink boards do not tell us what is in use and what is not, so each partition must be configured with a partition name. If no partition parameter is specified, then no alarm_panel or sensor components are loaded. | |||
|
|||
Supported services: | |||
|
|||
- **alarm_disarm** |
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 would need some descriptive text also. Looks very bare and like it's missing without.
Thanks @Landrash, hopefully this is a bit more descriptive? |
Looks good. Changed your description to point to the new pull request. |
@jnimmo I'm assuming your merged pull request is correct with this documentation? If so I'll merge this one. |
Thanks @Landrash - yes it is all correct now. Cheers |
To document the new alarm_keypress and alarm_output_control services in PR home-assistant/core#3932.