core/homeassistant/components/androidtv_remote/manifest.json

13 lines
407 B
JSON

{
"domain": "androidtv_remote",
"name": "Android TV Remote",
"codeowners": ["@tronikos", "@Drafteed"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/androidtv_remote",
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["androidtvremote2"],
"requirements": ["androidtvremote2==0.1.2"],
"zeroconf": ["_androidtvremote2._tcp.local."]
}