format: code style

This commit is contained in:
LiShuzhen
2025-03-05 16:09:10 +08:00
parent 603594144f
commit e25a86eee7
3 changed files with 7 additions and 6 deletions

View File

@@ -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': {