hass-core/homeassistant/components/tolo/manifest.json
Matthias Lohr 6a1913b372
Bump tololib to 1.1.0 (#113268)
* upgrade tololib dependency to v1.0.0

* use latest available patch version

* fixed tolo tests

* fixed test cases
2024-03-14 13:55:16 +01:00

15 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.1.0"]
}