Add LINAK virtual integration supported by Idasen Desk
This commit is contained in:
parent
d7e796e9f9
commit
af5c3ac81e
|
@ -0,0 +1 @@
|
|||
"""LINAK virtual integration."""
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "linak",
|
||||
"name": "LINAK",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "idasen_desk"
|
||||
}
|
|
@ -3392,6 +3392,11 @@
|
|||
"config_flow": false,
|
||||
"iot_class": "assumed_state"
|
||||
},
|
||||
"linak": {
|
||||
"name": "LINAK",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "idasen_desk"
|
||||
},
|
||||
"linear_garage_door": {
|
||||
"name": "Linear Garage Door",
|
||||
"integration_type": "hub",
|
||||
|
|
Loading…
Reference in New Issue