mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
20 lines
421 B
JSON
20 lines
421 B
JSON
{
|
|
"domain": "twinkly",
|
|
"name": "Twinkly",
|
|
"codeowners": ["@dr1rrb", "@Robbie1221", "@Olen"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "twinkly_*"
|
|
},
|
|
{
|
|
"hostname": "twinkly-*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/twinkly",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["ttls"],
|
|
"requirements": ["ttls==1.11.1"]
|
|
}
|