mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 06:17:07 +00:00
Add Linx virtual motionblinds integration (#137184)
This commit is contained in:
parent
6afaeee0fd
commit
a6781107df
1
homeassistant/components/linx/__init__.py
Normal file
1
homeassistant/components/linx/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: Linx."""
|
6
homeassistant/components/linx/manifest.json
Normal file
6
homeassistant/components/linx/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "linx",
|
||||||
|
"name": "Linx",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "motion_blinds"
|
||||||
|
}
|
@ -3410,6 +3410,11 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
"linx": {
|
||||||
|
"name": "Linx",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "motion_blinds"
|
||||||
|
},
|
||||||
"lirc": {
|
"lirc": {
|
||||||
"name": "LIRC",
|
"name": "LIRC",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user