mirror of
https://github.com/home-assistant/core.git
synced 2026-09-27 09:58:07 -04:00
11 lines
278 B
JSON
11 lines
278 B
JSON
{
|
|
"domain": "smarttub",
|
|
"name": "SmartTub",
|
|
"codeowners": ["@mdz"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/smarttub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["smarttub"],
|
|
"requirements": ["python-smarttub==0.0.45"]
|
|
}
|