core/homeassistant/components/toon/manifest.json

12 lines
328 B
JSON

{
"domain": "toon",
"name": "Toon",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/toon",
"requirements": ["toonapi==0.2.0"],
"dependencies": ["http"],
"after_dependencies": ["cloud"],
"codeowners": ["@frenck"],
"dhcp": [{ "hostname": "eneco-*", "macaddress": "74C63B*" }]
}