Add mapping for switchbot meter pro

This commit is contained in:
J. Nick Koston 2024-10-21 11:23:49 -10:00
parent 6c3a0890c7
commit 8f99b3fecb

View file

@ -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,
}