mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Add missing fan mode in Sensibo (#101883)
* Add missing fan mode in Sensibo * translations
This commit is contained in:
parent
b6d8211c6c
commit
a4e0b3140b
@ -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",
|
||||||
|
@ -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%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user