From 4866ff3fc142c01c5854770bb14cd69b78a9b9c2 Mon Sep 17 00:00:00 2001 From: IceBotYT <34712694+IceBotYT@users.noreply.github.com> Date: Wed, 29 Nov 2023 05:48:16 -0500 Subject: [PATCH] Add documentation for PECO Smart Meter (#22566) * Add documentation for PECO Smart Meter * Merge the two modes into one * Add docs for OpenWeatherMap weather alerts * Revert "Add docs for OpenWeatherMap weather alerts" This reverts commit 95401934503f7adc5525f63abfcb35ba083ff5a6. * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/peco.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/_integrations/peco.markdown b/source/_integrations/peco.markdown index d94fb3f2044..6de605ecfc5 100644 --- a/source/_integrations/peco.markdown +++ b/source/_integrations/peco.markdown @@ -35,10 +35,16 @@ PECO Is a registered trademark of Exelon Business Services Co., LLC 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 5 entities. +- **Outage Count**: This will return the current number of outages of a county or the entire operating region. +- **Smart Meter**: This can utilize the smart meter functionality of select meters to verify that power is being delivered to your home. + +This integration will create the following 6 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. - A sensor that shows the alert that appears when you open the online outage map. +- A binary sensor that returns the state of your meter. + +{% include integrations/config_flow.md %}