mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00
Add Ublockout virtual integration of MotionBlinds (#137179)
This commit is contained in:
parent
9856340a33
commit
94daeffe44
1
homeassistant/components/ublockout/__init__.py
Normal file
1
homeassistant/components/ublockout/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: Ublockout."""
|
6
homeassistant/components/ublockout/manifest.json
Normal file
6
homeassistant/components/ublockout/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "ublockout",
|
||||||
|
"name": "Ublockout",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "motion_blinds"
|
||||||
|
}
|
@ -6741,6 +6741,11 @@
|
|||||||
"integration_type": "virtual",
|
"integration_type": "virtual",
|
||||||
"supported_by": "overkiz"
|
"supported_by": "overkiz"
|
||||||
},
|
},
|
||||||
|
"ublockout": {
|
||||||
|
"name": "Ublockout",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "motion_blinds"
|
||||||
|
},
|
||||||
"uk_transport": {
|
"uk_transport": {
|
||||||
"name": "UK Transport",
|
"name": "UK Transport",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user