diff --git a/homeassistant/components/pi_hole/services.yaml b/homeassistant/components/pi_hole/services.yaml index fb9a5c17a13..1b5da9f0d4f 100644 --- a/homeassistant/components/pi_hole/services.yaml +++ b/homeassistant/components/pi_hole/services.yaml @@ -1,9 +1,15 @@ disable: + name: Disable description: Disable configured Pi-hole(s) for an amount of time + target: + entity: + integration: pi_hole + domain: switch fields: - entity_id: - description: Target switch entity - example: switch.pi_hole duration: + name: Duration description: Time that the Pi-hole should be disabled for + required: true example: "00:00:15" + selector: + text: