core/homeassistant/components/tolo/manifest.json

15 lines
332 B
JSON

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