mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
11 lines
279 B
JSON
11 lines
279 B
JSON
{
|
|
"domain": "tailscale",
|
|
"name": "Tailscale",
|
|
"codeowners": ["@frenck"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/tailscale",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["tailscale==0.6.2"]
|
|
}
|