-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Updated manual alarm with state specific settings #3366
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
Missing dependency added. Typo fixed.
reference hassio doc root in order to make way for eventual upgrade documentation there.
…3336) * Clarify that hass.io only supports bluetooth on RPi3 * Minor changes
…#3343) Mentioning that it's the root of the boot partition the key file needs to be places in (when I first attempted it I presumed it was the root of the partition called "root").
…me-assistant#3357) * Fixed Bayesian sensor docs * Added missing comma
Update automation example code with new standard (id)
* Added link to Hassio A Hassio link was added to the 'note' section about avoiding permission errors, but I think we need to add a link up top too so that folks can go see the upgrading section of the Hassio documentation. Thanks * Update updating.markdown
* Add information on the purge_days That the purge happens every other day is only documented in the code, and in issue home-assistant#6302. This is to raise the visibility of this, and help people understand that if they restart frequently the purge will never happen. * Spelling & Grammar fixes
* Xiaomi token retrieval moved and extended. * Misleading sentence removed. * Additional item added to the trouble shooting section. * API token reference removed from the Xiaomi Gateway introduction. * The iOS app method does not work anymore. The ZToken column contains a 96 character encrypted token now. A 32 character token is still needed.
* Added information about Hass.io update process. Hass.io users end up on this page when an update is available, but then can't see what they have to do. This is because of the the updater component and the inevitable delay in updates getting into the hass.io build. This update informs users about an updates transition from HA into Hass.io, how to install it, and suggests disabling the updater component to alleviate 'notification stress'. * Removed 'Note' Removed 'Note' and left the upgrading section at the bottom of the page. * Remove double space
* Update counter.markdown Updated documentation and removed references to input_slider :) * Minor changes
The first config example yaml should have the bare minimum, limited to required keys only. Add another example config yaml where you show more options including the new functionality. Please target the |
merge in latest
Submitted another PR with correct target: #3371 |
Description:
Updated manual alarm panel documentation with state specific configurations
Pull request in home-assistant (if applicable): home-assistant/core#9264