Add Fire TV virtual integration (#85741)
This commit is contained in:
parent
d8c3b87d44
commit
89d085a69c
4 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"domain": "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",
|
||||
"name": "Amazon Web Services (AWS)"
|
||||
},
|
||||
"fire_tv": {
|
||||
"integration_type": "virtual",
|
||||
"config_flow": false,
|
||||
"supported_by": "androidtv",
|
||||
"name": "Amazon Fire TV"
|
||||
},
|
||||
"route53": {
|
||||
"integration_type": "hub",
|
||||
"config_flow": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue