Translations in Sensibo (#101887)

This commit is contained in:
G Johansson 2023-10-12 19:16:45 +02:00 committed by GitHub
parent 3843e91af0
commit 472ab437e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -345,12 +345,12 @@
"state_attributes": { "state_attributes": {
"fan_mode": { "fan_mode": {
"state": { "state": {
"quiet": "Quiet", "quiet": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::quiet%]",
"strong": "Strong", "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:component::climate::entity_component::_::state_attributes::fan_mode::state::low%]",
"medium_low": "Medium 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": "Medium high", "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:component::climate::entity_component::_::state_attributes::fan_mode::state::high%]",
"auto": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::auto%]" "auto": "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::auto%]"
} }
@ -358,16 +358,16 @@
"swing_mode": { "swing_mode": {
"state": { "state": {
"stopped": "[%key:common::state::off%]", "stopped": "[%key:common::state::off%]",
"fixedtop": "Fixed top", "fixedtop": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::fixedtop%]",
"fixedmiddletop": "Fixed middle top", "fixedmiddletop": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::fixedmiddletop%]",
"fixedmiddle": "Fixed middle", "fixedmiddle": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::fixedmiddle%]",
"fixedmiddlebottom": "Fixed middle bottom", "fixedmiddlebottom": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::fixedmiddlebottom%]",
"fixedbottom": "Fixed bottom", "fixedbottom": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::fixedbottom%]",
"rangetop": "Range top", "rangetop": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::rangetop%]",
"rangemiddle": "Range middle", "rangemiddle": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::rangemiddle%]",
"rangebottom": "Range bottom", "rangebottom": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::rangebottom%]",
"rangefull": "[%key:component::sensibo::entity::select::horizontalswing::state::rangefull%]", "rangefull": "[%key:component::sensibo::entity::select::horizontalswing::state::rangefull%]",
"horizontal": "Horizontal", "horizontal": "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::horizontal%]",
"both": "[%key:component::climate::entity_component::_::state_attributes::swing_mode::state::both%]" "both": "[%key:component::climate::entity_component::_::state_attributes::swing_mode::state::both%]"
} }
} }