Add Harvey virtual integration (#133874)

Add harvey virtual integration
This commit is contained in:
Jordi 2024-12-24 08:01:50 +01:00 committed by GitHub
parent 6f11524b84
commit 2d5e2aa4b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
"""Virtual integration: Harvey."""

View File

@ -0,0 +1,6 @@
{
"domain": "harvey",
"name": "Harvey",
"integration_type": "virtual",
"supported_by": "aquacell"
}

View File

@ -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",