mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
621bd5f0c3
* Add dynamic rate limiter * tweaks * Revert min polling back to 2min * Set max 1 hour * Remove redundant update_interval * Tuning and fixes * Reduce double API calls * Type test * Remove RateCalculator
12 lines
323 B
JSON
12 lines
323 B
JSON
{
|
|
"domain": "tessie",
|
|
"name": "Tessie",
|
|
"codeowners": ["@Bre77"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/tessie",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["tessie"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["tessie-api==0.1.1", "tesla-fleet-api==0.7.3"]
|
|
}
|