mirror of
https://github.com/home-assistant/core.git
synced 2026-08-23 06:40:29 +01:00
* Allow older vehicles to sleep * Remove updated_once * move pre2021 to lib * bump * Bump again * Bump to 0.5.11 * Fix VIN so it matches the check * Fix snapshot * Snapshots * Fix self.updated_once * Remove old pre2021 attribute * fix snapshots --------- Co-authored-by: G Johansson <goran.johansson@shiftit.se>
11 lines
293 B
JSON
11 lines
293 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.5.12"]
|
|
}
|