Add Apollo Automation virtual integration (#139751)

Co-authored-by: Robert Resch <robert@resch.dev>
This commit is contained in:
Joost Lekkerkerker 2025-03-04 15:08:14 +01:00 committed by GitHub
parent e69b4f389f
commit d9690507a4
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: Apollo Automation."""

View File

@ -0,0 +1,6 @@
{
"domain": "apollo_automation",
"name": "Apollo Automation",
"integration_type": "virtual",
"supported_by": "esphome"
}

View File

@ -345,6 +345,11 @@
"config_flow": true, "config_flow": true,
"iot_class": "local_polling" "iot_class": "local_polling"
}, },
"apollo_automation": {
"name": "Apollo Automation",
"integration_type": "virtual",
"supported_by": "esphome"
},
"appalachianpower": { "appalachianpower": {
"name": "Appalachian Power", "name": "Appalachian Power",
"integration_type": "virtual", "integration_type": "virtual",