Skip to content

Commit f54076d

Browse files
balloobbdracoCopilot
authored
Split Yale brand (#155686)
Co-authored-by: J. Nick Koston <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 1d0eb97 commit f54076d

File tree

6 files changed

+29
-37
lines changed

6 files changed

+29
-37
lines changed

homeassistant/brands/yale.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{
22
"domain": "yale",
3-
"name": "Yale",
4-
"integrations": [
5-
"august",
6-
"yale_smart_alarm",
7-
"yalexs_ble",
8-
"yale_home",
9-
"yale"
10-
]
3+
"name": "Yale (non-US/Canada)",
4+
"integrations": ["yale", "yalexs_ble", "yale_smart_alarm"]
115
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"domain": "yale_august",
3+
"name": "Yale August (US/Canada)",
4+
"integrations": ["august", "august_ble"]
5+
}

homeassistant/components/yale/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"domain": "yale",
3-
"name": "Yale",
3+
"name": "Yale Home",
44
"codeowners": ["@bdraco"],
55
"config_flow": true,
66
"dependencies": ["application_credentials", "cloud"],

homeassistant/components/yale_home/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

homeassistant/components/yale_home/manifest.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

homeassistant/generated/integrations.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -589,11 +589,6 @@
589589
}
590590
}
591591
},
592-
"august_ble": {
593-
"name": "August Bluetooth",
594-
"integration_type": "virtual",
595-
"supported_by": "yalexs_ble"
596-
},
597592
"aurora": {
598593
"integration_type": "hub",
599594
"config_flow": true,
@@ -7614,37 +7609,42 @@
76147609
"iot_class": "local_polling"
76157610
},
76167611
"yale": {
7617-
"name": "Yale",
7612+
"name": "Yale (non-US/Canada)",
76187613
"integrations": {
7619-
"august": {
7614+
"yale": {
76207615
"integration_type": "hub",
76217616
"config_flow": true,
76227617
"iot_class": "cloud_push",
7623-
"name": "August"
7618+
"name": "Yale Home"
7619+
},
7620+
"yalexs_ble": {
7621+
"integration_type": "hub",
7622+
"config_flow": true,
7623+
"iot_class": "local_push",
7624+
"name": "Yale Access Bluetooth"
76247625
},
76257626
"yale_smart_alarm": {
76267627
"integration_type": "hub",
76277628
"config_flow": true,
76287629
"iot_class": "cloud_polling",
76297630
"name": "Yale Smart Living"
7630-
},
7631-
"yalexs_ble": {
7631+
}
7632+
}
7633+
},
7634+
"yale_august": {
7635+
"name": "Yale August (US/Canada)",
7636+
"integrations": {
7637+
"august": {
76327638
"integration_type": "hub",
76337639
"config_flow": true,
7634-
"iot_class": "local_push",
7635-
"name": "Yale Access Bluetooth"
7640+
"iot_class": "cloud_push",
7641+
"name": "August"
76367642
},
7637-
"yale_home": {
7643+
"august_ble": {
76387644
"integration_type": "virtual",
76397645
"config_flow": false,
7640-
"supported_by": "yale",
7641-
"name": "Yale Home"
7642-
},
7643-
"yale": {
7644-
"integration_type": "hub",
7645-
"config_flow": true,
7646-
"iot_class": "cloud_push",
7647-
"name": "Yale"
7646+
"supported_by": "yalexs_ble",
7647+
"name": "August Bluetooth"
76487648
}
76497649
}
76507650
},

0 commit comments

Comments
 (0)