2021-12-22 20:32:50 +00:00
{
"config" : {
"abort" : {
2022-03-02 22:22:14 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]" ,
2024-10-28 11:29:06 +00:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]" ,
"reconfigure_successful" : "[%key:common::config_flow::abort::reconfigure_successful%]"
2021-12-22 20:32:50 +00:00
} ,
2022-02-27 21:38:39 +00:00
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
2025-01-02 20:19:20 +00:00
"no_devices" : "No devices found, ensure your Sensibo devices are correctly set up and have a remote defined" ,
"no_username" : "Could not retrieve username, ensure your Sensibo account has a proper username and try again" ,
"incorrect_api_key" : "The provided API key does not match for this account"
2021-12-22 20:32:50 +00:00
} ,
"step" : {
"user" : {
"data" : {
2022-03-02 22:22:14 +00:00
"api_key" : "[%key:common::config_flow::data::api_key%]"
2022-09-04 19:42:08 +00:00
} ,
"data_description" : {
2025-01-01 02:09:49 +00:00
"api_key" : "Follow the [documentation]({url}) to get your api key"
2022-03-02 22:22:14 +00:00
}
} ,
"reauth_confirm" : {
"data" : {
"api_key" : "[%key:common::config_flow::data::api_key%]"
2022-09-04 19:42:08 +00:00
} ,
"data_description" : {
2022-10-23 18:58:10 +00:00
"api_key" : "[%key:component::sensibo::config::step::user::data_description::api_key%]"
2021-12-22 20:32:50 +00:00
}
2024-10-28 11:29:06 +00:00
} ,
"reconfigure" : {
"data" : {
"api_key" : "[%key:common::config_flow::data::api_key%]"
} ,
"data_description" : {
"api_key" : "[%key:component::sensibo::config::step::user::data_description::api_key%]"
}
2021-12-22 20:32:50 +00:00
}
}
2022-12-06 07:59:48 +00:00
} ,
"entity" : {
2023-07-08 14:50:46 +00:00
"binary_sensor" : {
"filter_clean" : {
"name" : "Filter clean required"
2022-12-06 07:59:48 +00:00
} ,
2023-07-08 14:50:46 +00:00
"is_main_sensor" : {
"name" : "Main sensor"
} ,
"room_occupied" : {
"name" : "Room occupied"
} ,
"pure_ac_integration" : {
"name" : "Pure Boost linked with AC"
} ,
"pure_geo_integration" : {
"name" : "Pure Boost linked with presence"
} ,
"pure_measure_integration" : {
"name" : "Pure Boost linked with indoor air quality"
} ,
"pure_prime_integration" : {
"name" : "Pure Boost linked with outdoor air quality"
}
} ,
"button" : {
"reset_filter" : {
"name" : "Reset filter"
}
} ,
"number" : {
"calibration_temperature" : {
"name" : "Temperature calibration"
} ,
"calibration_humidity" : {
"name" : "Humidity calibration"
2022-12-06 07:59:48 +00:00
}
2023-01-04 17:17:57 +00:00
} ,
"select" : {
"horizontalswing" : {
2023-07-08 14:50:46 +00:00
"name" : "Horizontal swing" ,
2023-01-04 17:17:57 +00:00
"state" : {
2023-07-23 19:34:32 +00:00
"stopped" : "[%key:common::state::off%]" ,
2023-01-04 17:17:57 +00:00
"fixedleft" : "Fixed left" ,
"fixedcenterleft" : "Fixed center left" ,
"fixedcenter" : "Fixed center" ,
"fixedcenterright" : "Fixed center right" ,
"fixedright" : "Fixed right" ,
"fixedleftright" : "Fixed left right" ,
"rangecenter" : "Range center" ,
2023-08-08 17:13:56 +00:00
"rangefull" : "Range full" ,
"rangeleft" : "Range left" ,
"rangeright" : "Range right"
2023-01-04 17:17:57 +00:00
}
} ,
"light" : {
2023-07-23 19:34:32 +00:00
"name" : "[%key:component::light::title%]" ,
2023-01-04 17:17:57 +00:00
"state" : {
2023-07-04 11:52:01 +00:00
"on" : "[%key:common::state::on%]" ,
2023-01-04 17:17:57 +00:00
"dim" : "Dim" ,
2023-07-04 11:52:01 +00:00
"off" : "[%key:common::state::off%]"
2023-01-04 17:17:57 +00:00
}
}
2023-07-08 14:50:46 +00:00
} ,
"sensor" : {
"filter_last_reset" : {
"name" : "Filter last reset"
} ,
"rssi" : {
"name" : "RSSI"
} ,
"battery_voltage" : {
"name" : "Battery voltage"
} ,
"sensitivity" : {
"name" : "Pure sensitivity" ,
"state" : {
"n" : "Normal" ,
"s" : "Sensitive"
}
} ,
2024-08-18 20:41:31 +00:00
"pm25_pure" : {
"name" : "Pure AQI" ,
"state" : {
"good" : "Good" ,
"moderate" : "Moderate" ,
"bad" : "Bad"
}
} ,
2023-07-08 14:50:46 +00:00
"timer_time" : {
"name" : "Timer end time"
} ,
"feels_like" : {
"name" : "Temperature feels like"
} ,
"climate_react_low" : {
2023-07-23 19:34:32 +00:00
"name" : "Climate React low temperature threshold" ,
"state_attributes" : {
"fanlevel" : {
"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%]" ,
2023-10-12 16:05:51 +00:00
"medium_low" : "Medium low" ,
2023-07-23 19:34:32 +00:00
"medium" : "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::medium%]" ,
"medium_high" : "Medium high" ,
2023-09-23 21:08:07 +00:00
"strong" : "Strong" ,
2023-07-23 19:34:32 +00:00
"quiet" : "Quiet"
}
} ,
"horizontalswing" : {
"name" : "Horizontal swing" ,
"state" : {
"stopped" : "[%key:common::state::off%]" ,
"fixedleft" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedleft%]" ,
"fixedcenterleft" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedcenterleft%]" ,
"fixedcenter" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedcenter%]" ,
"fixedcenterright" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedcenterright%]" ,
"fixedright" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedright%]" ,
"fixedleftright" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedleftright%]" ,
"rangecenter" : "[%key:component::sensibo::entity::select::horizontalswing::state::rangecenter%]" ,
"rangefull" : "[%key:component::sensibo::entity::select::horizontalswing::state::rangefull%]"
}
} ,
"light" : {
"name" : "[%key:component::light::title%]" ,
"state" : {
"on" : "[%key:common::state::on%]" ,
"dim" : "[%key:component::sensibo::entity::select::light::state::dim%]" ,
"off" : "[%key:common::state::off%]"
}
} ,
"mode" : {
"name" : "Mode" ,
"state" : {
"off" : "[%key:common::state::off%]" ,
"heat" : "[%key:component::climate::entity_component::_::state::heat%]" ,
"cool" : "[%key:component::climate::entity_component::_::state::cool%]" ,
"heat_cool" : "[%key:component::climate::entity_component::_::state::heat_cool%]" ,
"auto" : "[%key:component::climate::entity_component::_::state::auto%]" ,
"dry" : "[%key:component::climate::entity_component::_::state::dry%]" ,
"fan_only" : "[%key:component::climate::entity_component::_::state::fan_only%]"
}
} ,
"on" : {
"name" : "[%key:common::state::on%]" ,
"state" : {
"true" : "[%key:common::state::on%]" ,
"false" : "[%key:common::state::off%]"
}
} ,
"swing" : {
"name" : "[%key:component::climate::entity_component::_::state_attributes::swing_mode::name%]" ,
"state" : {
"both" : "[%key:component::climate::entity_component::_::state_attributes::swing_mode::state::both%]" ,
"fixedbottom" : "Fixed bottom" ,
"fixedmiddle" : "Fixed middle" ,
"fixedmiddlebottom" : "Fixed middle bottom" ,
"fixedmiddletop" : "Fixed middle top" ,
"fixedtop" : "Fixed top" ,
"horizontal" : "Horizontal" ,
"rangebottom" : "Range bottom" ,
"rangefull" : "Range full" ,
"rangemiddle" : "Range middle" ,
"rangetop" : "Range top" ,
"stopped" : "[%key:common::state::off%]"
}
} ,
"targettemperature" : {
"name" : "[%key:component::climate::entity_component::_::state_attributes::temperature::name%]"
} ,
"temperatureunit" : {
"name" : "Temperature unit" ,
"state" : {
"c" : "Celsius" ,
"f" : "Fahrenheit"
}
}
}
2023-07-08 14:50:46 +00:00
} ,
"climate_react_high" : {
2023-07-23 19:34:32 +00:00
"name" : "Climate React high temperature threshold" ,
"state_attributes" : {
"fanlevel" : {
"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%]" ,
2023-10-12 16:05:51 +00:00
"medium_low" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::medium_low%]" ,
2023-07-23 19:34:32 +00:00
"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%]" ,
2023-09-23 21:08:07 +00:00
"strong" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::strong%]" ,
2023-07-23 19:34:32 +00:00
"quiet" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::quiet%]"
}
} ,
"horizontalswing" : {
"name" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::horizontalswing::name%]" ,
"state" : {
"stopped" : "[%key:common::state::off%]" ,
"fixedleft" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedleft%]" ,
"fixedcenterleft" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedcenterleft%]" ,
"fixedcenter" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedcenter%]" ,
"fixedcenterright" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedcenterright%]" ,
"fixedright" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedright%]" ,
"fixedleftright" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedleftright%]" ,
"rangecenter" : "[%key:component::sensibo::entity::select::horizontalswing::state::rangecenter%]" ,
"rangefull" : "[%key:component::sensibo::entity::select::horizontalswing::state::rangefull%]"
}
} ,
"light" : {
"name" : "[%key:component::light::title%]" ,
"state" : {
"on" : "[%key:common::state::on%]" ,
"dim" : "[%key:component::sensibo::entity::select::light::state::dim%]" ,
"off" : "[%key:common::state::off%]"
}
} ,
"mode" : {
"name" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::mode::name%]" ,
"state" : {
"off" : "[%key:common::state::off%]" ,
"heat" : "[%key:component::climate::entity_component::_::state::heat%]" ,
"cool" : "[%key:component::climate::entity_component::_::state::cool%]" ,
"heat_cool" : "[%key:component::climate::entity_component::_::state::heat_cool%]" ,
"auto" : "[%key:component::climate::entity_component::_::state::auto%]" ,
"dry" : "[%key:component::climate::entity_component::_::state::dry%]" ,
"fan_only" : "[%key:component::climate::entity_component::_::state::fan_only%]"
}
} ,
"on" : {
"name" : "[%key:common::state::on%]" ,
"state" : {
"true" : "[%key:common::state::on%]" ,
"false" : "[%key:common::state::off%]"
}
} ,
"swing" : {
"name" : "[%key:component::climate::entity_component::_::state_attributes::swing_mode::name%]" ,
"state" : {
"both" : "[%key:component::climate::entity_component::_::state_attributes::swing_mode::state::both%]" ,
"fixedbottom" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::fixedbottom%]" ,
"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%]" ,
"fixedmiddletop" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::fixedmiddletop%]" ,
"fixedtop" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::fixedtop%]" ,
"horizontal" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::horizontal%]" ,
"rangebottom" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::rangebottom%]" ,
"rangefull" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::rangefull%]" ,
"rangemiddle" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::rangemiddle%]" ,
"rangetop" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::rangetop%]" ,
"stopped" : "[%key:common::state::off%]"
}
} ,
"targettemperature" : {
"name" : "[%key:component::climate::entity_component::_::state_attributes::temperature::name%]"
} ,
"temperatureunit" : {
"name" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::temperatureunit::name%]" ,
"state" : {
"c" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::temperatureunit::state::c%]" ,
"f" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::temperatureunit::state::f%]"
}
}
}
2023-07-08 14:50:46 +00:00
} ,
"smart_type" : {
"name" : "Climate React type" ,
"state" : {
2023-07-23 19:34:32 +00:00
"temperature" : "[%key:component::sensor::entity_component::temperature::name%]" ,
"feelslike" : "[%key:component::sensibo::entity::switch::climate_react_switch::state_attributes::type::state::feelslike%]" ,
"humidity" : "[%key:component::sensor::entity_component::humidity::name%]"
2023-07-08 14:50:46 +00:00
}
} ,
"airq_tvoc" : {
"name" : "AirQ TVOC"
} ,
"airq_co2" : {
"name" : "AirQ CO2"
} ,
"tvoc" : {
"name" : "TVOC"
} ,
"ethanol" : {
"name" : "Ethanol"
}
} ,
"switch" : {
"timer_on_switch" : {
2023-07-23 19:34:32 +00:00
"name" : "Timer" ,
"state_attributes" : {
"id" : { "name" : "Id" } ,
"turn_on" : {
"name" : "Turns on" ,
"state" : {
"true" : "[%key:common::state::on%]" ,
"false" : "[%key:common::state::off%]"
}
}
}
2023-07-08 14:50:46 +00:00
} ,
"climate_react_switch" : {
2023-07-23 19:34:32 +00:00
"name" : "Climate React" ,
"state_attributes" : {
"type" : {
"name" : "Type" ,
"state" : {
"feelslike" : "Feels like" ,
"temperature" : "[%key:component::sensor::entity_component::temperature::name%]" ,
"humidity" : "[%key:component::sensor::entity_component::humidity::name%]"
}
}
}
2023-07-08 14:50:46 +00:00
} ,
"pure_boost_switch" : {
"name" : "Pure Boost"
}
} ,
2023-08-08 17:13:56 +00:00
"climate" : {
"climate_device" : {
"state_attributes" : {
"fan_mode" : {
"state" : {
2023-10-12 17:16:45 +00:00
"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%]" ,
2023-08-08 17:13:56 +00:00
"low" : "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::low%]" ,
2023-10-12 17:16:45 +00:00
"medium_low" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::medium_low%]" ,
2023-08-08 17:13:56 +00:00
"medium" : "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::medium%]" ,
2023-10-12 17:16:45 +00:00
"medium_high" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::fanlevel::state::medium_high%]" ,
2023-08-08 17:13:56 +00:00
"high" : "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::high%]" ,
"auto" : "[%key:component::climate::entity_component::_::state_attributes::fan_mode::state::auto%]"
}
} ,
"swing_mode" : {
"state" : {
"stopped" : "[%key:common::state::off%]" ,
2023-10-12 17:16:45 +00:00
"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%]" ,
2023-08-08 17:13:56 +00:00
"rangefull" : "[%key:component::sensibo::entity::select::horizontalswing::state::rangefull%]" ,
2023-10-12 17:16:45 +00:00
"horizontal" : "[%key:component::sensibo::entity::sensor::climate_react_low::state_attributes::swing::state::horizontal%]" ,
2023-08-08 17:13:56 +00:00
"both" : "[%key:component::climate::entity_component::_::state_attributes::swing_mode::state::both%]"
}
2025-01-06 10:20:11 +00:00
} ,
"swing_horizontal_mode" : {
"state" : {
"stopped" : "[%key:common::state::off%]" ,
"fixedleft" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedleft%]" ,
"fixedcenterleft" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedcenterleft%]" ,
"fixedcenter" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedcenter%]" ,
"fixedcenterright" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedcenterright%]" ,
"fixedright" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedright%]" ,
"fixedleftright" : "[%key:component::sensibo::entity::select::horizontalswing::state::fixedleftright%]" ,
"rangecenter" : "[%key:component::sensibo::entity::select::horizontalswing::state::rangecenter%]" ,
"rangefull" : "[%key:component::sensibo::entity::select::horizontalswing::state::rangefull%]" ,
"rangeleft" : "[%key:component::sensibo::entity::select::horizontalswing::state::rangeleft%]" ,
"rangeright" : "[%key:component::sensibo::entity::select::horizontalswing::state::rangeright%]"
}
2023-08-08 17:13:56 +00:00
}
}
}
2022-12-06 07:59:48 +00:00
}
2023-07-11 23:18:22 +00:00
} ,
"services" : {
"assume_state" : {
"name" : "Assume state" ,
"description" : "Sets Sensibo device to external state." ,
"fields" : {
"state" : {
"name" : "State" ,
"description" : "State to set."
}
}
} ,
"enable_timer" : {
"name" : "Enable timer" ,
"description" : "Enables the timer with custom time." ,
"fields" : {
"minutes" : {
"name" : "Minutes" ,
"description" : "Countdown for timer (for timer state on)."
}
}
} ,
"enable_pure_boost" : {
"name" : "Enable pure boost" ,
"description" : "Enables and configures Pure Boost settings." ,
"fields" : {
"ac_integration" : {
"name" : "AC integration" ,
"description" : "Integrate with Air Conditioner."
} ,
"geo_integration" : {
"name" : "Geo integration" ,
"description" : "Integrate with Presence."
} ,
"indoor_integration" : {
"name" : "Indoor air quality" ,
"description" : "Integrate with checking indoor air quality."
} ,
"outdoor_integration" : {
"name" : "Outdoor air quality" ,
"description" : "Integrate with checking outdoor air quality."
} ,
"sensitivity" : {
"name" : "Sensitivity" ,
"description" : "Set the sensitivity for Pure Boost."
}
}
} ,
"full_state" : {
"name" : "Set full state" ,
"description" : "Sets full state for Sensibo device." ,
"fields" : {
"mode" : {
"name" : "HVAC mode" ,
"description" : "HVAC mode to set."
} ,
"target_temperature" : {
"name" : "Target temperature" ,
"description" : "Set target temperature."
} ,
"fan_mode" : {
"name" : "Fan mode" ,
"description" : "set fan mode."
} ,
"swing_mode" : {
"name" : "Swing mode" ,
"description" : "Set swing mode."
} ,
"horizontal_swing_mode" : {
"name" : "Horizontal swing mode" ,
"description" : "Set horizontal swing mode."
} ,
"light" : {
"name" : "Light" ,
"description" : "Set light on or off."
}
}
} ,
"enable_climate_react" : {
2025-01-19 12:21:37 +00:00
"name" : "Enable Climate React" ,
"description" : "Enables and configures Climate React." ,
2023-07-11 23:18:22 +00:00
"fields" : {
"high_temperature_threshold" : {
"name" : "Threshold high" ,
"description" : "When temp/humidity goes above."
} ,
"high_temperature_state" : {
"name" : "State high threshold" ,
"description" : "What should happen at high threshold. Requires full state."
} ,
"low_temperature_threshold" : {
"name" : "Threshold low" ,
"description" : "When temp/humidity goes below."
} ,
"low_temperature_state" : {
"name" : "State low threshold" ,
"description" : "What should happen at low threshold. Requires full state."
} ,
"smart_type" : {
"name" : "Trigger type" ,
"description" : "Choose between temperature/feels like/humidity."
}
}
2025-01-06 10:09:08 +00:00
} ,
"get_device_capabilities" : {
"name" : "Get device mode capabilities" ,
2025-01-16 22:15:07 +00:00
"description" : "Retrieves the device capabilities for a specific device according to API requirements." ,
2025-01-06 10:09:08 +00:00
"fields" : {
"hvac_mode" : {
"name" : "[%key:component::climate::services::set_hvac_mode::fields::hvac_mode::name%]" ,
"description" : "[%key:component::climate::services::set_hvac_mode::fields::hvac_mode::description%]"
}
}
2023-07-11 23:18:22 +00:00
}
2023-12-13 18:40:57 +00:00
} ,
2025-01-02 09:45:20 +00:00
"selector" : {
"sensitivity" : {
"options" : {
"normal" : "[%key:component::sensibo::entity::sensor::sensitivity::state::n%]" ,
"sensitive" : "[%key:component::sensibo::entity::sensor::sensitivity::state::s%]"
}
} ,
"assume_state" : {
"options" : {
"on" : "[%key:common::state::on%]" ,
"off" : "[%key:common::state::off%]"
}
} ,
"hvac_mode" : {
"options" : {
"cool" : "[%key:component::climate::entity_component::_::state::cool%]" ,
"heat" : "[%key:component::climate::entity_component::_::state::heat%]" ,
"fan" : "[%key:component::climate::entity_component::_::state::fan_only%]" ,
"auto" : "[%key:component::climate::entity_component::_::state::auto%]" ,
"dry" : "[%key:component::climate::entity_component::_::state::dry%]" ,
"off" : "[%key:common::state::off%]"
}
} ,
"light_mode" : {
"options" : {
"on" : "[%key:common::state::on%]" ,
"off" : "[%key:common::state::off%]" ,
"dim" : "[%key:component::sensibo::entity::select::light::state::dim%]"
}
} ,
"smart_type" : {
"options" : {
"temperature" : "[%key:component::sensor::entity_component::temperature::name%]" ,
"feelslike" : "[%key:component::sensibo::entity::switch::climate_react_switch::state_attributes::type::state::feelslike%]" ,
"humidity" : "[%key:component::sensor::entity_component::humidity::name%]"
}
}
} ,
2023-12-13 18:40:57 +00:00
"exceptions" : {
"fan_mode_not_supported" : {
"message" : "Climate fan mode {fan_mode} is not supported by the integration, please open an issue"
} ,
"swing_not_supported" : {
"message" : "Climate swing mode {swing_mode} is not supported by the integration, please open an issue"
} ,
2025-01-06 10:20:11 +00:00
"horizontal_swing_not_supported" : {
"message" : "Climate horizontal swing mode {horizontal_swing_mode} is not supported by the integration, please open an issue"
} ,
2023-12-13 18:40:57 +00:00
"service_result_not_true" : {
2024-07-15 19:19:25 +00:00
"message" : "Could not perform action for {name}"
2023-12-13 18:40:57 +00:00
} ,
"service_raised" : {
2024-07-15 19:19:25 +00:00
"message" : "Could not perform action for {name} with error {error}"
2023-12-13 18:40:57 +00:00
} ,
"climate_react_not_available" : {
2025-01-19 12:21:37 +00:00
"message" : "Use the Sensibo 'Enable Climate React' action once to enable the switch, or use the Sensibo app"
2025-01-02 09:46:55 +00:00
} ,
"auth_error" : {
"message" : "Authentication failed, please update your API key"
} ,
"update_error" : {
"message" : "There was an error updating from the Sensibo API with the error: {error}"
} ,
"no_data" : {
2025-01-02 20:19:20 +00:00
"message" : "[%key:component::sensibo::config::error::no_devices%]"
2025-01-06 10:09:08 +00:00
} ,
"mode_not_exist" : {
"message" : "The entity does not support the chosen mode"
2023-12-13 18:40:57 +00:00
}
2025-01-06 10:20:11 +00:00
} ,
"issues" : {
"deprecated_entity_horizontalswing" : {
"title" : "The Sensibo {name} entity is deprecated" ,
"description" : "The Sensibo entity `{entity}` is deprecated and will be removed in a future release.\nPlease update your automations and scripts to use the `horizontal_swing` attribute part of the `climate` entity instead.\n, Disable the `{entity}` and reload the config entry or restart Home Assistant to fix this issue."
}
2021-12-22 20:32:50 +00:00
}
2022-03-30 08:35:30 +00:00
}