Add Fire TV virtual integration (#85741)

This commit is contained in:
Jan Rieger 2023-01-16 20:12:31 +01:00 committed by GitHub
parent d8c3b87d44
commit 89d085a69c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{
"domain": "amazon",
"name": "Amazon",
"integrations": ["alexa", "amazon_polly", "aws", "route53"]
"integrations": ["alexa", "amazon_polly", "aws", "fire_tv", "route53"]
}

View file

@ -0,0 +1 @@
"""Virtual integration: Amazon Fire TV."""

View file

@ -0,0 +1,6 @@
{
"domain": "fire_tv",
"name": "Amazon Fire TV",
"integration_type": "virtual",
"supported_by": "androidtv"
}

View file

@ -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,