mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add Smart Rollos virtual motionblinds integration (#137190)
This commit is contained in:
parent
ce5be8686a
commit
c5e60045b4
1
homeassistant/components/smart_rollos/__init__.py
Normal file
1
homeassistant/components/smart_rollos/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Virtual integration: Smart Rollos."""
|
6
homeassistant/components/smart_rollos/manifest.json
Normal file
6
homeassistant/components/smart_rollos/manifest.json
Normal file
@ -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…
x
Reference in New Issue
Block a user