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