ITADN

HA 2025.7 breaks decimal point filtering

#363Openbbs2web 创建于 2025-07-04
B
bbs2webcommented
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 ``` ![Image](https://github.com/user-attachments/assets/221bf560-aa62-4ab9-97fc-5512ca1d0a70) The temperature and humidity entities themselves have relevant decimal point filters applied though: ![Image](https://github.com/user-attachments/assets/259a16c8-95f5-4faa-9342-ca00f31a2012) This changed after upgrading Home Assistant to 2025.7 What it used to look like: ![Image](https://github.com/user-attachments/assets/246d8ddd-5a94-490c-8014-04ff241c81a2)
5 条评论