Skip to content

Commit

Permalink
Add mapping for switchbot meter pro
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 21, 2024
1 parent 9cc934a commit 11e508c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/switchbot/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class SupportedModels(StrEnum):
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,
}
Expand Down

0 comments on commit 11e508c

Please sign in to comment.