mirror of https://github.com/home-assistant/core
19 lines
398 B
JSON
19 lines
398 B
JSON
{
|
|
"domain": "toon",
|
|
"name": "Toon",
|
|
"after_dependencies": ["cloud"],
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"dependencies": ["auth"],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "eneco-*",
|
|
"macaddress": "74C63B*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/toon",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["toonapi"],
|
|
"requirements": ["toonapi==0.3.0"]
|
|
}
|