Add Motionblinds virtual integration Krispol (#111456)
This commit is contained in:
parent
1b2e669302
commit
3f7b2634f7
3 changed files with 12 additions and 0 deletions
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…
Add table
Reference in a new issue