mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
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==1.2.3", "teslemetry-stream==0.7.9"]
|
|
}
|