Add Bang & Olufsen brand
This commit is contained in:
parent
5d1071cff5
commit
57b2722078
2 changed files with 13 additions and 3 deletions
5
homeassistant/brands/bangolufsen.json
Normal file
5
homeassistant/brands/bangolufsen.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"domain": "bangolufsen",
|
||||
"name": "Bang & Olufsen",
|
||||
"integrations": ["bangolufsen"]
|
||||
}
|
|
@ -550,9 +550,14 @@
|
|||
},
|
||||
"bangolufsen": {
|
||||
"name": "Bang & Olufsen",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
"integrations": {
|
||||
"bangolufsen": {
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push",
|
||||
"name": "Bang & Olufsen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bayesian": {
|
||||
"name": "Bayesian",
|
||||
|
|
Loading…
Add table
Reference in a new issue