mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 10:55:50 +00:00
12 lines
323 B
JSON
12 lines
323 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"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["tesla-fleet-api==0.6.1"]
|
|
}
|