Add brand for Bosch (#141561)

This commit is contained in:
Joost Lekkerkerker 2025-03-27 21:01:52 +01:00 committed by GitHub
parent 799962ef0e
commit d92728e533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 27 additions and 18 deletions

View File

@ -0,0 +1,5 @@
{
"domain": "bosch",
"name": "Bosch",
"integrations": ["bosch_alarm", "bosch_shc", "home_connect"]
}

View File

@ -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",