mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
12 lines
307 B
JSON
12 lines
307 B
JSON
{
|
|
"domain": "smarttub",
|
|
"name": "SmartTub",
|
|
"codeowners": ["@mdz"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/smarttub",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["smarttub"],
|
|
"requirements": ["python-smarttub==0.0.47"]
|
|
}
|