jazzyisj/unavailable-entities-sensor

Attributes unavailable 2023.4

Closed this issue · 2 comments

The list of attributes showing the unavailable entities is not shown following the April update to HA

Solved by changing
attributes:
entity_id: >

to id: >

Thanks @pedolsky

The line a little above this will also need to be changed

{% set entities = state_attr(this.entity_id,'id') %}

They are available, they just don't show in the more-info dialogue.

I'll leave this here for now and I'll pin the issue until I decide if I'll change it in the git.

https://community.home-assistant.io/t/ha-2023-4-0-no-longer-shows-my-template-sensor-attribute-list/556978