Bump luftdaten to 0.7.4 (#82002)
Bump luftdaten to 0.7.4 (#61687) changelog: https://github.com/home-assistant-ecosystem/python-luftdaten/compare/0.7.2...0.7.4 Fixes API connection error handling (#61687)pull/82009/head
parent
b6c27585c7
commit
5e610cdfd2
|
@ -3,7 +3,7 @@
|
|||
"name": "Sensor.Community",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/luftdaten",
|
||||
"requirements": ["luftdaten==0.7.2"],
|
||||
"requirements": ["luftdaten==0.7.4"],
|
||||
"codeowners": ["@fabaff", "@frenck"],
|
||||
"quality_scale": "gold",
|
||||
"iot_class": "cloud_polling",
|
||||
|
|
|
@ -1043,7 +1043,7 @@ logi_circle==0.2.3
|
|||
london-tube-status==0.5
|
||||
|
||||
# homeassistant.components.luftdaten
|
||||
luftdaten==0.7.2
|
||||
luftdaten==0.7.4
|
||||
|
||||
# homeassistant.components.lupusec
|
||||
lupupy==0.1.9
|
||||
|
|
|
@ -763,7 +763,7 @@ life360==5.3.0
|
|||
logi_circle==0.2.3
|
||||
|
||||
# homeassistant.components.luftdaten
|
||||
luftdaten==0.7.2
|
||||
luftdaten==0.7.4
|
||||
|
||||
# homeassistant.components.scrape
|
||||
lxml==4.9.1
|
||||
|
|
Loading…
Reference in New Issue