edwardtfn / HomeAssistant-Config

Edward Firmo's Home Assistant config files
MIT License
22 stars 7 forks source link

don't update hassio #6

Open haade-administrator opened 1 year ago

haade-administrator commented 1 year ago

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