mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Replace "Away" in generic_thermostat
with common string (#141880)
This commit is contained in:
parent
0be881bca6
commit
15e03957a9
@ -28,10 +28,10 @@
|
|||||||
"presets": {
|
"presets": {
|
||||||
"title": "Temperature presets",
|
"title": "Temperature presets",
|
||||||
"data": {
|
"data": {
|
||||||
"away_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::away%]",
|
"home_temp": "[%key:common::state::home%]",
|
||||||
|
"away_temp": "[%key:common::state::not_home%]",
|
||||||
"comfort_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]",
|
"comfort_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]",
|
||||||
"eco_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::eco%]",
|
"eco_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::eco%]",
|
||||||
"home_temp": "[%key:common::state::home%]",
|
|
||||||
"sleep_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::sleep%]",
|
"sleep_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::sleep%]",
|
||||||
"activity_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::activity%]"
|
"activity_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::activity%]"
|
||||||
}
|
}
|
||||||
@ -63,10 +63,10 @@
|
|||||||
"presets": {
|
"presets": {
|
||||||
"title": "[%key:component::generic_thermostat::config::step::presets::title%]",
|
"title": "[%key:component::generic_thermostat::config::step::presets::title%]",
|
||||||
"data": {
|
"data": {
|
||||||
"away_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::away%]",
|
"home_temp": "[%key:common::state::home%]",
|
||||||
|
"away_temp": "[%key:common::state::not_home%]",
|
||||||
"comfort_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]",
|
"comfort_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]",
|
||||||
"eco_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::eco%]",
|
"eco_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::eco%]",
|
||||||
"home_temp": "[%key:common::state::home%]",
|
|
||||||
"sleep_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::sleep%]",
|
"sleep_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::sleep%]",
|
||||||
"activity_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::activity%]"
|
"activity_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::activity%]"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user