mirror of
https://github.com/home-assistant/core.git
synced 2025-05-20 13:59:15 +00:00
Use UnitOfPower.BTU_PER_HOUR in zha (#83657)
This commit is contained in:
parent
9ba0809852
commit
d63a1ab511
@ -428,7 +428,7 @@ class SmartEnergyMetering(Sensor):
|
||||
0x03: f"100 {VOLUME_FLOW_RATE_CUBIC_METERS_PER_HOUR}",
|
||||
0x04: f"US {UnitOfVolume.GALLONS}/{UnitOfTime.HOURS}",
|
||||
0x05: f"IMP {UnitOfVolume.GALLONS}/{UnitOfTime.HOURS}",
|
||||
0x06: f"BTU/{UnitOfTime.HOURS}",
|
||||
0x06: UnitOfPower.BTU_PER_HOUR,
|
||||
0x07: f"l/{UnitOfTime.HOURS}",
|
||||
0x08: UnitOfPressure.KPA, # gauge
|
||||
0x09: UnitOfPressure.KPA, # absolute
|
||||
|
Loading…
x
Reference in New Issue
Block a user