You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: param-docs/parameter-pages/MQTT/MeterType.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,22 @@ List of supported options:
11
11
12
12
-`other`
13
13
-`water_m3` (uses `m^3/h` as rate)
14
-
-`water_l` (uses `l/h` as rate, not officially supported by Homeassistant!)
15
-
-`water_gal` (uses `gal/h` as rate, not officially supported by Homeassistant!)
14
+
-`water_l` (uses `l/h` as rate) **⚠️ Not supported by Homeassistant 2025.7 and later! ⚠️**
15
+
-`water_gal` (uses `gal/h` as rate) **⚠️ Not supported by Homeassistant 2025.7 and later! ⚠️**
16
+
-`water_gal_min` (uses `gal/min` as rate)
16
17
-`water_ft3` (uses `ft^3/min` as rate)
17
18
-`gas_m3` (uses `m^3/h` as rate)
18
19
-`gas_ft3` (uses `ft^3/min` as rate)
19
20
-`energy_wh` (uses `W` as rate)
20
21
-`energy_kwh` (uses `KW` as rate)
21
22
-`energy_mwh` (uses `MW` as rate)
22
-
-`energy_gj` (uses `GJ/h` as rate, not officially supported by Homeassistant!)
23
+
-`energy_gj` (uses `GJ/h` as rate) **⚠️ Not supported by Homeassistant 2025.7 and later! ⚠️**
23
24
-`temperature_c` (uses `+C/min` as rate)
24
25
-`temperature_f` (uses `°F/min` as rate)
25
26
-`temperature_k` (uses `K/min` as rate)
26
27
27
28
!!! Note
28
29
Not all options are supported by Homeassistant, see `SensorDeviceClass.VOLUME_FLOW_RATE` in [https://developers.home-assistant.io/docs/core/entity/sensor/#available-device-classes](https://developers.home-assistant.io/docs/core/entity/sensor/#available-device-classes)!
30
+
31
+
!!! Warning
32
+
Since Homeassistant 2025.7, the unsupported options will no longer work, see change in Homeassistant: [Ensure MQTT sensor has a valid native unit of measurement](https://github.com/home-assistant/core/pull/146722).
Copy file name to clipboardExpand all lines: sd-card/html/edit_config_template.html
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1183,15 +1183,16 @@ <h4>
1183
1183
<selectclass="select_large" id="MQTT_MeterType_value1"><!-- See https://developers.home-assistant.io/docs/core/entity/sensor/#available-device-classes -->
1184
1184
<optionvalue="other" selected>Other (no Units)</option>
0 commit comments