mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +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,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"linx": {
|
||||
"name": "Linx",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "motion_blinds"
|
||||
},
|
||||
"lirc": {
|
||||
"name": "LIRC",
|
||||
"integration_type": "hub",
|
||||
|
Loading…
x
Reference in New Issue
Block a user