From 58182b3f7cbdeeee832aa8c23f8cb4b52c1f6874 Mon Sep 17 00:00:00 2001 From: tronikos Date: Wed, 26 Jul 2023 02:40:12 -0700 Subject: [PATCH] Docs for opower virtual integrations (#28337) --- .../atlanticcityelectric.markdown | 20 +++++++++++++++++++ source/_integrations/bge.markdown | 20 +++++++++++++++++++ source/_integrations/comed.markdown | 20 +++++++++++++++++++ source/_integrations/delmarva.markdown | 20 +++++++++++++++++++ source/_integrations/evergy.markdown | 20 +++++++++++++++++++ source/_integrations/peco_opower.markdown | 20 +++++++++++++++++++ source/_integrations/pepco.markdown | 20 +++++++++++++++++++ source/_integrations/pge.markdown | 20 +++++++++++++++++++ source/_integrations/pse.markdown | 20 +++++++++++++++++++ 9 files changed, 180 insertions(+) create mode 100644 source/_integrations/atlanticcityelectric.markdown create mode 100644 source/_integrations/bge.markdown create mode 100644 source/_integrations/comed.markdown create mode 100644 source/_integrations/delmarva.markdown create mode 100644 source/_integrations/evergy.markdown create mode 100644 source/_integrations/peco_opower.markdown create mode 100644 source/_integrations/pepco.markdown create mode 100644 source/_integrations/pge.markdown create mode 100644 source/_integrations/pse.markdown diff --git a/source/_integrations/atlanticcityelectric.markdown b/source/_integrations/atlanticcityelectric.markdown new file mode 100644 index 00000000000..426aec04d1c --- /dev/null +++ b/source/_integrations/atlanticcityelectric.markdown @@ -0,0 +1,20 @@ +--- +title: Atlantic City Electric +description: Get energy usage from Atlantic City Electric using the Opower integration +ha_category: + - Energy + - Sensor +ha_release: 2023.8 +ha_iot_class: Cloud Polling +ha_codeowners: + - '@tronikos' +ha_domain: atlanticcityelectric +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: virtual +ha_supporting_domain: opower +ha_supporting_integration: Opower +--- + +{% include integrations/supported_brand.md %} diff --git a/source/_integrations/bge.markdown b/source/_integrations/bge.markdown new file mode 100644 index 00000000000..2a8a4c188d7 --- /dev/null +++ b/source/_integrations/bge.markdown @@ -0,0 +1,20 @@ +--- +title: Baltimore Gas and Electric (BGE) +description: Get energy usage from Baltimore Gas and Electric (BGE) using the Opower integration +ha_category: + - Energy + - Sensor +ha_release: 2023.8 +ha_iot_class: Cloud Polling +ha_codeowners: + - '@tronikos' +ha_domain: bge +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: virtual +ha_supporting_domain: opower +ha_supporting_integration: Opower +--- + +{% include integrations/supported_brand.md %} diff --git a/source/_integrations/comed.markdown b/source/_integrations/comed.markdown new file mode 100644 index 00000000000..109a02d6e54 --- /dev/null +++ b/source/_integrations/comed.markdown @@ -0,0 +1,20 @@ +--- +title: Commonwealth Edison (ComEd) +description: Get energy usage from Commonwealth Edison (ComEd) using the Opower integration +ha_category: + - Energy + - Sensor +ha_release: 2023.8 +ha_iot_class: Cloud Polling +ha_codeowners: + - '@tronikos' +ha_domain: comed +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: virtual +ha_supporting_domain: opower +ha_supporting_integration: Opower +--- + +{% include integrations/supported_brand.md %} diff --git a/source/_integrations/delmarva.markdown b/source/_integrations/delmarva.markdown new file mode 100644 index 00000000000..8852d114914 --- /dev/null +++ b/source/_integrations/delmarva.markdown @@ -0,0 +1,20 @@ +--- +title: Delmarva Power +description: Get energy usage from Delmarva Power using the Opower integration +ha_category: + - Energy + - Sensor +ha_release: 2023.8 +ha_iot_class: Cloud Polling +ha_codeowners: + - '@tronikos' +ha_domain: delmarva +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: virtual +ha_supporting_domain: opower +ha_supporting_integration: Opower +--- + +{% include integrations/supported_brand.md %} diff --git a/source/_integrations/evergy.markdown b/source/_integrations/evergy.markdown new file mode 100644 index 00000000000..e0e5e54e9b6 --- /dev/null +++ b/source/_integrations/evergy.markdown @@ -0,0 +1,20 @@ +--- +title: Evergy +description: Get energy usage from Evergy using the Opower integration +ha_category: + - Energy + - Sensor +ha_release: 2023.8 +ha_iot_class: Cloud Polling +ha_codeowners: + - '@tronikos' +ha_domain: evergy +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: virtual +ha_supporting_domain: opower +ha_supporting_integration: Opower +--- + +{% include integrations/supported_brand.md %} diff --git a/source/_integrations/peco_opower.markdown b/source/_integrations/peco_opower.markdown new file mode 100644 index 00000000000..69944fb942b --- /dev/null +++ b/source/_integrations/peco_opower.markdown @@ -0,0 +1,20 @@ +--- +title: PECO Energy Company (PECO) +description: Get energy usage from PECO Energy Company (PECO) using the Opower integration +ha_category: + - Energy + - Sensor +ha_release: 2023.8 +ha_iot_class: Cloud Polling +ha_codeowners: + - '@tronikos' +ha_domain: peco_opower +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: virtual +ha_supporting_domain: opower +ha_supporting_integration: Opower +--- + +{% include integrations/supported_brand.md %} diff --git a/source/_integrations/pepco.markdown b/source/_integrations/pepco.markdown new file mode 100644 index 00000000000..e2fdaaab7eb --- /dev/null +++ b/source/_integrations/pepco.markdown @@ -0,0 +1,20 @@ +--- +title: Potomac Electric Power Company (Pepco) +description: Get energy usage from Potomac Electric Power Company (Pepco) using the Opower integration +ha_category: + - Energy + - Sensor +ha_release: 2023.8 +ha_iot_class: Cloud Polling +ha_codeowners: + - '@tronikos' +ha_domain: pepco +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: virtual +ha_supporting_domain: opower +ha_supporting_integration: Opower +--- + +{% include integrations/supported_brand.md %} diff --git a/source/_integrations/pge.markdown b/source/_integrations/pge.markdown new file mode 100644 index 00000000000..66ca0cc78d4 --- /dev/null +++ b/source/_integrations/pge.markdown @@ -0,0 +1,20 @@ +--- +title: Pacific Gas & Electric (PG&E) +description: Get energy usage from Pacific Gas & Electric (PG&E) using the Opower integration +ha_category: + - Energy + - Sensor +ha_release: 2023.8 +ha_iot_class: Cloud Polling +ha_codeowners: + - '@tronikos' +ha_domain: pge +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: virtual +ha_supporting_domain: opower +ha_supporting_integration: Opower +--- + +{% include integrations/supported_brand.md %} diff --git a/source/_integrations/pse.markdown b/source/_integrations/pse.markdown new file mode 100644 index 00000000000..9cc2b50f8b0 --- /dev/null +++ b/source/_integrations/pse.markdown @@ -0,0 +1,20 @@ +--- +title: Puget Sound Energy (PSE) +description: Get energy usage from Puget Sound Energy (PSE) using the Opower integration +ha_category: + - Energy + - Sensor +ha_release: 2023.8 +ha_iot_class: Cloud Polling +ha_codeowners: + - '@tronikos' +ha_domain: pse +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: virtual +ha_supporting_domain: opower +ha_supporting_integration: Opower +--- + +{% include integrations/supported_brand.md %}