mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add Profilo virtual integration (#141611)
This commit is contained in:
parent
a405ccd044
commit
7b6c967c3a
1
homeassistant/components/profilo/__init__.py
Normal file
1
homeassistant/components/profilo/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Profilo virtual integration."""
|
6
homeassistant/components/profilo/manifest.json
Normal file
6
homeassistant/components/profilo/manifest.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "profilo",
|
||||
"name": "Profilo",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "home_connect"
|
||||
}
|
@ -4969,6 +4969,11 @@
|
||||
"config_flow": true,
|
||||
"single_config_entry": true
|
||||
},
|
||||
"profilo": {
|
||||
"name": "Profilo",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "home_connect"
|
||||
},
|
||||
"progettihwsw": {
|
||||
"name": "ProgettiHWSW Automation",
|
||||
"integration_type": "hub",
|
||||
|
Loading…
x
Reference in New Issue
Block a user