Add yamaha brand configuration (#81267)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
8704f1aa47
commit
27e6b69656
2 changed files with 20 additions and 10 deletions
5
homeassistant/brands/yamaha.json
Normal file
5
homeassistant/brands/yamaha.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"domain": "yamaha",
|
||||
"name": "Yamaha",
|
||||
"integrations": ["yamaha", "yamaha_musiccast"]
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue