Add integration-type property to androidTV manifest (#84018)
This commit is contained in:
parent
6b751de7ad
commit
9a25e75947
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -242,7 +242,7 @@
|
|||
},
|
||||
"androidtv": {
|
||||
"name": "Android TV",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue