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

Add integration_type to Tesla Fleet manifest (#157679)

This commit is contained in:
Brett Adams
2025-12-02 19:44:49 +10:00
committed by Franck Nijhof
parent c97755472e
commit 4df172374c

View File

@@ -5,6 +5,7 @@
"config_flow": true,
"dependencies": ["application_credentials", "http"],
"documentation": "https://www.home-assistant.io/integrations/tesla_fleet",
"integration_type": "hub",
"iot_class": "cloud_polling",
"loggers": ["tesla-fleet-api"],
"requirements": ["tesla-fleet-api==1.2.5"]