Skip to content

Commit adf4eb0

Browse files
authored
Bump pywemo to 0.5.6 (home-assistant#44440)
1 parent 9a51320 commit adf4eb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

homeassistant/components/wemo/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Belkin WeMo",
44
"config_flow": true,
55
"documentation": "https://www.home-assistant.io/integrations/wemo",
6-
"requirements": ["pywemo==0.5.3"],
6+
"requirements": ["pywemo==0.5.6"],
77
"ssdp": [
88
{
99
"manufacturer": "Belkin International Inc."

requirements_all.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,7 @@ pyvolumio==0.1.3
18921892
pywebpush==1.9.2
18931893

18941894
# homeassistant.components.wemo
1895-
pywemo==0.5.3
1895+
pywemo==0.5.6
18961896

18971897
# homeassistant.components.wilight
18981898
pywilight==0.0.65

requirements_test_all.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ pyvolumio==0.1.3
933933
pywebpush==1.9.2
934934

935935
# homeassistant.components.wemo
936-
pywemo==0.5.3
936+
pywemo==0.5.6
937937

938938
# homeassistant.components.wilight
939939
pywilight==0.0.65

0 commit comments

Comments
 (0)