Skip to content

Commit

Permalink
Bump AirGradient to 0.8.0 (#123527)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored and frenck committed Aug 10, 2024
1 parent fe2e6c3 commit 4fdb11b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/airgradient/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"documentation": "https://www.home-assistant.io/integrations/airgradient",
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["airgradient==0.7.1"],
"requirements": ["airgradient==0.8.0"],
"zeroconf": ["_airgradient._tcp.local."]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ aiowithings==3.0.2
aioymaps==1.2.5

# homeassistant.components.airgradient
airgradient==0.7.1
airgradient==0.8.0

# homeassistant.components.airly
airly==1.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ aiowithings==3.0.2
aioymaps==1.2.5

# homeassistant.components.airgradient
airgradient==0.7.1
airgradient==0.8.0

# homeassistant.components.airly
airly==1.1.0
Expand Down

0 comments on commit 4fdb11b

Please sign in to comment.