2020-11-19 17:22:12 +00:00
|
|
|
{
|
|
|
|
"domain": "twinkly",
|
|
|
|
"name": "Twinkly",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/twinkly",
|
2022-01-13 17:44:27 +00:00
|
|
|
"requirements": ["ttls==1.4.2"],
|
2022-01-14 21:07:15 +00:00
|
|
|
"codeowners": ["@dr1rrb", "@Robbie1221"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
2021-12-14 14:12:19 +00:00
|
|
|
"dhcp": [{ "hostname": "twinkly_*" }],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["ttls"]
|
2020-11-19 17:22:12 +00:00
|
|
|
}
|