Add missing fan mode in Sensibo (#101883)

* Add missing fan mode in Sensibo

* translations
This commit is contained in:
G Johansson 2023-10-12 18:05:51 +02:00 committed by GitHub
parent b6d8211c6c
commit a4e0b3140b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,7 @@ BOOST_INCLUSIVE = "boost_inclusive"
AVAILABLE_FAN_MODES = { AVAILABLE_FAN_MODES = {
"quiet", "quiet",
"low", "low",
"medium_low",
"medium", "medium",
"medium_high", "medium_high",
"high", "high",

View File

@ -125,6 +125,7 @@
"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:component::climate::entity_component::_::state_attributes::fan_mode::state::high%]",
"low": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::low%]", "low": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::low%]",
"medium_low": "Medium low",
"medium": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::medium%]", "medium": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::medium%]",
"medium_high": "Medium high", "medium_high": "Medium high",
"strong": "Strong", "strong": "Strong",
@ -210,6 +211,7 @@
"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:component::climate::entity_component::_::state_attributes::fan_mode::state::high%]",
"low": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::low%]", "low": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::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:component::climate::entity_component::_::state_attributes::fan_mode::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%]",
@ -351,6 +353,7 @@
"quiet": "Quiet", "quiet": "Quiet",
"strong": "Strong", "strong": "Strong",
"low": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::low%]", "low": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::low%]",
"medium_low": "Medium low",
"medium": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::medium%]", "medium": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::medium%]",
"medium_high": "Medium high", "medium_high": "Medium high",
"high": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::high%]", "high": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::high%]",