mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 03:51:12 +02:00
Add Motionblinds virtual integration Madeco (#111455)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"""Virtual integration: Madeco."""
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "madeco",
|
||||
"name": "Madeco",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "motion_blinds"
|
||||
}
|
||||
@@ -3393,6 +3393,11 @@
|
||||
"config_flow": false,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"madeco": {
|
||||
"name": "Madeco",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "motion_blinds"
|
||||
},
|
||||
"mailgun": {
|
||||
"name": "Mailgun",
|
||||
"integration_type": "hub",
|
||||
|
||||
Reference in New Issue
Block a user