HA 2025.7 breaks decimal point filtering
Entity card, with the following code, shows many decimal points:
```
- entity: switch.sonoff_1001fc3bdd
name: Extractor
type: custom:multiple-entity-row
secondary_info: last-changed
show_state: false
state_color: true
entities:
- entity: sensor.dht_bedroom_1_bathroom_temperature
name: Temperature
- entity: sensor.dht_bedroom_1_bathroom_humidity
name: Humidity
- entity: switch.sonoff_1001fc3bdd
toggle: true
name: false
```

The temperature and humidity entities themselves have relevant decimal point filters applied though:

This changed after upgrading Home Assistant to 2025.7
What it used to look like:

5 条评论