From e7d9f61b30ec2c7ed78ce762083da71cedc9ba73 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 14 Feb 2024 01:41:24 -0700 Subject: [PATCH] Document `switch.pi_hole_FRIENDLYNAME` (#31369) * Document `switch.pi_hole_FRIENDLYNAME` Add `switch.pi_hole_FRIENDLYNAME` related to https://github.com/home-assistant/core/issues/105995 Closes https://github.com/home-assistant/home-assistant.io/issues/31368 Signed-off-by: Joe Block * Update per @frenck feedback Signed-off-by: Joe Block --------- Signed-off-by: Joe Block --- source/_integrations/pi_hole.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/pi_hole.markdown b/source/_integrations/pi_hole.markdown index 73638e9ee4b..4ed67d87d12 100644 --- a/source/_integrations/pi_hole.markdown +++ b/source/_integrations/pi_hole.markdown @@ -63,3 +63,7 @@ data: target: entity_id: all ``` + +## Switches + +The integratation will create a switch for the pi-hole named `switch.pi_hole` which will allow you to toggle the pi-hole on and off. \ No newline at end of file