mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-12-22 13:22:13 +08:00
format: code style
This commit is contained in:
@@ -332,7 +332,7 @@ SPEC_DEVICE_TRANS_MAP: dict = {
|
||||
'actions': set<action instance name: str>
|
||||
},
|
||||
'entity': str,
|
||||
'entity_category'?: str,
|
||||
'entity_category'?: str
|
||||
}
|
||||
}
|
||||
"""
|
||||
@@ -365,7 +365,7 @@ SPEC_SERVICE_TRANS_MAP: dict = {
|
||||
}
|
||||
},
|
||||
'entity': 'light',
|
||||
'entity_category': EntityCategory.CONFIG,
|
||||
'entity_category': EntityCategory.CONFIG
|
||||
},
|
||||
'fan': {
|
||||
'required': {
|
||||
|
||||
Reference in New Issue
Block a user