Use common state for "Auto" in sensibo (#142941)

This commit is contained in:
Norbert Rittel 2025-04-14 20:57:15 +02:00 committed by GitHub
parent b4a3470cb9
commit cf467b8593
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,7 +139,7 @@
"fanlevel": { "fanlevel": {
"name": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::name%]", "name": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::name%]",
"state": { "state": {
"auto": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::auto%]", "auto": "[%key:common::state::auto%]",
"high": "[%key:common::state::high%]", "high": "[%key:common::state::high%]",
"low": "[%key:common::state::low%]", "low": "[%key:common::state::low%]",
"medium_low": "Medium low", "medium_low": "Medium low",
@ -175,10 +175,10 @@
"name": "Mode", "name": "Mode",
"state": { "state": {
"off": "[%key:common::state::off%]", "off": "[%key:common::state::off%]",
"auto": "[%key:common::state::auto%]",
"heat": "[%key:component::climate::entity_component::_::state::heat%]", "heat": "[%key:component::climate::entity_component::_::state::heat%]",
"cool": "[%key:component::climate::entity_component::_::state::cool%]", "cool": "[%key:component::climate::entity_component::_::state::cool%]",
"heat_cool": "[%key:component::climate::entity_component::_::state::heat_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%]", "dry": "[%key:component::climate::entity_component::_::state::dry%]",
"fan_only": "[%key:component::climate::entity_component::_::state::fan_only%]" "fan_only": "[%key:component::climate::entity_component::_::state::fan_only%]"
} }
@ -225,7 +225,7 @@
"fanlevel": { "fanlevel": {
"name": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::name%]", "name": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::name%]",
"state": { "state": {
"auto": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::auto%]", "auto": "[%key:common::state::auto%]",
"high": "[%key:common::state::high%]", "high": "[%key:common::state::high%]",
"low": "[%key:common::state::low%]", "low": "[%key:common::state::low%]",
"medium_low": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::medium_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%]", "name": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::mode::name%]",
"state": { "state": {
"off": "[%key:common::state::off%]", "off": "[%key:common::state::off%]",
"auto": "[%key:common::state::auto%]",
"heat": "[%key:component::climate::entity_component::_::state::heat%]", "heat": "[%key:component::climate::entity_component::_::state::heat%]",
"cool": "[%key:component::climate::entity_component::_::state::cool%]", "cool": "[%key:component::climate::entity_component::_::state::cool%]",
"heat_cool": "[%key:component::climate::entity_component::_::state::heat_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%]", "dry": "[%key:component::climate::entity_component::_::state::dry%]",
"fan_only": "[%key:component::climate::entity_component::_::state::fan_only%]" "fan_only": "[%key:component::climate::entity_component::_::state::fan_only%]"
} }
@ -369,7 +369,7 @@
"medium": "[%key:common::state::medium%]", "medium": "[%key:common::state::medium%]",
"medium_high": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::medium_high%]", "medium_high": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::medium_high%]",
"high": "[%key:common::state::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": { "swing_mode": {
@ -536,12 +536,12 @@
}, },
"hvac_mode": { "hvac_mode": {
"options": { "options": {
"off": "[%key:common::state::off%]",
"auto": "[%key:common::state::auto%]",
"cool": "[%key:component::climate::entity_component::_::state::cool%]", "cool": "[%key:component::climate::entity_component::_::state::cool%]",
"heat": "[%key:component::climate::entity_component::_::state::heat%]", "heat": "[%key:component::climate::entity_component::_::state::heat%]",
"fan": "[%key:component::climate::entity_component::_::state::fan_only%]", "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%]"
"dry": "[%key:component::climate::entity_component::_::state::dry%]",
"off": "[%key:common::state::off%]"
} }
}, },
"light_mode": { "light_mode": {