core/homeassistant/components/coolmaster/translations/en.json

23 lines
780 B
JSON
Raw Normal View History

2019-10-23 20:36:38 +00:00
{
"config": {
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
2019-10-23 20:36:38 +00:00
"no_units": "Could not find any HVAC units in CoolMasterNet host."
},
"step": {
"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": "Host",
"off": "Can be turned off",
"swing_support": "Control swing mode"
2019-10-23 20:36:38 +00:00
},
2022-12-13 00:27:47 +00:00
"title": "Set up your CoolMasterNet connection details."
2019-10-23 20:36:38 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-23 20:36:38 +00:00
}