mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
13 lines
365 B
JSON
13 lines
365 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",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pypoint"],
|
|
"requirements": ["pypoint==3.0.0"]
|
|
}
|