Add integration-type property to androidTV manifest (#84018)

This commit is contained in:
ollo69 2022-12-14 23:41:46 +01:00 committed by GitHub
parent 6b751de7ad
commit 9a25e75947
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
"domain": "androidtv",
"name": "Android TV",
"integration_type": "device",
"documentation": "https://www.home-assistant.io/integrations/androidtv",
"requirements": [
"adb-shell[async]==0.4.3",

View file

@ -242,7 +242,7 @@
},
"androidtv": {
"name": "Android TV",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},