mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Use common state for "Auto" in knx
(#142959)
This commit is contained in:
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…
x
Reference in New Issue
Block a user