Skip to content

Commit 9e9be60

Browse files
authored
Use common state for "Auto" in knx (#142959)
1 parent c9ccc79 commit 9e9be60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/knx/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
"preset_mode": {
316316
"name": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::name%]",
317317
"state": {
318-
"auto": "Auto",
318+
"auto": "[%key:common::state::auto%]",
319319
"building_protection": "Building protection",
320320
"comfort": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]",
321321
"economy": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::eco%]",

0 commit comments

Comments
 (0)