Fix ADS component by bumping pyads version to 3.2.2 (#39502)
This commit is contained in:
parent
7062838940
commit
3ab6663434
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
||||||
"domain": "ads",
|
"domain": "ads",
|
||||||
"name": "ADS",
|
"name": "ADS",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ads",
|
"documentation": "https://www.home-assistant.io/integrations/ads",
|
||||||
"requirements": ["pyads==3.2.1"],
|
"requirements": ["pyads==3.2.2"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -1207,7 +1207,7 @@ py_nextbusnext==0.1.4
|
||||||
# py_noaa==0.3.0
|
# py_noaa==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.ads
|
# homeassistant.components.ads
|
||||||
pyads==3.2.1
|
pyads==3.2.2
|
||||||
|
|
||||||
# homeassistant.components.hisense_aehw4a1
|
# homeassistant.components.hisense_aehw4a1
|
||||||
pyaehw4a1==0.3.9
|
pyaehw4a1==0.3.9
|
||||||
|
|
Loading…
Add table
Reference in a new issue