Move aeptexas to aep_texas (#106595)

This commit is contained in:
Joost Lekkerkerker 2023-12-28 21:58:34 +01:00 committed by GitHub
parent 7441962211
commit c9ecf3af54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{ {
"domain": "aeptexas", "domain": "aep_texas",
"name": "AEP Texas", "name": "AEP Texas",
"integration_type": "virtual", "integration_type": "virtual",
"supported_by": "opower" "supported_by": "opower"

View File

@ -65,13 +65,13 @@
"config_flow": true, "config_flow": true,
"iot_class": "cloud_polling" "iot_class": "cloud_polling"
}, },
"aepohio": { "aep_texas": {
"name": "AEP Ohio", "name": "AEP Texas",
"integration_type": "virtual", "integration_type": "virtual",
"supported_by": "opower" "supported_by": "opower"
}, },
"aeptexas": { "aepohio": {
"name": "AEP Texas", "name": "AEP Ohio",
"integration_type": "virtual", "integration_type": "virtual",
"supported_by": "opower" "supported_by": "opower"
}, },