fix: missing optional key in electric-blanket

This commit is contained in:
lucka-me 2025-01-26 11:16:36 +08:00
parent fa34b4fb1c
commit 448a9d7b26
No known key found for this signature in database
GPG Key ID: 18D9594195346982

View File

@ -255,6 +255,7 @@ SPEC_DEVICE_TRANS_MAP: dict[str, dict | str] = {
}, },
} }
}, },
'optional': {},
'entity': 'heater' 'entity': 'heater'
} }
} }