mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Bump pynws: fix unit code bug (#56923)
This commit is contained in:
parent
818f695227
commit
11690bed58
@ -3,7 +3,7 @@
|
|||||||
"name": "National Weather Service (NWS)",
|
"name": "National Weather Service (NWS)",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/nws",
|
"documentation": "https://www.home-assistant.io/integrations/nws",
|
||||||
"codeowners": ["@MatthewFlamm"],
|
"codeowners": ["@MatthewFlamm"],
|
||||||
"requirements": ["pynws==1.3.0"],
|
"requirements": ["pynws==1.3.1"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
|
@ -1670,7 +1670,7 @@ pynuki==1.4.1
|
|||||||
pynut2==2.1.2
|
pynut2==2.1.2
|
||||||
|
|
||||||
# homeassistant.components.nws
|
# homeassistant.components.nws
|
||||||
pynws==1.3.0
|
pynws==1.3.1
|
||||||
|
|
||||||
# homeassistant.components.nx584
|
# homeassistant.components.nx584
|
||||||
pynx584==0.5
|
pynx584==0.5
|
||||||
|
@ -986,7 +986,7 @@ pynuki==1.4.1
|
|||||||
pynut2==2.1.2
|
pynut2==2.1.2
|
||||||
|
|
||||||
# homeassistant.components.nws
|
# homeassistant.components.nws
|
||||||
pynws==1.3.0
|
pynws==1.3.1
|
||||||
|
|
||||||
# homeassistant.components.nx584
|
# homeassistant.components.nx584
|
||||||
pynx584==0.5
|
pynx584==0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user