mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Replace "Standby" with common state in knx
(#141817)
Also reordered the states alphabetically to improve code readability.
This commit is contained in:
parent
73acfa6a8e
commit
dfa80f0787
@ -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%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user