mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 06:28:31 +00:00
13 lines
338 B
JSON
13 lines
338 B
JSON
{
|
|
"domain": "point",
|
|
"name": "Minut Point",
|
|
"codeowners": ["@fredrike"],
|
|
"config_flow": true,
|
|
"dependencies": ["webhook", "http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/point",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pypoint"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["pypoint==2.3.2"]
|
|
}
|