mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +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",
|
||||
"supported_by": "overkiz"
|
||||
},
|
||||
"ublockout": {
|
||||
"name": "Ublockout",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "motion_blinds"
|
||||
},
|
||||
"uk_transport": {
|
||||
"name": "UK Transport",
|
||||
"integration_type": "hub",
|
||||
|
Loading…
x
Reference in New Issue
Block a user