1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add integration_type hub to blink (#158862)

This commit is contained in:
Joost Lekkerkerker
2025-12-13 08:22:22 +01:00
committed by GitHub
parent aa6ccaa024
commit e55162812d

View File

@@ -18,6 +18,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/blink",
"integration_type": "hub",
"iot_class": "cloud_polling",
"loggers": ["blinkpy"],
"requirements": ["blinkpy==0.25.1"]