2021-11-24 19:45:13 +00:00
|
|
|
{
|
|
|
|
"domain": "tolo",
|
|
|
|
"name": "TOLO Sauna",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/tolo",
|
2022-03-30 08:56:37 +00:00
|
|
|
"requirements": ["tololib==0.1.0b3"],
|
|
|
|
"codeowners": ["@MatthiasLohr"],
|
2021-11-24 19:45:13 +00:00
|
|
|
"iot_class": "local_polling",
|
2022-03-30 08:56:37 +00:00
|
|
|
"dhcp": [{ "hostname": "usr-tcp232-ed2" }],
|
2022-01-28 21:37:53 +00:00
|
|
|
"loggers": ["tololib"]
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|