Add Apollo Automation virtual integration (#139751)
Co-authored-by: Robert Resch <robert@resch.dev>pull/139757/head^2
parent
e69b4f389f
commit
d9690507a4
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Apollo Automation."""
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "apollo_automation",
|
||||
"name": "Apollo Automation",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "esphome"
|
||||
}
|
|
@ -345,6 +345,11 @@
|
|||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"apollo_automation": {
|
||||
"name": "Apollo Automation",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "esphome"
|
||||
},
|
||||
"appalachianpower": {
|
||||
"name": "Appalachian Power",
|
||||
"integration_type": "virtual",
|
||||
|
|
Loading…
Reference in New Issue