mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Add Motionblinds virtual integration Krispol (#111456)
This commit is contained in:
parent
1b2e669302
commit
3f7b2634f7
1
homeassistant/components/krispol/__init__.py
Normal file
1
homeassistant/components/krispol/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Virtual integration: Krispol."""
|
6
homeassistant/components/krispol/manifest.json
Normal file
6
homeassistant/components/krispol/manifest.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "krispol",
|
||||
"name": "Krispol",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "motion_blinds"
|
||||
}
|
@ -3048,6 +3048,11 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"krispol": {
|
||||
"name": "Krispol",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "motion_blinds"
|
||||
},
|
||||
"kulersky": {
|
||||
"name": "Kuler Sky",
|
||||
"integration_type": "hub",
|
||||
|
Loading…
x
Reference in New Issue
Block a user