From 26de1ea37b5baf8d351558558c9d1fc247073210 Mon Sep 17 00:00:00 2001 From: Josef Zweck Date: Sun, 6 Jul 2025 00:14:59 +0200 Subject: [PATCH] Update strings in pihole (#148234) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- homeassistant/components/pi_hole/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/pi_hole/strings.json b/homeassistant/components/pi_hole/strings.json index 069f8a576d4..b3a634f4420 100644 --- a/homeassistant/components/pi_hole/strings.json +++ b/homeassistant/components/pi_hole/strings.json @@ -9,7 +9,7 @@ "location": "[%key:common::config_flow::data::location%]", "ssl": "[%key:common::config_flow::data::ssl%]", "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]", - "api_key": "App Password or API Key" + "api_key": "App password or API key" } }, @@ -49,7 +49,7 @@ }, "ads_blocked": { "name": "Ads blocked", - "unit_of_measurement": "ads" + "unit_of_measurement": "[%key:component::pi_hole::entity::sensor::ads_blocked_today::unit_of_measurement%]" }, "ads_percentage_today": { "name": "Ads percentage blocked today" @@ -68,7 +68,7 @@ }, "dns_queries": { "name": "DNS queries", - "unit_of_measurement": "queries" + "unit_of_measurement": "[%key:component::pi_hole::entity::sensor::dns_queries_today::unit_of_measurement%]" }, "domains_being_blocked": { "name": "Domains blocked",