mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-16 23:00:43 +08:00
Merge 52d0214766 into 3a5b641ec7
This commit is contained in:
commit
c6c9f1e7dd
@ -241,6 +241,29 @@ SPEC_DEVICE_TRANS_MAP: dict[str, dict | str] = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
'entity': 'heater'
|
'entity': 'heater'
|
||||||
|
},
|
||||||
|
'electric-blanket': {
|
||||||
|
'required': {
|
||||||
|
'electric-blanket': {
|
||||||
|
'required': {
|
||||||
|
'properties': {
|
||||||
|
'on': {'read', 'write'}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
'optional': {
|
||||||
|
'properties': {'target-temperature'}
|
||||||
|
},
|
||||||
|
}
|
||||||
|
},
|
||||||
|
'optional': {
|
||||||
|
'environment': {
|
||||||
|
'required': {},
|
||||||
|
'optional': {
|
||||||
|
'properties': {'temperature'}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'entity': 'heater'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user