mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add Fire TV virtual integration (#85741)
This commit is contained in:
parent
d8c3b87d44
commit
89d085a69c
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"domain": "amazon",
|
"domain": "amazon",
|
||||||
"name": "Amazon",
|
"name": "Amazon",
|
||||||
"integrations": ["alexa", "amazon_polly", "aws", "route53"]
|
"integrations": ["alexa", "amazon_polly", "aws", "fire_tv", "route53"]
|
||||||
}
|
}
|
||||||
|
1
homeassistant/components/fire_tv/__init__.py
Normal file
1
homeassistant/components/fire_tv/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: Amazon Fire TV."""
|
6
homeassistant/components/fire_tv/manifest.json
Normal file
6
homeassistant/components/fire_tv/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "fire_tv",
|
||||||
|
"name": "Amazon Fire TV",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "androidtv"
|
||||||
|
}
|
@ -191,6 +191,12 @@
|
|||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"name": "Amazon Web Services (AWS)"
|
"name": "Amazon Web Services (AWS)"
|
||||||
},
|
},
|
||||||
|
"fire_tv": {
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"config_flow": false,
|
||||||
|
"supported_by": "androidtv",
|
||||||
|
"name": "Amazon Fire TV"
|
||||||
|
},
|
||||||
"route53": {
|
"route53": {
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user