Add Smart Rollos virtual motionblinds integration (#137190)
parent
ce5be8686a
commit
c5e60045b4
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Smart Rollos."""
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "smart_rollos",
|
||||
"name": "Smart Rollos",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "motion_blinds"
|
||||
}
|
|
@ -5811,6 +5811,11 @@
|
|||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"smart_rollos": {
|
||||
"name": "Smart Rollos",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "motion_blinds"
|
||||
},
|
||||
"smarther": {
|
||||
"name": "Smarther",
|
||||
"integration_type": "virtual",
|
||||
|
|
Loading…
Reference in New Issue