Skip to content

change pending_time to arming_time#12530

Closed
starkillerOG wants to merge 13 commits into
home-assistant:nextfrom
starkillerOG:patch-13
Closed

change pending_time to arming_time#12530
starkillerOG wants to merge 13 commits into
home-assistant:nextfrom
starkillerOG:patch-13

Conversation

@starkillerOG
Copy link
Copy Markdown
Contributor

@starkillerOG starkillerOG commented Mar 28, 2020

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

  • Spelling, grammar or other readability improvements (current branch).
  • Adjusted missing or incorrect information in the current documentation (current branch).
  • Added documentation for a new integration I'm adding to Home Assistant (next branch).
  • Added documentation for a new feature I'm adding to Home Assistant (next branch).
  • Removed stale or deprecated documentation.

Additional information

Checklist

  • This PR uses the correct branch, based on one of the following:
    • I made a change to the existing documentation and used the current branch.
    • I made a change that is related to an upcoming version of Home Assistant and used the next branch.
  • The documentation follows the Home Assistant documentation standards.

cgtobi and others added 13 commits March 24, 2020 13:02
* 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
@probot-home-assistant probot-home-assistant Bot added has-parent This PR has a parent PR in another repo current This PR goes into the current branch labels Mar 28, 2020
@starkillerOG starkillerOG changed the base branch from current to next March 28, 2020 13:09
@probot-home-assistant probot-home-assistant Bot added next This PR goes into the next branch and removed current This PR goes into the current branch labels Mar 28, 2020
@starkillerOG
Copy link
Copy Markdown
Contributor Author

sorry wrong base branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

has-parent This PR has a parent PR in another repo next This PR goes into the next branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants