1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-30 21:51:29 +01:00
Files
core/homeassistant/components/tolo/manifest.json
2025-02-04 19:37:59 +00:00

16 lines
335 B
JSON

{
"domain": "tolo",
"name": "TOLO Sauna",
"codeowners": ["@MatthiasLohr"],
"config_flow": true,
"dhcp": [
{
"hostname": "usr-tcp232-ed2"
}
],
"documentation": "https://www.home-assistant.io/integrations/tolo",
"iot_class": "local_polling",
"loggers": ["tololib"],
"requirements": ["tololib==1.2.2"]
}