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": {
|
"bangolufsen": {
|
||||||
"name": "Bang & Olufsen",
|
"name": "Bang & Olufsen",
|
||||||
"integration_type": "device",
|
"integrations": {
|
||||||
"config_flow": true,
|
"bangolufsen": {
|
||||||
"iot_class": "local_push"
|
"integration_type": "device",
|
||||||
|
"config_flow": true,
|
||||||
|
"iot_class": "local_push",
|
||||||
|
"name": "Bang & Olufsen"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"bayesian": {
|
"bayesian": {
|
||||||
"name": "Bayesian",
|
"name": "Bayesian",
|
||||||
|
|
Loading…
Add table
Reference in a new issue