diff --git a/homeassistant/components/sensibo/strings.json b/homeassistant/components/sensibo/strings.json index 20d41840725..6081c668d89 100644 --- a/homeassistant/components/sensibo/strings.json +++ b/homeassistant/components/sensibo/strings.json @@ -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%]" } }