1
mirror of https://github.com/home-assistant/core synced 2024-09-21 22:18:00 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
}

View File

@ -40,5 +40,5 @@
"documentation": "https://www.home-assistant.io/integrations/switchbot",
"iot_class": "local_push",
"loggers": ["switchbot"],
"requirements": ["PySwitchbot==0.37.6"]
"requirements": ["PySwitchbot==0.38.0"]
}

View File

@ -99,7 +99,7 @@ PyRMVtransport==0.3.3
PySocks==1.7.1
# homeassistant.components.switchbot
PySwitchbot==0.37.6
PySwitchbot==0.38.0
# homeassistant.components.switchmate
PySwitchmate==0.5.1

View File

@ -86,7 +86,7 @@ PyRMVtransport==0.3.3
PySocks==1.7.1
# homeassistant.components.switchbot
PySwitchbot==0.37.6
PySwitchbot==0.38.0
# homeassistant.components.syncthru
PySyncThru==0.7.10