mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Add Switchbot Indoor/Outdoor Meter (#94836)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
8b6d2fc3ce
commit
51326bd8c7
@ -42,6 +42,7 @@ CONNECTABLE_SUPPORTED_MODEL_TYPES = {
|
|||||||
|
|
||||||
NON_CONNECTABLE_SUPPORTED_MODEL_TYPES = {
|
NON_CONNECTABLE_SUPPORTED_MODEL_TYPES = {
|
||||||
SwitchbotModel.METER: SupportedModels.HYGROMETER,
|
SwitchbotModel.METER: SupportedModels.HYGROMETER,
|
||||||
|
SwitchbotModel.IO_METER: SupportedModels.HYGROMETER,
|
||||||
SwitchbotModel.CONTACT_SENSOR: SupportedModels.CONTACT,
|
SwitchbotModel.CONTACT_SENSOR: SupportedModels.CONTACT,
|
||||||
SwitchbotModel.MOTION_SENSOR: SupportedModels.MOTION,
|
SwitchbotModel.MOTION_SENSOR: SupportedModels.MOTION,
|
||||||
}
|
}
|
||||||
|
@ -40,5 +40,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/switchbot",
|
"documentation": "https://www.home-assistant.io/integrations/switchbot",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["switchbot"],
|
"loggers": ["switchbot"],
|
||||||
"requirements": ["PySwitchbot==0.37.6"]
|
"requirements": ["PySwitchbot==0.38.0"]
|
||||||
}
|
}
|
||||||
|
@ -99,7 +99,7 @@ PyRMVtransport==0.3.3
|
|||||||
PySocks==1.7.1
|
PySocks==1.7.1
|
||||||
|
|
||||||
# homeassistant.components.switchbot
|
# homeassistant.components.switchbot
|
||||||
PySwitchbot==0.37.6
|
PySwitchbot==0.38.0
|
||||||
|
|
||||||
# homeassistant.components.switchmate
|
# homeassistant.components.switchmate
|
||||||
PySwitchmate==0.5.1
|
PySwitchmate==0.5.1
|
||||||
|
@ -86,7 +86,7 @@ PyRMVtransport==0.3.3
|
|||||||
PySocks==1.7.1
|
PySocks==1.7.1
|
||||||
|
|
||||||
# homeassistant.components.switchbot
|
# homeassistant.components.switchbot
|
||||||
PySwitchbot==0.37.6
|
PySwitchbot==0.38.0
|
||||||
|
|
||||||
# homeassistant.components.syncthru
|
# homeassistant.components.syncthru
|
||||||
PySyncThru==0.7.10
|
PySyncThru==0.7.10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user