core/homeassistant/components/toon/manifest.json

18 lines
381 B
JSON
Raw Normal View History

{
"domain": "toon",
"name": "Toon",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/toon",
2020-08-04 21:42:53 +00:00
"requirements": ["toonapi==0.2.0"],
"dependencies": ["http"],
"after_dependencies": ["cloud"],
2021-01-16 14:20:56 +00:00
"codeowners": ["@frenck"],
"dhcp": [
{
"hostname": "eneco-*",
"macaddress": "74C63B*"
}
],
"iot_class": "cloud_push"
}