Files
core/homeassistant/components/coolmaster/strings.json
T
2026-08-06 15:15:57 +02:00

100 lines
4.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"no_units": "Could not find any HVAC units in CoolMasterNet host."
},
"step": {
"reconfigure": {
"data": {
"cool": "[%key:component::coolmaster::config::step::user::data::cool%]",
"dry": "[%key:component::coolmaster::config::step::user::data::dry%]",
"fan_only": "[%key:component::coolmaster::config::step::user::data::fan_only%]",
"heat": "[%key:component::coolmaster::config::step::user::data::heat%]",
"heat_cool": "[%key:component::coolmaster::config::step::user::data::heat_cool%]",
"host": "[%key:common::config_flow::data::host%]",
"off": "[%key:component::coolmaster::config::step::user::data::off%]",
"swing_support": "[%key:component::coolmaster::config::step::user::data::swing_support%]"
},
"data_description": {
"cool": "[%key:component::coolmaster::config::step::user::data_description::cool%]",
"dry": "[%key:component::coolmaster::config::step::user::data_description::dry%]",
"fan_only": "[%key:component::coolmaster::config::step::user::data_description::fan_only%]",
"heat": "[%key:component::coolmaster::config::step::user::data_description::heat%]",
"heat_cool": "[%key:component::coolmaster::config::step::user::data_description::heat_cool%]",
"host": "[%key:component::coolmaster::config::step::user::data_description::host%]",
"off": "[%key:component::coolmaster::config::step::user::data_description::off%]",
"swing_support": "[%key:component::coolmaster::config::step::user::data_description::swing_support%]"
},
"description": "Update your CoolMasterNet connection details and supported modes.",
"sections": {
"more_options": {
"data": {
"send_wakeup_prompt": "[%key:component::coolmaster::config::step::user::sections::more_options::data::send_wakeup_prompt%]"
},
"data_description": {
"send_wakeup_prompt": "[%key:component::coolmaster::config::step::user::sections::more_options::data_description::send_wakeup_prompt%]"
},
"name": "[%key:component::coolmaster::config::step::user::sections::more_options::name%]"
}
}
},
"user": {
"data": {
"cool": "Support cool mode",
"dry": "Support dry mode",
"fan_only": "Support fan only mode",
"heat": "Support heat mode",
"heat_cool": "Support automatic heat/cool mode",
"host": "[%key:common::config_flow::data::host%]",
"off": "Can be turned off",
"swing_support": "Control swing mode"
},
"data_description": {
"cool": "Enable if your units can cool.",
"dry": "Enable if your units have a dry (dehumidify) mode.",
"fan_only": "Enable if your units can run the fan without heating or cooling.",
"heat": "Enable if your units can heat.",
"heat_cool": "Enable if your units can switch between heating and cooling automatically.",
"host": "The hostname or IP address of your CoolMasterNet device.",
"off": "Allow the units to be turned off from Home Assistant.",
"swing_support": "Expose a swing mode control. This adds one request per unit on every update, so polling is slower."
},
"description": "Set up your CoolMasterNet connection details.",
"sections": {
"more_options": {
"data": {
"send_wakeup_prompt": "Send wakeup prompt"
},
"data_description": {
"send_wakeup_prompt": "Send the coolmaster unit an empty command before issuing any actual command. This is required for serial models."
},
"name": "More options"
}
}
}
}
},
"entity": {
"binary_sensor": {
"clean_filter": {
"name": "Clean filter"
}
},
"button": {
"reset_filter": {
"name": "Reset filter"
}
},
"sensor": {
"error_code": {
"name": "Error code"
}
}
}
}