From 3f5ce8182799ec8a23d39a2399c1bd091468f6f0 Mon Sep 17 00:00:00 2001 From: IceBotYT <34712694+IceBotYT@users.noreply.github.com> Date: Mon, 16 May 2022 07:55:26 -0400 Subject: [PATCH] Move config flow start to near top for PECO integration (#22308) Co-authored-by: Franck Nijhof Co-authored-by: Franck Nijhof --- source/_integrations/peco.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/_integrations/peco.markdown b/source/_integrations/peco.markdown index 8213a920700..d27eb1f0274 100644 --- a/source/_integrations/peco.markdown +++ b/source/_integrations/peco.markdown @@ -24,7 +24,10 @@ This integration is only for PECO customers. To see if your county is supported, ---- +{% include integrations/config_flow.md %} + + +## Available entities 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. @@ -35,5 +38,3 @@ This integration will create 5 entities. - 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. - -{% include integrations/config_flow.md %}