mirror of
https://github.com/home-assistant/core.git
synced 2026-02-14 23:28:42 +00:00
Split Yale brand (#155686)
Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
{
|
||||
"domain": "yale",
|
||||
"name": "Yale",
|
||||
"integrations": [
|
||||
"august",
|
||||
"yale_smart_alarm",
|
||||
"yalexs_ble",
|
||||
"yale_home",
|
||||
"yale"
|
||||
]
|
||||
"name": "Yale (non-US/Canada)",
|
||||
"integrations": ["yale", "yalexs_ble", "yale_smart_alarm"]
|
||||
}
|
||||
|
||||
5
homeassistant/brands/yale_august.json
Normal file
5
homeassistant/brands/yale_august.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"domain": "yale_august",
|
||||
"name": "Yale August (US/Canada)",
|
||||
"integrations": ["august", "august_ble"]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"domain": "yale",
|
||||
"name": "Yale",
|
||||
"name": "Yale Home",
|
||||
"codeowners": ["@bdraco"],
|
||||
"config_flow": true,
|
||||
"dependencies": ["application_credentials", "cloud"],
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
"""Virtual integration: Yale Home."""
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"domain": "yale_home",
|
||||
"name": "Yale Home",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "yale"
|
||||
}
|
||||
@@ -589,11 +589,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"august_ble": {
|
||||
"name": "August Bluetooth",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "yalexs_ble"
|
||||
},
|
||||
"aurora": {
|
||||
"integration_type": "hub",
|
||||
"config_flow": true,
|
||||
@@ -7614,19 +7609,13 @@
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"yale": {
|
||||
"name": "Yale",
|
||||
"name": "Yale (non-US/Canada)",
|
||||
"integrations": {
|
||||
"august": {
|
||||
"yale": {
|
||||
"integration_type": "hub",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push",
|
||||
"name": "August"
|
||||
},
|
||||
"yale_smart_alarm": {
|
||||
"integration_type": "hub",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
"name": "Yale Smart Living"
|
||||
"name": "Yale Home"
|
||||
},
|
||||
"yalexs_ble": {
|
||||
"integration_type": "hub",
|
||||
@@ -7634,17 +7623,28 @@
|
||||
"iot_class": "local_push",
|
||||
"name": "Yale Access Bluetooth"
|
||||
},
|
||||
"yale_home": {
|
||||
"integration_type": "virtual",
|
||||
"config_flow": false,
|
||||
"supported_by": "yale",
|
||||
"name": "Yale Home"
|
||||
},
|
||||
"yale": {
|
||||
"yale_smart_alarm": {
|
||||
"integration_type": "hub",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
"name": "Yale Smart Living"
|
||||
}
|
||||
}
|
||||
},
|
||||
"yale_august": {
|
||||
"name": "Yale August (US/Canada)",
|
||||
"integrations": {
|
||||
"august": {
|
||||
"integration_type": "hub",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push",
|
||||
"name": "Yale"
|
||||
"name": "August"
|
||||
},
|
||||
"august_ble": {
|
||||
"integration_type": "virtual",
|
||||
"config_flow": false,
|
||||
"supported_by": "yalexs_ble",
|
||||
"name": "August Bluetooth"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user