Skip to content

Commit 26de1ea

Browse files
zweckjCopilot
andauthored
Update strings in pihole (home-assistant#148234)
Co-authored-by: Copilot <[email protected]>
1 parent 3ffcfa4 commit 26de1ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

homeassistant/components/pi_hole/strings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"location": "[%key:common::config_flow::data::location%]",
1010
"ssl": "[%key:common::config_flow::data::ssl%]",
1111
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
12-
"api_key": "App Password or API Key"
12+
"api_key": "App password or API key"
1313
}
1414
},
1515

@@ -49,7 +49,7 @@
4949
},
5050
"ads_blocked": {
5151
"name": "Ads blocked",
52-
"unit_of_measurement": "ads"
52+
"unit_of_measurement": "[%key:component::pi_hole::entity::sensor::ads_blocked_today::unit_of_measurement%]"
5353
},
5454
"ads_percentage_today": {
5555
"name": "Ads percentage blocked today"
@@ -68,7 +68,7 @@
6868
},
6969
"dns_queries": {
7070
"name": "DNS queries",
71-
"unit_of_measurement": "queries"
71+
"unit_of_measurement": "[%key:component::pi_hole::entity::sensor::dns_queries_today::unit_of_measurement%]"
7272
},
7373
"domains_being_blocked": {
7474
"name": "Domains blocked",

0 commit comments

Comments
 (0)