feat: update xiaomi heater ctrl logic

This commit is contained in:
topsworld
2024-12-18 17:42:40 +08:00
parent b5f9e931b7
commit 6e2de896c3
2 changed files with 37 additions and 1 deletions

View File

@ -220,7 +220,7 @@ SPEC_DEVICE_TRANS_MAP: dict[str, dict | str] = {
}
},
'optional': {
'properties': {'target-temperature'}
'properties': {'target-temperature', 'heat-level'}
},
}
},