Skip to content
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

build(deps): bump appdaemon from 4.1.0 to 4.2.0 #401

Merged
merged 1 commit into from
Jan 7, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2022

Bumps appdaemon from 4.1.0 to 4.2.0.

Changelog

Sourced from appdaemon's changelog.

4.2.0 (2022-01-03)

Features

  • Released new AppDaemon Admin User Interface
  • Added support for passing a list of events to listen_event api
  • Added support for passing a list of entities to listen_state api
  • Clicking on a sequence name in AUI will now run the sequence
  • Added support for entity class alongeside get_entity and get_entity_api functions
  • Added the wait_state command for sequences, so a sequence can be paused until an entity or its attribute has a certain state
  • Added the sequence/cancel service call. So sequences can be cancelled
  • Added the ability to specify a high level namespace in sequence, so no need specifying per command
  • Allowed for running or cancelling sequences using either entity_id or the sequences name
  • Added constrain_state functionality with support for lambda functions

Fixes

  • Pinned socketio modules to fix a version mismatch
  • Removed try/catch clause that broke dashboard for iOS 10 users - contributed by Christian Lyra <https://github.com/clyra>__
  • Fixed the possibility of having check_app_updates being a negative value
  • Fix for Hass services not being captured after startup again
  • Fixed issue whereby .git paths where being imported into AD and leading to lots of unnecessary messages.
  • Fixed issue with AD being unable to refresh Plugin's entities
  • Fixed issue with using the loop in sequences for certain services
  • Fixed issue whereby the wrong the wrong timeout error was being captured, when running a coroutine
  • Documentation fixes - contributed by markwmuller <https://github.com/markwmuller>__
  • Documentation fixes - contributed by JonasPed <https://github.com/JonasPed>__
  • Documentation fixes - contributed by elandt <https://github.com/elandt>__
  • Documentation fixes - contributed by marcelblijleven <https://github.com/marcelblijleven>__
  • Documentation fixes - contributed by scstraus <https://github.com/scstraus>__
  • Fixed a long standing bug in set_state ofr HASS plugin where attributes would get overwritten when setting the main state
  • Bumped voluptuous from 0.12.1 to 0.12.2
  • Bumped azure-storage-blob from 12.8.1 to 12.9.0
  • Bumped azure-mgmt-storage from 17.1.0 to 19.0.0
  • Bumped azure-mgmt-resource from 19.0.0 to 20.0.0
  • Bumped azure-mgmt-compute from 22.1.0 to 23.1.0
  • Bumped iso8601 from 0.1.16 to 1.0.2
  • Bumped yarl from 1.6.3 to 1.7.2
  • Bumped paho-mqtt from 1.5.1 to 1.6.1
  • Bumped jinja2 from 3.0.1 to 3.0.3
  • Bumped aiohttp from 3.7.4.post0 to 3.8.1
  • Bumped pygments from 2.9.0 to 2.10.0
  • Bumped deepdiff from 5.5.0 to 5.7.0
  • Bumped pyyaml from 5.4.1 to 6.0
  • Bumped pytz from 2021.1 to 2021.3
  • Bumped python-engineio from 3.13.2 to 4.3.0
  • Bumped feedparser from 6.0.2 to 6.0.8
  • Bumped python-socketio from 4.6.1 to 5.5.0
  • Bumped websocket-client from 1.2.1 to 1.2.3

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [appdaemon](https://github.com/home-assistant/appdaemon) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/home-assistant/appdaemon/releases)
- [Changelog](https://github.com/AppDaemon/appdaemon/blob/dev/docs/HISTORY.rst)
- [Commits](AppDaemon/appdaemon@4.1.0...4.2.0)

---
updated-dependencies:
- dependency-name: appdaemon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 4, 2022
@xaviml xaviml merged commit 38bc441 into dev Jan 7, 2022
@dependabot dependabot bot deleted the dependabot/pip/appdaemon-4.2.0 branch January 7, 2022 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant