1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-09 15:55:29 +01:00
Files
core/homeassistant/components/touchline/manifest.json
T
2026-03-25 00:20:01 +01:00

12 lines
337 B
JSON

{
"domain": "touchline",
"name": "Roth Touchline",
"codeowners": ["@mnordseth"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/touchline",
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["pytouchline_extended"],
"requirements": ["pytouchline_extended==0.4.5"]
}