Add yamaha brand configuration (#81267)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Tom Schneider 2022-11-23 20:19:20 +01:00 committed by GitHub
parent 8704f1aa47
commit 27e6b69656
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 10 deletions

View file

@ -0,0 +1,5 @@
{
"domain": "yamaha",
"name": "Yamaha",
"integrations": ["yamaha", "yamaha_musiccast"]
}

View file

@ -6156,16 +6156,21 @@
}
},
"yamaha": {
"name": "Yamaha Network Receivers",
"integration_type": "hub",
"config_flow": false,
"iot_class": "local_polling"
},
"yamaha_musiccast": {
"name": "MusicCast",
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_push"
"name": "Yamaha",
"integrations": {
"yamaha": {
"integration_type": "hub",
"config_flow": false,
"iot_class": "local_polling",
"name": "Yamaha Network Receivers"
},
"yamaha_musiccast": {
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_push",
"name": "MusicCast"
}
}
},
"yandex": {
"name": "Yandex",