mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Use common states for "Low"/"Medium"/"High" in sensibo
(#142118)
This commit is contained in:
parent
6737c51fca
commit
5eb25b2d4a
@ -115,7 +115,7 @@
|
||||
"sensitivity": {
|
||||
"name": "Pure sensitivity",
|
||||
"state": {
|
||||
"n": "Normal",
|
||||
"n": "[%key:common::state::normal%]",
|
||||
"s": "Sensitive"
|
||||
}
|
||||
},
|
||||
@ -140,10 +140,10 @@
|
||||
"name": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::name%]",
|
||||
"state": {
|
||||
"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%]",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::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",
|
||||
"strong": "Strong",
|
||||
"quiet": "Quiet"
|
||||
@ -226,10 +226,10 @@
|
||||
"name": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::name%]",
|
||||
"state": {
|
||||
"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%]",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::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:common::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%]"
|
||||
@ -364,11 +364,11 @@
|
||||
"state": {
|
||||
"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%]",
|
||||
"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": "[%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%]",
|
||||
"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%]"
|
||||
}
|
||||
},
|
||||
@ -524,7 +524,7 @@
|
||||
"selector": {
|
||||
"sensitivity": {
|
||||
"options": {
|
||||
"normal": "[%key:component::sensibo::entity::sensor::sensitivity::state::n%]",
|
||||
"normal": "[%key:common::state::normal%]",
|
||||
"sensitive": "[%key:component::sensibo::entity::sensor::sensitivity::state::s%]"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user