Skip to content

HA updates everything. #17

@cociweb

Description

@cociweb

Hello,

I've use your blueprint to update HA&it's companion.

In my automation, I've use this setup:
image

once a time, a module update came out which required the latest ha core, and it throw me an error: to let's update the core to the required version first, then the automation stopped the execution after backup.

I've check the trace and it turned out, that it would like to update everything (while I've only selected the Core and OS only):

_Executed: 2024. november 23. 14:17:41
Result:
params:
  domain: homeassistant
  service: update_entity
  service_data: {}
  target:
    entity_id:
      - update.home_assistant_supervisor_update
      - update.home_assistant_core_update
      - update.samba_share_update
      - update.log_viewer_update
      - .......tones of update.xyz entities......_

STEP CONFIG:

alias: Refresh update list - update entities
action: homeassistant.update_entity
data: {}
target:
  entity_id: '{{ states.update | map(attribute=''entity_id'') | list }}'
continue_on_error: true

I had the same with v2024.9.5.2 but also with v2024.9.30.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions