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
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.
entities:
type: custom:multiple-entity-row
name: Wind
icon: mdi:weather-windy
state_header: Chill
entities:
name: Direction
name: Speed