benct / lovelace-multiple-entity-row

Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entity States missing after Upgrade HA 2023.4.1

nireins opened this issue · comments

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:

  • type: entities
    entities:
    • entity: >-
      sensor.siemens_ti9575x1de_68a40e256c81_bsh_common_status_operationstate
      name: Status
      icon: mdi:coffee-maker
    • entity: sensor.401030425339002116_bsh_common_option_programprogress
      type: custom:multiple-entity-row
      name: Status
      icon: mdi:dishwasher
      entities:
      • entity: sensor.401030425339002116_bsh_common_status_operationstate
        name: false
      • entity: sensor.401030425339002116_active_program
        name: false
      • entity: sensor.dishwasher_finish
        name: false

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

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

Same problem here: #289