23 lines
651 B
JSON
23 lines
651 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Setup your CoolMasterNet connection details.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"off": "Can be turned off",
|
|
"heat": "Support heat mode",
|
|
"cool": "Support cool mode",
|
|
"heat_cool": "Support automatic heat/cool mode",
|
|
"dry": "Support dry mode",
|
|
"fan_only": "Support fan only mode"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"no_units": "Could not find any HVAC units in CoolMasterNet host."
|
|
}
|
|
}
|
|
}
|