mirror of
https://github.com/home-assistant/core.git
synced 2026-07-03 12:46:09 +01:00
f79f386044
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: frenck <195327+frenck@users.noreply.github.com>
25 lines
500 B
JSON
25 lines
500 B
JSON
{
|
|
"domain": "tailwind",
|
|
"name": "Tailwind",
|
|
"codeowners": ["@frenck"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"registered_devices": true
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/tailwind",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "platinum",
|
|
"requirements": ["gotailwind==0.4.0"],
|
|
"zeroconf": [
|
|
{
|
|
"properties": {
|
|
"vendor": "tailwind"
|
|
},
|
|
"type": "_http._tcp.local."
|
|
}
|
|
]
|
|
}
|