Add Linx virtual motionblinds integration (#137184)

This commit is contained in:
starkillerOG 2025-02-02 21:22:04 +01:00 committed by GitHub
parent 6afaeee0fd
commit a6781107df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
"""Virtual integration: Linx."""

View File

@ -0,0 +1,6 @@
{
"domain": "linx",
"name": "Linx",
"integration_type": "virtual",
"supported_by": "motion_blinds"
}

View File

@ -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",