Fix specs (#910)

* fix: chuangmi.plug.212a01 power consumption value

* fix: yeelink.bhf_light.v10 mode description in English
This commit is contained in:
Li Shuzhen
2025-03-21 09:36:14 +08:00
committed by GitHub
parent 3759aa9a1b
commit 372e635681
3 changed files with 11 additions and 6 deletions

View File

@ -560,12 +560,6 @@ SPEC_PROP_TRANS_MAP: dict = {
'entity': 'sensor',
'state_class': SensorStateClass.MEASUREMENT,
'unit_of_measurement': UnitOfPower.WATT
},
'total-battery': {
'device_class': SensorDeviceClass.ENERGY,
'entity': 'sensor',
'state_class': SensorStateClass.TOTAL_INCREASING,
'unit_of_measurement': UnitOfEnergy.KILO_WATT_HOUR
}
}
}