hass-core/homeassistant/components/androidtv_remote/manifest.json
2023-08-22 12:28:19 +02:00

13 lines
439 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"],
"quality_scale": "platinum",
"requirements": ["androidtvremote2==0.0.14"],
"zeroconf": ["_androidtvremote2._tcp.local."]
}