Use UnitOfPower.BTU_PER_HOUR in zha (#83657)
This commit is contained in:
parent
9ba0809852
commit
d63a1ab511
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue