You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }}
hello blueprint dont't update hassio and module why ?
template:
give result:
This model does not listen for any state change events and will not be updated automatically.
and:
give:
This model listens for the following state change events:
Domain: update
The text was updated successfully, but these errors were encountered: