Use common states for "Low"/"Medium"/"High" in sensibo (#142118)

This commit is contained in:
Norbert Rittel 2025-04-13 12:40:53 +02:00 committed by GitHub
parent 6737c51fca
commit 5eb25b2d4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,7 +115,7 @@
"sensitivity": { "sensitivity": {
"name": "Pure sensitivity", "name": "Pure sensitivity",
"state": { "state": {
"n": "Normal", "n": "[%key:common::state::normal%]",
"s": "Sensitive" "s": "Sensitive"
} }
}, },
@ -140,10 +140,10 @@
"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:component::climate::entity_component::_::state_attributes::fan_mode::state::auto%]",
"high": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::high%]", "high": "[%key:common::state::high%]",
"low": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::low%]", "low": "[%key:common::state::low%]",
"medium_low": "Medium low", "medium_low": "Medium low",
"medium": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::medium%]", "medium": "[%key:common::state::medium%]",
"medium_high": "Medium high", "medium_high": "Medium high",
"strong": "Strong", "strong": "Strong",
"quiet": "Quiet" "quiet": "Quiet"
@ -226,10 +226,10 @@
"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:component::climate::entity_component::_::state_attributes::fan_mode::state::auto%]",
"high": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::high%]", "high": "[%key:common::state::high%]",
"low": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::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%]",
"medium": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::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%]",
"strong": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::strong%]", "strong": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::strong%]",
"quiet": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::quiet%]" "quiet": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::quiet%]"
@ -364,11 +364,11 @@
"state": { "state": {
"quiet": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::quiet%]", "quiet": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::quiet%]",
"strong": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::strong%]", "strong": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::strong%]",
"low": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::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%]",
"medium": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::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:component::climate::entity_component::_::state_attributes::fan_mode::state::high%]", "high": "[%key:common::state::high%]",
"auto": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::auto%]" "auto": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::auto%]"
} }
}, },
@ -524,7 +524,7 @@
"selector": { "selector": {
"sensitivity": { "sensitivity": {
"options": { "options": {
"normal": "[%key:component::sensibo::entity::sensor::sensitivity::state::n%]", "normal": "[%key:common::state::normal%]",
"sensitive": "[%key:component::sensibo::entity::sensor::sensitivity::state::s%]" "sensitive": "[%key:component::sensibo::entity::sensor::sensitivity::state::s%]"
} }
}, },