1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 16:34:00 +00:00
Files
core/homeassistant/components/point/manifest.json
Fredrik Erlandsson 4b55893781 Bump pypoint (#57888)
2021-10-17 10:50:23 +02:00

12 lines
310 B
JSON

{
"domain": "point",
"name": "Minut Point",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/point",
"requirements": ["pypoint==2.2.1"],
"dependencies": ["webhook", "http"],
"codeowners": ["@fredrike"],
"quality_scale": "gold",
"iot_class": "cloud_polling"
}