mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add Harvey virtual integration (#133874)
Add harvey virtual integration
This commit is contained in:
parent
bb371c87d5
commit
80955ba821
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,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
"harvey": {
|
||||||
|
"name": "Harvey",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "aquacell"
|
||||||
|
},
|
||||||
"hassio": {
|
"hassio": {
|
||||||
"name": "Home Assistant Supervisor",
|
"name": "Home Assistant Supervisor",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user