diff --git a/homeassistant/components/atlanticcityelectric/__init__.py b/homeassistant/components/atlanticcityelectric/__init__.py new file mode 100644 index 00000000000..2a6ada2bf05 --- /dev/null +++ b/homeassistant/components/atlanticcityelectric/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Atlantic City Electric.""" diff --git a/homeassistant/components/atlanticcityelectric/manifest.json b/homeassistant/components/atlanticcityelectric/manifest.json new file mode 100644 index 00000000000..e6055d66462 --- /dev/null +++ b/homeassistant/components/atlanticcityelectric/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "atlanticcityelectric", + "name": "Atlantic City Electric", + "integration_type": "virtual", + "supported_by": "opower" +} diff --git a/homeassistant/components/bge/__init__.py b/homeassistant/components/bge/__init__.py new file mode 100644 index 00000000000..a9bb8803f09 --- /dev/null +++ b/homeassistant/components/bge/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Baltimore Gas and Electric (BGE).""" diff --git a/homeassistant/components/bge/manifest.json b/homeassistant/components/bge/manifest.json new file mode 100644 index 00000000000..7cce2b5cf1a --- /dev/null +++ b/homeassistant/components/bge/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "bge", + "name": "Baltimore Gas and Electric (BGE)", + "integration_type": "virtual", + "supported_by": "opower" +} diff --git a/homeassistant/components/comed/__init__.py b/homeassistant/components/comed/__init__.py new file mode 100644 index 00000000000..6808e129f87 --- /dev/null +++ b/homeassistant/components/comed/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Commonwealth Edison (ComEd).""" diff --git a/homeassistant/components/comed/manifest.json b/homeassistant/components/comed/manifest.json new file mode 100644 index 00000000000..355328481c3 --- /dev/null +++ b/homeassistant/components/comed/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "comed", + "name": "Commonwealth Edison (ComEd)", + "integration_type": "virtual", + "supported_by": "opower" +} diff --git a/homeassistant/components/delmarva/__init__.py b/homeassistant/components/delmarva/__init__.py new file mode 100644 index 00000000000..2af337b64a4 --- /dev/null +++ b/homeassistant/components/delmarva/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Delmarva Power.""" diff --git a/homeassistant/components/delmarva/manifest.json b/homeassistant/components/delmarva/manifest.json new file mode 100644 index 00000000000..7f0de5c464a --- /dev/null +++ b/homeassistant/components/delmarva/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "delmarva", + "name": "Delmarva Power", + "integration_type": "virtual", + "supported_by": "opower" +} diff --git a/homeassistant/components/evergy/__init__.py b/homeassistant/components/evergy/__init__.py new file mode 100644 index 00000000000..cf1018dccef --- /dev/null +++ b/homeassistant/components/evergy/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Evergy.""" diff --git a/homeassistant/components/evergy/manifest.json b/homeassistant/components/evergy/manifest.json new file mode 100644 index 00000000000..a54dfca196d --- /dev/null +++ b/homeassistant/components/evergy/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "evergy", + "name": "Evergy", + "integration_type": "virtual", + "supported_by": "opower" +} diff --git a/homeassistant/components/peco_opower/__init__.py b/homeassistant/components/peco_opower/__init__.py new file mode 100644 index 00000000000..a0d26cf7b13 --- /dev/null +++ b/homeassistant/components/peco_opower/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: PECO Energy Company (PECO).""" diff --git a/homeassistant/components/peco_opower/manifest.json b/homeassistant/components/peco_opower/manifest.json new file mode 100644 index 00000000000..e0c58729ce5 --- /dev/null +++ b/homeassistant/components/peco_opower/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "peco_opower", + "name": "PECO Energy Company (PECO)", + "integration_type": "virtual", + "supported_by": "opower" +} diff --git a/homeassistant/components/pepco/__init__.py b/homeassistant/components/pepco/__init__.py new file mode 100644 index 00000000000..2ffcd22ade1 --- /dev/null +++ b/homeassistant/components/pepco/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Potomac Electric Power Company (Pepco).""" diff --git a/homeassistant/components/pepco/manifest.json b/homeassistant/components/pepco/manifest.json new file mode 100644 index 00000000000..97a837399d0 --- /dev/null +++ b/homeassistant/components/pepco/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "pepco", + "name": "Potomac Electric Power Company (Pepco)", + "integration_type": "virtual", + "supported_by": "opower" +} diff --git a/homeassistant/components/pge/__init__.py b/homeassistant/components/pge/__init__.py new file mode 100644 index 00000000000..e4402a7a3c2 --- /dev/null +++ b/homeassistant/components/pge/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Pacific Gas & Electric (PG&E).""" diff --git a/homeassistant/components/pge/manifest.json b/homeassistant/components/pge/manifest.json new file mode 100644 index 00000000000..4c1fa71a4b8 --- /dev/null +++ b/homeassistant/components/pge/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "pge", + "name": "Pacific Gas & Electric (PG&E)", + "integration_type": "virtual", + "supported_by": "opower" +} diff --git a/homeassistant/components/pse/__init__.py b/homeassistant/components/pse/__init__.py new file mode 100644 index 00000000000..5af296c9bef --- /dev/null +++ b/homeassistant/components/pse/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Puget Sound Energy (PSE).""" diff --git a/homeassistant/components/pse/manifest.json b/homeassistant/components/pse/manifest.json new file mode 100644 index 00000000000..5df86ac39a2 --- /dev/null +++ b/homeassistant/components/pse/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "pse", + "name": "Puget Sound Energy (PSE)", + "integration_type": "virtual", + "supported_by": "opower" +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 85138b82c82..a3a8c334c11 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -456,6 +456,11 @@ "config_flow": false, "iot_class": "local_polling" }, + "atlanticcityelectric": { + "name": "Atlantic City Electric", + "integration_type": "virtual", + "supported_by": "opower" + }, "atome": { "name": "Atome Linky", "integration_type": "hub", @@ -555,6 +560,11 @@ "config_flow": false, "iot_class": "local_polling" }, + "bge": { + "name": "Baltimore Gas and Electric (BGE)", + "integration_type": "virtual", + "supported_by": "opower" + }, "bitcoin": { "name": "Bitcoin", "integration_type": "hub", @@ -862,6 +872,11 @@ "integration_type": "hub", "config_flow": false }, + "comed": { + "name": "Commonwealth Edison (ComEd)", + "integration_type": "virtual", + "supported_by": "opower" + }, "comed_hourly_pricing": { "name": "ComEd Hourly Pricing", "integration_type": "hub", @@ -991,6 +1006,11 @@ "config_flow": false, "iot_class": "cloud_polling" }, + "delmarva": { + "name": "Delmarva Power", + "integration_type": "virtual", + "supported_by": "opower" + }, "deluge": { "name": "Deluge", "integration_type": "service", @@ -1554,6 +1574,11 @@ } } }, + "evergy": { + "name": "Evergy", + "integration_type": "virtual", + "supported_by": "opower" + }, "everlights": { "name": "EverLights", "integration_type": "hub", @@ -4136,6 +4161,11 @@ "config_flow": true, "iot_class": "cloud_polling" }, + "peco_opower": { + "name": "PECO Energy Company (PECO)", + "integration_type": "virtual", + "supported_by": "opower" + }, "pegel_online": { "name": "PEGELONLINE", "integration_type": "service", @@ -4148,6 +4178,16 @@ "config_flow": false, "iot_class": "local_polling" }, + "pepco": { + "name": "Potomac Electric Power Company (Pepco)", + "integration_type": "virtual", + "supported_by": "opower" + }, + "pge": { + "name": "Pacific Gas & Electric (PG&E)", + "integration_type": "virtual", + "supported_by": "opower" + }, "philips": { "name": "Philips", "integrations": { @@ -4321,6 +4361,11 @@ "config_flow": true, "iot_class": "local_polling" }, + "pse": { + "name": "Puget Sound Energy (PSE)", + "integration_type": "virtual", + "supported_by": "opower" + }, "pulseaudio_loopback": { "name": "PulseAudio Loopback", "integration_type": "hub",