mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
13 lines
396 B
JSON
13 lines
396 B
JSON
{
|
|
"domain": "teslemetry",
|
|
"name": "Teslemetry",
|
|
"codeowners": ["@Bre77"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/teslemetry",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["tesla-fleet-api"],
|
|
"requirements": ["tesla-fleet-api==1.4.3", "teslemetry-stream==0.9.0"]
|
|
}
|