From 3800337c6a83ca370a2062aa7f6bf69be43eae58 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 2 Mar 2021 21:05:25 +0100 Subject: [PATCH] Move Pi-Hole API key instructions (#16811) --- source/_integrations/pi_hole.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/_integrations/pi_hole.markdown b/source/_integrations/pi_hole.markdown index 5eaf47fd2f2..7a7d88b8f37 100644 --- a/source/_integrations/pi_hole.markdown +++ b/source/_integrations/pi_hole.markdown @@ -19,16 +19,19 @@ ha_platforms: - switch --- -The `pi_hole` integration allows you to retrieve statistics and interact with a [Pi-hole](https://pi-hole.net/) system. +The Pi-hole integration allows you to retrieve statistics and interact with a +[Pi-hole](https://pi-hole.net/) system. {% include integrations/config_flow.md %} +Please note, that during the integration set up, an API key can be provided. +Providing one, gives access to the Pi-Hole `disable` service and a switch +to enable/disable Pi-Hole from Home Assistant. + ## Services The platform provides the following services to interact with your Pi-hole. Use switch entities when calling the services. -_Note: Switch entity requires `api_key` to be configured._ - ### Service `pi_hole.disable` Disables configured Pi-hole(s) for the specified amount of time.