Add missing fan mode in Sensibo (#101883)
* Add missing fan mode in Sensibo * translationspull/101887/head
parent
b6d8211c6c
commit
a4e0b3140b
|
@ -57,6 +57,7 @@ BOOST_INCLUSIVE = "boost_inclusive"
|
|||
AVAILABLE_FAN_MODES = {
|
||||
"quiet",
|
||||
"low",
|
||||
"medium_low",
|
||||
"medium",
|
||||
"medium_high",
|
||||
"high",
|
||||
|
|
|
@ -125,6 +125,7 @@
|
|||
"auto": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::auto%]",
|
||||
"high": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::high%]",
|
||||
"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_high": "Medium high",
|
||||
"strong": "Strong",
|
||||
|
@ -210,6 +211,7 @@
|
|||
"auto": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::auto%]",
|
||||
"high": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::high%]",
|
||||
"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_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%]",
|
||||
|
@ -351,6 +353,7 @@
|
|||
"quiet": "Quiet",
|
||||
"strong": "Strong",
|
||||
"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_high": "Medium high",
|
||||
"high": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::high%]",
|
||||
|
|
Loading…
Reference in New Issue