Add page for PECO integration (#21392)

This commit is contained in:
IceBotYT 2022-03-28 04:30:54 -04:00 committed by GitHub
parent c4652c91e0
commit d7decfcf67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 0 deletions

1
.vscode/cSpell.json vendored
View File

@ -63,6 +63,7 @@
"OpenZWave",
"OwnTracks",
"Paulus",
"PECO",
"Powerwall",
"Pushbullet",
"Schoutsen",

View File

@ -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).
<div class='note'>
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).
</div>
---
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 %}