Skip to content

don't update hassio #6

@haade-administrator

Description

@haade-administrator

hello blueprint dont't update hassio and module why ?

template:

{% for u in integration_entities('hassio') | select('search', '^update[.]')
  if (device_attr(u, 'identifiers') | first)[1] == 'OS' %}
    {{ u }}
{% endfor %}

give result:

update.home_assistant_operating_system_update

This model does not listen for any state change events and will not be updated automatically.

and:

{{ states.update | selectattr('state','eq','on') | map(attribute='entity_id') | list }}

give:

update.home_assistant_operating_system_update
['update.home_assistant_core_update', 'update.wallbox_firmware']

This model listens for the following state change events:

Domain: update

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