Skip to content

The name: modifier does not always work and the card reverts to original entity name #370

@mselkin

Description

@mselkin

The name: modifier does not always work and the card reverts to original entity name. In the code below, instead of displaying Wind, the card displays windchill, then after I refresh the browser the correct name displays. When editing the card, the correct name displays. When I close and reopen the browser, the incorrect name is back. The code is correctly parsed in editing but not in the main display.

  • type: entities
    entities:
    • entity: sensor.wind_chill_template
      type: custom:multiple-entity-row
      name: Wind
      icon: mdi:weather-windy
      state_header: Chill
      entities:
      • entity: sensor.winnipeg_wind_direction
        name: Direction
      • entity: sensor.winnipeg_wind_speed
        name: Speed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions