diff --git a/homeassistant/brands/yale.json b/homeassistant/brands/yale.json index 87c119fdd40..53dc9b43569 100644 --- a/homeassistant/brands/yale.json +++ b/homeassistant/brands/yale.json @@ -1,5 +1,5 @@ { "domain": "yale", "name": "Yale", - "integrations": ["august", "yale_smart_alarm", "yalexs_ble"] + "integrations": ["august", "yale_smart_alarm", "yalexs_ble", "yale_home"] } diff --git a/homeassistant/components/yale_home/__init__.py b/homeassistant/components/yale_home/__init__.py new file mode 100644 index 00000000000..8313f40e785 --- /dev/null +++ b/homeassistant/components/yale_home/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Yale Home.""" diff --git a/homeassistant/components/yale_home/manifest.json b/homeassistant/components/yale_home/manifest.json new file mode 100644 index 00000000000..0e45b0da7d0 --- /dev/null +++ b/homeassistant/components/yale_home/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "yale_home", + "name": "Yale Home", + "integration_type": "virtual", + "supported_by": "august" +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index c9ce171e3d4..c97e229f5a3 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6388,6 +6388,12 @@ "config_flow": true, "iot_class": "local_push", "name": "Yale Access Bluetooth" + }, + "yale_home": { + "integration_type": "virtual", + "config_flow": false, + "supported_by": "august", + "name": "Yale Home" } } },