feat: remove VacuumEntityFeature.BATTERY from the vacuum entity (#1433)

This commit is contained in:
Li Shuzhen
2025-10-10 16:31:02 +08:00
committed by GitHub
parent ec833b6539
commit 739998211e
2 changed files with 0 additions and 15 deletions

View File

@@ -167,11 +167,6 @@ SPEC_DEVICE_TRANS_MAP: dict = {
},
'battery': {
'required': {
'properties': {
'battery-level': {'read'}
}
},
'optional': {
'actions': {
'start-charge'
}