mirror of
https://github.com/home-assistant/core.git
synced 2026-07-07 23:06:34 +01:00
b518729367
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
14 lines
378 B
JSON
14 lines
378 B
JSON
{
|
|
"domain": "tedee",
|
|
"name": "Tedee",
|
|
"codeowners": ["@patrickhilker", "@zweckj"],
|
|
"config_flow": true,
|
|
"dependencies": ["http", "webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/tedee",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aiotedee"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["aiotedee==0.3.0"]
|
|
}
|