mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add integration-type property to androidTV manifest (#84018)
This commit is contained in:
parent
6b751de7ad
commit
9a25e75947
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"domain": "androidtv",
|
"domain": "androidtv",
|
||||||
"name": "Android TV",
|
"name": "Android TV",
|
||||||
|
"integration_type": "device",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/androidtv",
|
"documentation": "https://www.home-assistant.io/integrations/androidtv",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"adb-shell[async]==0.4.3",
|
"adb-shell[async]==0.4.3",
|
||||||
|
@ -242,7 +242,7 @@
|
|||||||
},
|
},
|
||||||
"androidtv": {
|
"androidtv": {
|
||||||
"name": "Android TV",
|
"name": "Android TV",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user