core/homeassistant/components/tplink/manifest.json

14 lines
264 B
JSON

{
"domain": "tplink",
"name": "TP-Link Kasa Smart",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tplink",
"requirements": [
"pyHS100==0.3.5.2"
],
"codeowners": [
"@rytilahti",
"@thegardenmonkey"
]
}