Skip to content

Commit

Permalink
Fix Vicare One Time Charge (#74872)
Browse files Browse the repository at this point in the history
  • Loading branch information
oischinger authored Jul 10, 2022
1 parent 5080246 commit 267057c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/vicare/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Viessmann ViCare",
"documentation": "https://www.home-assistant.io/integrations/vicare",
"codeowners": ["@oischinger"],
"requirements": ["PyViCare==2.16.2"],
"requirements": ["PyViCare==2.16.4"],
"iot_class": "cloud_polling",
"config_flow": true,
"dhcp": [
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PyTransportNSW==0.1.1
PyTurboJPEG==1.6.6

# homeassistant.components.vicare
PyViCare==2.16.2
PyViCare==2.16.4

# homeassistant.components.xiaomi_aqara
PyXiaomiGateway==0.13.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ PyTransportNSW==0.1.1
PyTurboJPEG==1.6.6

# homeassistant.components.vicare
PyViCare==2.16.2
PyViCare==2.16.4

# homeassistant.components.xiaomi_aqara
PyXiaomiGateway==0.13.4
Expand Down

0 comments on commit 267057c

Please sign in to comment.