mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Add LINAK virtual integration supported by Idasen Desk (#138749)
This commit is contained in:
1
homeassistant/components/linak/__init__.py
Normal file
1
homeassistant/components/linak/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
"""LINAK virtual integration."""
|
6
homeassistant/components/linak/manifest.json
Normal file
6
homeassistant/components/linak/manifest.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "linak",
|
||||||
|
"name": "LINAK",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "idasen_desk"
|
||||||
|
}
|
@@ -3392,6 +3392,11 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "assumed_state"
|
"iot_class": "assumed_state"
|
||||||
},
|
},
|
||||||
|
"linak": {
|
||||||
|
"name": "LINAK",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "idasen_desk"
|
||||||
|
},
|
||||||
"linear_garage_door": {
|
"linear_garage_door": {
|
||||||
"name": "Linear Garage Door",
|
"name": "Linear Garage Door",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Reference in New Issue
Block a user