2019-10-23 19:47:00 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
2022-12-12 10:40:00 +00:00
|
|
|
"title": "Set up your CoolMasterNet connection details.",
|
2019-10-23 19:47:00 +00:00
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
2019-10-23 19:47:00 +00:00
|
|
|
"off": "Can be turned off",
|
|
|
|
"heat": "Support heat mode",
|
|
|
|
"cool": "Support cool mode",
|
|
|
|
"heat_cool": "Support automatic heat/cool mode",
|
|
|
|
"dry": "Support dry mode",
|
2023-01-03 18:21:11 +00:00
|
|
|
"fan_only": "Support fan only mode",
|
|
|
|
"swing_support": "Control swing mode"
|
2019-10-23 19:47:00 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-02 19:17:32 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
2019-10-23 19:47:00 +00:00
|
|
|
"no_units": "Could not find any HVAC units in CoolMasterNet host."
|
|
|
|
}
|
2023-06-25 11:10:37 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"binary_sensor": {
|
|
|
|
"clean_filter": {
|
|
|
|
"name": "Clean filter"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"button": {
|
|
|
|
"reset_filter": {
|
|
|
|
"name": "Reset filter"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"sensor": {
|
|
|
|
"error_code": {
|
|
|
|
"name": "Error code"
|
|
|
|
}
|
|
|
|
}
|
2019-10-23 19:47:00 +00:00
|
|
|
}
|
2020-10-02 19:17:32 +00:00
|
|
|
}
|