change pending_time to arming_time#12530
Closed
starkillerOG wants to merge 13 commits into
Closed
Conversation
* Add examples * Fix liniks and wording * Add link to official event types. * Add door tag link * Fix workding * Reword stuff * Update source/_integrations/netatmo.markdown Co-Authored-By: Franck Nijhof <git@frenck.dev> * Update netatmo.markdown * Add another example Co-authored-by: Franck Nijhof <git@frenck.dev>
Bumps [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/remarkjs/remark-frontmatter/releases) - [Commits](remarkjs/remark-frontmatter@1.3.2...1.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Added my `Model RU7172` and cleaned up model list: - removed all `no play button` comments - removed all `UExx`, as stated above the list - changed `UE6199UXZG` to `MU6199`, because it was a typo or something - removed all `MAC must be specified for turn on`, because this is mentioned in the docu anyway
Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 6.0.5 to 6.0.6. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/master/changelog.md) - [Commits](remarkjs/remark-lint@6.0.5...6.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
…#12512) Bumps [remark-lint-no-shell-dollars](https://github.com/remarkjs/remark-lint) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/master/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/commits/ordered-list-marker-value@1.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
…#12511) Bumps [remark-lint-fenced-code-flag](https://github.com/remarkjs/remark-lint) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/master/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/commits/ordered-list-marker-value@1.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Edited link to RFXtrx website to point to EN language instead of NL.
Changing every instance of Home Assistant to Home Assistant Core
Contributor
Author
|
sorry wrong base branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed change
Documentation changes for PR: home-assistant/core#32950
Breaking changes:
Manual Alarm Control Panel
When going from state "disarmed" to any other (armed) state such as "armed_away", the state will be "arming" instead of "pending" during the transition time as set in the configuration.
When going from an armed state (such as "armed_away") to the "triggered" state the state will still be "pending" during the transition time as set in the configuration (as it was before).
State attribute "pre_pending_state" changed to "previous_state"
State attribute "post_pending_state" changed to "next_state"
config option "pending_time" is renamed to "arming_time", functionality is the same
The time the alarm stays at "pending" when triggered has changed from delay_time of the previous state + arming_time(previously known as pending_time) of the triggered state to only the delay_time of the previous state
Type of change
currentbranch).currentbranch).nextbranch).nextbranch).Additional information
Checklist
currentbranch.nextbranch.