Use common state for "Auto" in `knx` (#142959)
parent
c9ccc79789
commit
9e9be6055d
|
@ -315,7 +315,7 @@
|
|||
"preset_mode": {
|
||||
"name": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::name%]",
|
||||
"state": {
|
||||
"auto": "Auto",
|
||||
"auto": "[%key:common::state::auto%]",
|
||||
"building_protection": "Building protection",
|
||||
"comfort": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]",
|
||||
"economy": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::eco%]",
|
||||
|
|
Loading…
Reference in New Issue