mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add strong to fan mode for Sensibo (#100773)
This commit is contained in:
parent
06ade74711
commit
1f66fc013c
@ -54,7 +54,15 @@ ATTR_HORIZONTAL_SWING_MODE = "horizontal_swing_mode"
|
||||
ATTR_LIGHT = "light"
|
||||
BOOST_INCLUSIVE = "boost_inclusive"
|
||||
|
||||
AVAILABLE_FAN_MODES = {"quiet", "low", "medium", "medium_high", "high", "auto"}
|
||||
AVAILABLE_FAN_MODES = {
|
||||
"quiet",
|
||||
"low",
|
||||
"medium",
|
||||
"medium_high",
|
||||
"high",
|
||||
"strong",
|
||||
"auto",
|
||||
}
|
||||
AVAILABLE_SWING_MODES = {
|
||||
"stopped",
|
||||
"fixedtop",
|
||||
|
@ -127,6 +127,7 @@
|
||||
"low": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::low%]",
|
||||
"medium": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::medium%]",
|
||||
"medium_high": "Medium high",
|
||||
"strong": "Strong",
|
||||
"quiet": "Quiet"
|
||||
}
|
||||
},
|
||||
@ -211,6 +212,7 @@
|
||||
"low": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::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%]",
|
||||
"quiet": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::quiet%]"
|
||||
}
|
||||
},
|
||||
@ -347,6 +349,7 @@
|
||||
"fan_mode": {
|
||||
"state": {
|
||||
"quiet": "Quiet",
|
||||
"strong": "Strong",
|
||||
"low": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::low%]",
|
||||
"medium": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::medium%]",
|
||||
"medium_high": "Medium high",
|
||||
|
Loading…
x
Reference in New Issue
Block a user