From 88ff25b5096880850ee71cc553900fd790ac9919 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 18 Aug 2019 04:28:46 +0200 Subject: [PATCH] Update hole to 0.5.0 (#26022) --- homeassistant/components/pi_hole/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/pi_hole/manifest.json b/homeassistant/components/pi_hole/manifest.json index c47d8811e68..2d19ab25fe7 100644 --- a/homeassistant/components/pi_hole/manifest.json +++ b/homeassistant/components/pi_hole/manifest.json @@ -3,7 +3,7 @@ "name": "Pi hole", "documentation": "https://www.home-assistant.io/components/pi_hole", "requirements": [ - "hole==0.3.0" + "hole==0.5.0" ], "dependencies": [], "codeowners": [ diff --git a/requirements_all.txt b/requirements_all.txt index 397c7ebb599..24205f953d8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -621,7 +621,7 @@ hkavr==0.0.5 hlk-sw16==0.0.7 # homeassistant.components.pi_hole -hole==0.3.0 +hole==0.5.0 # homeassistant.components.workday holidays==0.9.11