Bump PySwitchbot to 0.40.0 to support Curtain 3 (#100619)

This commit is contained in:
Tereza Tomcova 2023-09-28 14:15:22 +03:00 committed by GitHub
parent b43262014f
commit 217a895b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -97,7 +97,7 @@ PyRMVtransport==0.3.3
PySocks==1.7.1
# homeassistant.components.switchbot
PySwitchbot==0.39.1
PySwitchbot==0.40.0
# homeassistant.components.switchmate
PySwitchmate==0.5.1

View File

@ -87,7 +87,7 @@ PyRMVtransport==0.3.3
PySocks==1.7.1
# homeassistant.components.switchbot
PySwitchbot==0.39.1
PySwitchbot==0.40.0
# homeassistant.components.syncthru
PySyncThru==0.7.10