Use common state for "Auto" in `knx` (#142959)

pull/142007/merge
Norbert Rittel 2025-04-14 23:19:25 +02:00 committed by GitHub
parent c9ccc79789
commit 9e9be6055d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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%]",