Add mapping for switchbot meter pro
This commit is contained in:
parent
6c3a0890c7
commit
8f99b3fecb
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ CONNECTABLE_SUPPORTED_MODEL_TYPES = {
|
|||
NON_CONNECTABLE_SUPPORTED_MODEL_TYPES = {
|
||||
SwitchbotModel.METER: SupportedModels.HYGROMETER,
|
||||
SwitchbotModel.IO_METER: SupportedModels.HYGROMETER,
|
||||
SwitchbotModel.METER_PRO: SupportedModels.HYGROMETER,
|
||||
SwitchbotModel.CONTACT_SENSOR: SupportedModels.CONTACT,
|
||||
SwitchbotModel.MOTION_SENSOR: SupportedModels.MOTION,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue