Skip to content

Commit

Permalink
Change ViCare dependency back to original one (home-assistant#127168)
Browse files Browse the repository at this point in the history
switch dependency back
  • Loading branch information
CFenner authored Oct 1, 2024
1 parent 2659097 commit 5bf5545
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 @@ -11,5 +11,5 @@
"documentation": "https://www.home-assistant.io/integrations/vicare",
"iot_class": "cloud_polling",
"loggers": ["PyViCare"],
"requirements": ["PyViCare-neo==0.3.0"]
"requirements": ["PyViCare==2.34.0"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ PyTransportNSW==0.1.1
PyTurboJPEG==1.7.5

# homeassistant.components.vicare
PyViCare-neo==0.3.0
PyViCare==2.34.0

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

# homeassistant.components.vicare
PyViCare-neo==0.3.0
PyViCare==2.34.0

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

0 comments on commit 5bf5545

Please sign in to comment.