mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Use common state for "Auto" in sensibo
(#142941)
This commit is contained in:
parent
b4a3470cb9
commit
cf467b8593
@ -139,7 +139,7 @@
|
||||
"fanlevel": {
|
||||
"name": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::name%]",
|
||||
"state": {
|
||||
"auto": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::auto%]",
|
||||
"auto": "[%key:common::state::auto%]",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium_low": "Medium low",
|
||||
@ -175,10 +175,10 @@
|
||||
"name": "Mode",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"auto": "[%key:common::state::auto%]",
|
||||
"heat": "[%key:component::climate::entity_component::_::state::heat%]",
|
||||
"cool": "[%key:component::climate::entity_component::_::state::cool%]",
|
||||
"heat_cool": "[%key:component::climate::entity_component::_::state::heat_cool%]",
|
||||
"auto": "[%key:component::climate::entity_component::_::state::auto%]",
|
||||
"dry": "[%key:component::climate::entity_component::_::state::dry%]",
|
||||
"fan_only": "[%key:component::climate::entity_component::_::state::fan_only%]"
|
||||
}
|
||||
@ -225,7 +225,7 @@
|
||||
"fanlevel": {
|
||||
"name": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::name%]",
|
||||
"state": {
|
||||
"auto": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::auto%]",
|
||||
"auto": "[%key:common::state::auto%]",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium_low": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::medium_low%]",
|
||||
@ -261,10 +261,10 @@
|
||||
"name": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::mode::name%]",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"auto": "[%key:common::state::auto%]",
|
||||
"heat": "[%key:component::climate::entity_component::_::state::heat%]",
|
||||
"cool": "[%key:component::climate::entity_component::_::state::cool%]",
|
||||
"heat_cool": "[%key:component::climate::entity_component::_::state::heat_cool%]",
|
||||
"auto": "[%key:component::climate::entity_component::_::state::auto%]",
|
||||
"dry": "[%key:component::climate::entity_component::_::state::dry%]",
|
||||
"fan_only": "[%key:component::climate::entity_component::_::state::fan_only%]"
|
||||
}
|
||||
@ -369,7 +369,7 @@
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"medium_high": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::medium_high%]",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"auto": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::auto%]"
|
||||
"auto": "[%key:common::state::auto%]"
|
||||
}
|
||||
},
|
||||
"swing_mode": {
|
||||
@ -536,12 +536,12 @@
|
||||
},
|
||||
"hvac_mode": {
|
||||
"options": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"auto": "[%key:common::state::auto%]",
|
||||
"cool": "[%key:component::climate::entity_component::_::state::cool%]",
|
||||
"heat": "[%key:component::climate::entity_component::_::state::heat%]",
|
||||
"fan": "[%key:component::climate::entity_component::_::state::fan_only%]",
|
||||
"auto": "[%key:component::climate::entity_component::_::state::auto%]",
|
||||
"dry": "[%key:component::climate::entity_component::_::state::dry%]",
|
||||
"off": "[%key:common::state::off%]"
|
||||
"dry": "[%key:component::climate::entity_component::_::state::dry%]"
|
||||
}
|
||||
},
|
||||
"light_mode": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user