* Add humidity to NWS forecast to address https://github.com/home-assistant/core/issues/95572 * Use pynws 1.5.0 enhancements for probabilityOfPrecipitation, dewpoint, and relativeHumidity. * Update requirements to match pynws version * test for clear night * update docstring --------- Co-authored-by: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com>
11 lines
336 B
JSON
11 lines
336 B
JSON
{
|
|
"domain": "nws",
|
|
"name": "National Weather Service (NWS)",
|
|
"codeowners": ["@MatthewFlamm", "@kamiyo"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/nws",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["metar", "pynws"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["pynws==1.5.0"]
|
|
}
|