Skip to content

Commit

Permalink
Bump pyAdax to 0.4.0 (#104660)
Browse files Browse the repository at this point in the history
Updata Adax lib

Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
  • Loading branch information
Danielhiversen authored Nov 28, 2023
1 parent 5956637 commit 63ef9ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/adax/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/adax",
"iot_class": "local_polling",
"loggers": ["adax", "adax_local"],
"requirements": ["adax==0.3.0", "Adax-local==0.1.5"]
"requirements": ["adax==0.4.0", "Adax-local==0.1.5"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ WSDiscovery==2.0.0
accuweather==2.1.1

# homeassistant.components.adax
adax==0.3.0
adax==0.4.0

# homeassistant.components.androidtv
adb-shell[async]==0.4.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 @@ -125,7 +125,7 @@ WSDiscovery==2.0.0
accuweather==2.1.1

# homeassistant.components.adax
adax==0.3.0
adax==0.4.0

# homeassistant.components.androidtv
adb-shell[async]==0.4.4
Expand Down

0 comments on commit 63ef9ef

Please sign in to comment.