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:
parent
f09abb0f2e
commit
d8493a41aa
4 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"domain": "yale",
|
||||
"name": "Yale",
|
||||
"integrations": ["august", "yale_smart_alarm", "yalexs_ble"]
|
||||
"integrations": ["august", "yale_smart_alarm", "yalexs_ble", "yale_home"]
|
||||
}
|
||||
|
|
1
homeassistant/components/yale_home/__init__.py
Normal file
1
homeassistant/components/yale_home/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Yale Home."""
|
6
homeassistant/components/yale_home/manifest.json
Normal file
6
homeassistant/components/yale_home/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "yale_home",
|
||||
"name": "Yale Home",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "august"
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue