Bump pynws: fix unit code bug (#56923)
parent
818f695227
commit
11690bed58
|
@ -3,7 +3,7 @@
|
|||
"name": "National Weather Service (NWS)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/nws",
|
||||
"codeowners": ["@MatthewFlamm"],
|
||||
"requirements": ["pynws==1.3.0"],
|
||||
"requirements": ["pynws==1.3.1"],
|
||||
"quality_scale": "platinum",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
|
|
|
@ -1670,7 +1670,7 @@ pynuki==1.4.1
|
|||
pynut2==2.1.2
|
||||
|
||||
# homeassistant.components.nws
|
||||
pynws==1.3.0
|
||||
pynws==1.3.1
|
||||
|
||||
# homeassistant.components.nx584
|
||||
pynx584==0.5
|
||||
|
|
|
@ -986,7 +986,7 @@ pynuki==1.4.1
|
|||
pynut2==2.1.2
|
||||
|
||||
# homeassistant.components.nws
|
||||
pynws==1.3.0
|
||||
pynws==1.3.1
|
||||
|
||||
# homeassistant.components.nx584
|
||||
pynx584==0.5
|
||||
|
|
Loading…
Reference in New Issue