mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-14 13:20:42 +08:00
Merge 140e8808f4 into 001af5384a
This commit is contained in:
commit
be6e2b88bd
@ -325,13 +325,10 @@ SPEC_DEVICE_TRANS_MAP: dict = {
|
||||
},
|
||||
'play-control': {
|
||||
'required': {
|
||||
'properties': {
|
||||
'playing-state': {'read'}
|
||||
},
|
||||
'actions': {'play'}
|
||||
},
|
||||
'optional': {
|
||||
'properties': {'play-loop-mode'},
|
||||
'properties': {'playing-state', 'play-loop-mode'},
|
||||
'actions': {'pause', 'stop', 'next', 'previous'}
|
||||
}
|
||||
}
|
||||
@ -376,7 +373,7 @@ SPEC_DEVICE_TRANS_MAP: dict = {
|
||||
},
|
||||
'entity': 'television'
|
||||
},
|
||||
'tv-box':{
|
||||
'tv-box': {
|
||||
'required': {
|
||||
'speaker': {
|
||||
'required': {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user