mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Use library fork for ViCare integration (#124107)
* switch dependency to fork * Update manifest.json * Update requirements_all.txt * Update requirements_test_all.txt
This commit is contained in:
parent
984a534300
commit
de82f21446
@ -11,5 +11,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/vicare",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["PyViCare"],
|
||||
"requirements": ["PyViCare==2.32.0"]
|
||||
"requirements": ["PyViCare-neo==0.2.1"]
|
||||
}
|
||||
|
@ -100,7 +100,7 @@ PyTransportNSW==0.1.1
|
||||
PyTurboJPEG==1.7.1
|
||||
|
||||
# homeassistant.components.vicare
|
||||
PyViCare==2.32.0
|
||||
PyViCare-neo==0.2.1
|
||||
|
||||
# homeassistant.components.xiaomi_aqara
|
||||
PyXiaomiGateway==0.14.3
|
||||
|
@ -94,7 +94,7 @@ PyTransportNSW==0.1.1
|
||||
PyTurboJPEG==1.7.1
|
||||
|
||||
# homeassistant.components.vicare
|
||||
PyViCare==2.32.0
|
||||
PyViCare-neo==0.2.1
|
||||
|
||||
# homeassistant.components.xiaomi_aqara
|
||||
PyXiaomiGateway==0.14.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user