Skip to content

Commit

Permalink
Bump pysensibo to 1.0.22 (#82738)
Browse files Browse the repository at this point in the history
fixes undefined
  • Loading branch information
gjohansson-ST authored and frenck committed Nov 30, 2022
1 parent d7be666 commit 8c63639
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensibo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "sensibo",
"name": "Sensibo",
"documentation": "https://www.home-assistant.io/integrations/sensibo",
"requirements": ["pysensibo==1.0.21"],
"requirements": ["pysensibo==1.0.22"],
"config_flow": true,
"codeowners": ["@andrey-git", "@gjohansson-ST"],
"iot_class": "cloud_polling",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@ pysaj==0.0.16
pysdcp==1

# homeassistant.components.sensibo
pysensibo==1.0.21
pysensibo==1.0.22

# homeassistant.components.serial
# homeassistant.components.zha
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ pyruckus==0.16
pysabnzbd==1.1.1

# homeassistant.components.sensibo
pysensibo==1.0.21
pysensibo==1.0.22

# homeassistant.components.serial
# homeassistant.components.zha
Expand Down

0 comments on commit 8c63639

Please sign in to comment.