mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Add brand for Bosch (#141561)
This commit is contained in:
parent
799962ef0e
commit
d92728e533
5
homeassistant/brands/bosch.json
Normal file
5
homeassistant/brands/bosch.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"domain": "bosch",
|
||||||
|
"name": "Bosch",
|
||||||
|
"integrations": ["bosch_alarm", "bosch_shc", "home_connect"]
|
||||||
|
}
|
@ -759,17 +759,28 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
"bosch_alarm": {
|
"bosch": {
|
||||||
"name": "Bosch Alarm",
|
"name": "Bosch",
|
||||||
"integration_type": "device",
|
"integrations": {
|
||||||
"config_flow": true,
|
"bosch_alarm": {
|
||||||
"iot_class": "local_push"
|
"integration_type": "device",
|
||||||
},
|
"config_flow": true,
|
||||||
"bosch_shc": {
|
"iot_class": "local_push",
|
||||||
"name": "Bosch SHC",
|
"name": "Bosch Alarm"
|
||||||
"integration_type": "hub",
|
},
|
||||||
"config_flow": true,
|
"bosch_shc": {
|
||||||
"iot_class": "local_push"
|
"integration_type": "hub",
|
||||||
|
"config_flow": true,
|
||||||
|
"iot_class": "local_push",
|
||||||
|
"name": "Bosch SHC"
|
||||||
|
},
|
||||||
|
"home_connect": {
|
||||||
|
"integration_type": "hub",
|
||||||
|
"config_flow": true,
|
||||||
|
"iot_class": "cloud_push",
|
||||||
|
"name": "Home Connect"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"brandt": {
|
"brandt": {
|
||||||
"name": "Brandt Smart Control",
|
"name": "Brandt Smart Control",
|
||||||
@ -2639,13 +2650,6 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
"home_connect": {
|
|
||||||
"name": "Home Connect",
|
|
||||||
"integration_type": "hub",
|
|
||||||
"config_flow": true,
|
|
||||||
"iot_class": "cloud_push",
|
|
||||||
"single_config_entry": true
|
|
||||||
},
|
|
||||||
"home_plus_control": {
|
"home_plus_control": {
|
||||||
"name": "Legrand Home+ Control",
|
"name": "Legrand Home+ Control",
|
||||||
"integration_type": "virtual",
|
"integration_type": "virtual",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user