2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "toon",
|
|
|
|
"name": "Toon",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/toon",
|
2021-09-23 17:50:30 +00:00
|
|
|
"requirements": ["toonapi==0.2.1"],
|
2022-04-07 05:34:31 +00:00
|
|
|
"dependencies": ["auth"],
|
2020-06-23 01:22:41 +00:00
|
|
|
"after_dependencies": ["cloud"],
|
2021-10-13 20:36:49 +00:00
|
|
|
"codeowners": [],
|
2021-04-15 08:21:38 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "eneco-*",
|
|
|
|
"macaddress": "74C63B*"
|
|
|
|
}
|
|
|
|
],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_push",
|
|
|
|
"loggers": ["toonapi"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|