mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add Decorquip virtual motion blinds integration (#134402)
This commit is contained in:
parent
cd30f75be9
commit
c533f63a87
1
homeassistant/components/decorquip/__init__.py
Normal file
1
homeassistant/components/decorquip/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: Decorquip."""
|
6
homeassistant/components/decorquip/manifest.json
Normal file
6
homeassistant/components/decorquip/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "decorquip",
|
||||||
|
"name": "Decorquip Dream",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "motion_blinds"
|
||||||
|
}
|
@ -1144,6 +1144,11 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
"decorquip": {
|
||||||
|
"name": "Decorquip Dream",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "motion_blinds"
|
||||||
|
},
|
||||||
"delijn": {
|
"delijn": {
|
||||||
"name": "De Lijn",
|
"name": "De Lijn",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user