1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/nws/manifest.json
2025-12-28 15:04:17 +01:00

12 lines
345 B
JSON

{
"domain": "nws",
"name": "National Weather Service (NWS)",
"codeowners": ["@MatthewFlamm", "@kamiyo"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/nws",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["metar", "pynws"],
"requirements": ["pynws[retry]==1.8.2"]
}