mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-18 08:00:42 +08:00
Compare commits
4 Commits
4778f50c10
...
4d388bc628
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d388bc628 | ||
|
|
448a9d7b26 | ||
|
|
fa34b4fb1c | ||
|
|
52d0214766 |
@ -246,6 +246,22 @@ SPEC_DEVICE_TRANS_MAP: dict = {
|
||||
},
|
||||
},
|
||||
'entity': 'heater'
|
||||
},
|
||||
'electric-blanket': {
|
||||
'required': {
|
||||
'electric-blanket': {
|
||||
'required': {
|
||||
'properties': {
|
||||
'on': {'read', 'write'}
|
||||
}
|
||||
},
|
||||
'optional': {
|
||||
'properties': {'target-temperature', 'temperature'}
|
||||
},
|
||||
}
|
||||
},
|
||||
'optional': {},
|
||||
'entity': 'heater'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user