Add Yale Home virtual integration (#93364)

* Add Yale Home virtual integration

Yale split all their customers outside of North America off into
a new brand recently

https://www.yalehome.com/in/en/news/news/introducing-the-new-yale-home-app#:~:text=The%20Yale%20Home%20app,products%20and%20new%20products%20alike.

* init

* brands
This commit is contained in:
J. Nick Koston 2023-05-24 00:21:49 -05:00 committed by GitHub
parent f09abb0f2e
commit d8493a41aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{
"domain": "yale",
"name": "Yale",
"integrations": ["august", "yale_smart_alarm", "yalexs_ble"]
"integrations": ["august", "yale_smart_alarm", "yalexs_ble", "yale_home"]
}

View file

@ -0,0 +1 @@
"""Virtual integration: Yale Home."""

View file

@ -0,0 +1,6 @@
{
"domain": "yale_home",
"name": "Yale Home",
"integration_type": "virtual",
"supported_by": "august"
}

View file

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