Add Motionblinds virtual integration Madeco (#111455)
This commit is contained in:
parent
3f7b2634f7
commit
7b059b3dff
3 changed files with 12 additions and 0 deletions
1
homeassistant/components/madeco/__init__.py
Normal file
1
homeassistant/components/madeco/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Madeco."""
|
6
homeassistant/components/madeco/manifest.json
Normal file
6
homeassistant/components/madeco/manifest.json
Normal file
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue