Skip to content

Commit

Permalink
Bump PySwitchbot to 0.55.2 (#133690)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 20, 2024
1 parent 9a0035e commit b6819cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/switchbot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"documentation": "https://www.home-assistant.io/integrations/switchbot",
"iot_class": "local_push",
"loggers": ["switchbot"],
"requirements": ["PySwitchbot==0.54.0"]
"requirements": ["PySwitchbot==0.55.2"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ PyQRCode==1.2.1
PyRMVtransport==0.3.3

# homeassistant.components.switchbot
PySwitchbot==0.54.0
PySwitchbot==0.55.2

# homeassistant.components.switchmate
PySwitchmate==0.5.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ PyQRCode==1.2.1
PyRMVtransport==0.3.3

# homeassistant.components.switchbot
PySwitchbot==0.54.0
PySwitchbot==0.55.2

# homeassistant.components.syncthru
PySyncThru==0.7.10
Expand Down

0 comments on commit b6819cb

Please sign in to comment.