Add Switchbot Indoor/Outdoor Meter (#94836)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
boozer2
2023-06-19 14:35:44 -04:00
committed by GitHub
parent 8b6d2fc3ce
commit 51326bd8c7
4 changed files with 4 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ CONNECTABLE_SUPPORTED_MODEL_TYPES = {
NON_CONNECTABLE_SUPPORTED_MODEL_TYPES = {
SwitchbotModel.METER: SupportedModels.HYGROMETER,
SwitchbotModel.IO_METER: SupportedModels.HYGROMETER,
SwitchbotModel.CONTACT_SENSOR: SupportedModels.CONTACT,
SwitchbotModel.MOTION_SENSOR: SupportedModels.MOTION,
}