Files
core/homeassistant/components/point/manifest.json
T
Paulus Schoutsen a050d54847 Make hassfest stricter (#29494)
* Make hassfest stricter

* Update manifest.json
2019-12-05 10:15:28 +01:00

10 lines
245 B
JSON

{
"domain": "point",
"name": "Point",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/point",
"requirements": ["pypoint==1.1.2"],
"dependencies": ["webhook", "http"],
"codeowners": ["@fredrike"]
}