diff --git a/homeassistant/brands/yale.json b/homeassistant/brands/yale.json index a0e7c6bd453..ac3436a7a2f 100644 --- a/homeassistant/brands/yale.json +++ b/homeassistant/brands/yale.json @@ -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"] } diff --git a/homeassistant/brands/yale_august.json b/homeassistant/brands/yale_august.json new file mode 100644 index 00000000000..cee8263b4cb --- /dev/null +++ b/homeassistant/brands/yale_august.json @@ -0,0 +1,5 @@ +{ + "domain": "yale_august", + "name": "Yale August (US/Canada)", + "integrations": ["august", "august_ble"] +} diff --git a/homeassistant/components/yale/manifest.json b/homeassistant/components/yale/manifest.json index 4533e6fb49d..d9c9085d78d 100644 --- a/homeassistant/components/yale/manifest.json +++ b/homeassistant/components/yale/manifest.json @@ -1,6 +1,6 @@ { "domain": "yale", - "name": "Yale", + "name": "Yale Home", "codeowners": ["@bdraco"], "config_flow": true, "dependencies": ["application_credentials", "cloud"], diff --git a/homeassistant/components/yale_home/__init__.py b/homeassistant/components/yale_home/__init__.py deleted file mode 100644 index 8313f40e785..00000000000 --- a/homeassistant/components/yale_home/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""Virtual integration: Yale Home.""" diff --git a/homeassistant/components/yale_home/manifest.json b/homeassistant/components/yale_home/manifest.json deleted file mode 100644 index c497fa3fe34..00000000000 --- a/homeassistant/components/yale_home/manifest.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "domain": "yale_home", - "name": "Yale Home", - "integration_type": "virtual", - "supported_by": "yale" -} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 54bcb0dc07d..f86e2b805b1 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -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" } } },