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

don't update hassio #6

Open
haade-administrator opened this issue May 15, 2023 · 0 comments
Open

don't update hassio #6

haade-administrator opened this issue May 15, 2023 · 0 comments

Comments

@haade-administrator
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant