mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +00:00
Add LINAK virtual integration supported by Idasen Desk (#138749)
This commit is contained in:
parent
0b6f49fec2
commit
8e6f2e6ff2
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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user