Skip to content

Commit 42aaa88

Browse files
natepughabmantis
andauthored
Bump pyairnow to 1.3.1 (home-assistant#147388)
Co-authored-by: Abílio Costa <[email protected]>
1 parent 7b8ebb0 commit 42aaa88

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

homeassistant/components/airnow/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(
7171

7272
async def _async_update_data(self) -> dict[str, Any]:
7373
"""Update data via library."""
74-
data = {}
74+
data: dict[str, Any] = {}
7575
try:
7676
obs = await self.airnow.observations.latLong(
7777
self.latitude,

homeassistant/components/airnow/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"documentation": "https://www.home-assistant.io/integrations/airnow",
77
"iot_class": "cloud_polling",
88
"loggers": ["pyairnow"],
9-
"requirements": ["pyairnow==1.2.1"]
9+
"requirements": ["pyairnow==1.3.1"]
1010
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/components/airnow/snapshots/test_diagnostics.ambr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'Longitude': '**REDACTED**',
1313
'O3': 0.048,
1414
'PM10': 12,
15-
'PM2.5': 8.9,
15+
'PM2.5': 6.7,
1616
'Pollutant': 'O3',
1717
'ReportingArea': '**REDACTED**',
1818
'StateCode': '**REDACTED**',

0 commit comments

Comments
 (0)