core/homeassistant/components/tolo/manifest.json

16 lines
335 B
JSON
Raw Normal View History

{
"domain": "tolo",
"name": "TOLO Sauna",
2023-02-08 19:41:50 +00:00
"codeowners": ["@MatthiasLohr"],
"config_flow": true,
2023-02-08 19:41:50 +00:00
"dhcp": [
{
"hostname": "usr-tcp232-ed2"
}
],
"documentation": "https://www.home-assistant.io/integrations/tolo",
"iot_class": "local_polling",
2023-02-08 19:41:50 +00:00
"loggers": ["tololib"],
"requirements": ["tololib==1.1.0"]
2022-03-30 08:56:37 +00:00
}