mirror of
https://github.com/home-assistant/core.git
synced 2025-05-10 17:09:17 +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%]",
|
"name": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::name%]",
|
||||||
"state": {
|
"state": {
|
||||||
"auto": "Auto",
|
"auto": "Auto",
|
||||||
|
"building_protection": "Building protection",
|
||||||
"comfort": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]",
|
"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%]",
|
"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