benct / lovelace-multiple-entity-row

Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI
MIT License
768 stars 55 forks source link

Entity States missing after Upgrade HA 2023.4.1 #289

Closed nireins closed 1 year ago

nireins commented 1 year ago

Hi, after upgrade to HA 2023.4.1 the Entity States are missing, see screenshot below:

grafik

This is my Code:

square: false columns: 1 type: grid cards:

When i create a new Entity Card with the Entity sensor.401030425339002116_bsh_common_status_operationstate the State displayed correct. In my Case "An"; "Aus", "Laufend" -> (translate to english: "On"; "Off"; "Run").

Whats wrong? Can you help me please?

Thanks, greetings

Anton-Ka commented 1 year ago

Similar issue: image image Code:

                - entity: binary_sensor.internet_is_available
                  type: custom:multiple-entity-row
                  name: Интернет соединение
                  secondary_info:
                    entity: binary_sensor.internet_is_available
                    name: false
                  show_state: false
Anton-Ka commented 1 year ago

Same problem here: https://github.com/benct/lovelace-multiple-entity-row/issues/289