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",
|
2020-08-04 21:42:53 +00:00
|
|
|
"requirements": ["toonapi==0.2.0"],
|
2020-06-23 01:22:41 +00:00
|
|
|
"dependencies": ["http"],
|
|
|
|
"after_dependencies": ["cloud"],
|
2021-01-16 14:20:56 +00:00
|
|
|
"codeowners": ["@frenck"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "eneco-*",
|
|
|
|
"macaddress": "74C63B*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"iot_class": "cloud_push"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|