core/homeassistant/components/toon/manifest.json

14 lines
242 B
JSON

{
"domain": "toon",
"name": "Toon",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/toon",
"requirements": [
"toonapilib==3.2.4"
],
"dependencies": [],
"codeowners": [
"@frenck"
]
}