core/homeassistant/components/point/manifest.json

13 lines
336 B
JSON
Raw Normal View History

{
"domain": "point",
"name": "Minut Point",
2023-02-08 19:32:43 +00:00
"codeowners": ["@fredrike"],
"config_flow": true,
"dependencies": ["webhook", "http"],
2023-02-08 19:32:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/point",
"iot_class": "cloud_polling",
2023-02-08 19:32:43 +00:00
"loggers": ["pypoint"],
"quality_scale": "gold",
"requirements": ["pypoint==2.3.2"]
}