12 lines
343 B
JSON
12 lines
343 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[retry]==1.7.0"]
|
|
}
|