mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix ADS component by bumping pyads version to 3.2.2 (#39502)
This commit is contained in:
parent
7062838940
commit
3ab6663434
@ -2,6 +2,6 @@
|
||||
"domain": "ads",
|
||||
"name": "ADS",
|
||||
"documentation": "https://www.home-assistant.io/integrations/ads",
|
||||
"requirements": ["pyads==3.2.1"],
|
||||
"requirements": ["pyads==3.2.2"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
@ -1207,7 +1207,7 @@ py_nextbusnext==0.1.4
|
||||
# py_noaa==0.3.0
|
||||
|
||||
# homeassistant.components.ads
|
||||
pyads==3.2.1
|
||||
pyads==3.2.2
|
||||
|
||||
# homeassistant.components.hisense_aehw4a1
|
||||
pyaehw4a1==0.3.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user