mirror of
https://github.com/home-assistant/core.git
synced 2026-03-22 10:45:12 +01:00
Use common state for "Auto" in knx (#142959)
This commit is contained in:
@@ -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%]",
|
||||
|
||||
Reference in New Issue
Block a user