core/homeassistant/components/point/manifest.json

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"]
}