home-assistant: Update acockburn/appdaemon Docker tag to v4.5.10 #2918
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.
This PR contains the following updates:
4.4.2
->4.5.10
Release Notes
AppDaemon/appdaemon (acockburn/appdaemon)
v4.5.10
Compare Source
4.5.10
Features
appdaemon'yaml
to allow global log level settingFixes
timeout
kwarg indash_navigate
andfire_event
parse_timedelta
in cases like"00:2.5"
name
attributes to some classes that userun_in_executor
diable_apps
Breaking Changes
None
Changes in Behavior
None
v4.5.8
Compare Source
4.5.8
Features
None
Fixes
Breaking Changes
None
Changes in Behavior
None
v4.5.7
Compare Source
4.5.7
Features
None
Fixes
Breaking Changes
None
Changes in Behavior
None
v4.5.5
Compare Source
4.5.5
Features
None
Fixes
RequestHandlerException
in the HTTP subsystemBreaking Changes
None
Changes in Behavior
None
v4.5.4
Compare Source
4.5.4 (2025-05-29)
Features
None
Fixes
pin_apps
render_template
Breaking Changes
None
Changes in Behavior
None
v4.5.3
Compare Source
4.5.3
Features
integration_entities
stubFixes
set_app_pin
get_app_pin
set_pin_thread
get_pin_thread
get_plugin_config
namespace_exists
get_plugin_config
anyone_home
everyone_home
noone_home
performance
writeback modeBreaking Changes
None
Changes in Behavior
None
v4.5.2
Compare Source
4.5.2
Features
None
Fixes
disable
key in app configurations whenbad_files
list, even if they aren't used for appsImportErrors
andSyntaxErrors
in user appsBreaking Changes
None
Changes in Behavior
None
v4.5.1
Compare Source
4.5.1 (2025-05-26)
Features
Fixes
Breaking Changes
None
Changes in Behavior
None
v4.5.0
Compare Source
Features
ast
module.import_path
directive to enable python imports from arbitary pathssilent
parameter tocancel_listen_state()
- contributed by Daniel Rocha--write_toml
as an AppDaemon startup parameter to force AD to use theTOML
format when creating new apps using theFixes
Breaking Changes
Changes in Behavior
--toml
flag has been deprecated. AppDaemon will now work transparently with either yaml or toml files, allowing the user to mix and match and convert from one format to another over time. In the event of a conflict, the yaml file will take precedence.Things to Look Out For
Release 4.5 of AppDaemon has been a long time coming, and this is in part due to the fact that we have rewritten some of the core parts of AppDaemon to make them more efficient and to provide a better platform for future development. While we have made avery effort to test the code, the wide variety of installs and usages of AppDaemon may throw up some unanticipated issues. For this reason, we recommend that upgrades to 4.5 are done with caution, and ideally with a backout plan. We will be releasing fixes for any issues with a rapid cadence until we are confident that things are stable again, however, those for whom stability is important might want to wait for one or two point releases before upgrading to 4.5.x.
Areas that have been affected include:
appdaemon.yaml
andapps.yaml
will now produce warnings if additional or incorrectly named fields are present. In some cases this may result in AppDaemon's refusal to start. We will log reasons for such events to the standard log files to enable you to troubleshootAppDaemon.yaml
file has been processed, these errors will be logged to standard out, since we cannot rely on configuration info to tell us where the logs should go. For this reason, if AppDaemon does not start after the upgrade, and you get no logging CHECK STANDARD OUT FOR ANY ERRORS:If you find any issues, please log them at AppDaemon's Github:
Or drop into our Discord Server:
Either way, we will do our best to assist you!
Configuration
📅 Schedule: Branch creation - "after 4am and before 10am on Monday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.