mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add yamaha brand configuration (#81267)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
8704f1aa47
commit
27e6b69656
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…
x
Reference in New Issue
Block a user