mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Add Harvey virtual integration (#133874)
Add harvey virtual integration
This commit is contained in:
1
homeassistant/components/harvey/__init__.py
Normal file
1
homeassistant/components/harvey/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Virtual integration: Harvey."""
|
6
homeassistant/components/harvey/manifest.json
Normal file
6
homeassistant/components/harvey/manifest.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "harvey",
|
||||
"name": "Harvey",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "aquacell"
|
||||
}
|
@@ -2475,6 +2475,11 @@
|
||||
"config_flow": false,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"harvey": {
|
||||
"name": "Harvey",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "aquacell"
|
||||
},
|
||||
"hassio": {
|
||||
"name": "Home Assistant Supervisor",
|
||||
"integration_type": "hub",
|
||||
|
Reference in New Issue
Block a user