From d7decfcf6756033271c1c6a042a1b0b9e8a98398 Mon Sep 17 00:00:00 2001 From: IceBotYT <34712694+IceBotYT@users.noreply.github.com> Date: Mon, 28 Mar 2022 04:30:54 -0400 Subject: [PATCH] Add page for PECO integration (#21392) --- .vscode/cSpell.json | 1 + source/_integrations/peco.markdown | 35 ++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 source/_integrations/peco.markdown diff --git a/.vscode/cSpell.json b/.vscode/cSpell.json index 20a38be803c..d646e0d8007 100644 --- a/.vscode/cSpell.json +++ b/.vscode/cSpell.json @@ -63,6 +63,7 @@ "OpenZWave", "OwnTracks", "Paulus", + "PECO", "Powerwall", "Pushbullet", "Schoutsen", diff --git a/source/_integrations/peco.markdown b/source/_integrations/peco.markdown new file mode 100644 index 00000000000..c56ed2a150c --- /dev/null +++ b/source/_integrations/peco.markdown @@ -0,0 +1,35 @@ +--- +title: "PECO Outage Count" +description: "Get how many outages are in your county" +ha_release: 2022.4 +ha_category: Sensor +ha_iot_class: "Cloud Polling" +ha_quality_scale: platinum +ha_config_flow: true +ha_codeowners: + - '@IceBotYT' +ha_domain: peco +--- + +PECO is a public utility company that provides electricity to the Philadelphia metro. + +To learn more about PECO, visit [**their about page**](https://www.peco.com/AboutUs/Pages/Default.aspx). + +
+ +This integration is only for PECO customers. To see if your county is supported, take a look at [**their outage map**](https://www.peco.com/Outages/CheckOutageStatus/Pages/OutageMap.aspx). + +
+ +--- + +The PECO Outage Counter integration allows you to get the current count of power outages for any county, and the total for the operating region too. + +This integration will create 4 entities. + +- A sensor that shows how many outages are in your county. +- A sensor that shows the total amount of customers with no power. +- A sensor that shows the total amount of customers served in the county. +- A sensor that shows the percentage of customers with no power. + +{% include integrations/config_flow.md %}