Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/adguard/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "AdGuard Home",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/adguard",
"requirements": ["adguardhome==0.4.1"],
"requirements": ["adguardhome==0.4.2"],
"dependencies": [],
"codeowners": ["@frenck"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ adafruit-circuitpython-mcp230xx==2.2.2
adb-shell==0.1.1

# homeassistant.components.adguard
adguardhome==0.4.1
adguardhome==0.4.2

# homeassistant.components.frontier_silicon
afsapi==0.0.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 @@ -32,7 +32,7 @@ abodepy==0.18.1
adb-shell==0.1.1

# homeassistant.components.adguard
adguardhome==0.4.1
adguardhome==0.4.2

# homeassistant.components.geonetnz_quakes
aio_geojson_geonetnz_quakes==0.12
Expand Down