Replace "Standby" with common state in knx (#141817)

Also reordered the states alphabetically to improve code readability.
This commit is contained in:
Norbert Rittel 2025-03-30 14:07:08 +02:00 committed by GitHub
parent 73acfa6a8e
commit dfa80f0787
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -316,10 +316,10 @@
"name": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::name%]",
"state": {
"auto": "Auto",
"building_protection": "Building protection",
"comfort": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]",
"standby": "Standby",
"economy": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::eco%]",
"building_protection": "Building protection"
"standby": "[%key:common::state::standby%]"
}
}
}