mirror of https://github.com/home-assistant/core
12 lines
336 B
JSON
12 lines
336 B
JSON
{
|
|
"domain": "point",
|
|
"name": "Minut Point",
|
|
"codeowners": ["@fredrike"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials", "http", "webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/point",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pypoint"],
|
|
"requirements": ["pypoint==3.0.0"]
|
|
}
|