Skip to content

Commit 31eec6f

Browse files
authored
Add missing hyphen to "mains-powered" and "battery-powered" in zha (home-assistant#147128)
Add missing hyphen to "mains-powered" and "battery-powered"
1 parent c602a0e commit 31eec6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

homeassistant/components/zha/strings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@
182182
"group_members_assume_state": "Group members assume state of group",
183183
"enable_identify_on_join": "Enable identify effect when devices join the network",
184184
"default_light_transition": "Default light transition time (seconds)",
185-
"consider_unavailable_mains": "Consider mains powered devices unavailable after (seconds)",
186-
"enable_mains_startup_polling": "Refresh state for mains powered devices on startup",
187-
"consider_unavailable_battery": "Consider battery powered devices unavailable after (seconds)"
185+
"consider_unavailable_mains": "Consider mains-powered devices unavailable after (seconds)",
186+
"enable_mains_startup_polling": "Refresh state for mains-powered devices on startup",
187+
"consider_unavailable_battery": "Consider battery-powered devices unavailable after (seconds)"
188188
},
189189
"zha_alarm_options": {
190190
"title": "Alarm control panel options",

0 commit comments

Comments
 (0)