mirror of https://github.com/home-assistant/core
11 lines
320 B
JSON
11 lines
320 B
JSON
{
|
|
"domain": "teslemetry",
|
|
"name": "Teslemetry",
|
|
"codeowners": ["@Bre77"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/teslemetry",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["tesla-fleet-api"],
|
|
"requirements": ["tesla-fleet-api==0.8.4", "teslemetry-stream==0.4.2"]
|
|
}
|