core/homeassistant/components/nws/manifest.json

8 lines
207 B
JSON
Raw Normal View History

{
"domain": "nws",
"name": "National Weather Service (NWS)",
"documentation": "https://www.home-assistant.io/integrations/nws",
"codeowners": ["@MatthewFlamm"],
2020-02-07 14:16:56 +00:00
"requirements": ["pynws==0.10.4"]
}