1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/homeassistant/components/coolmaster/strings.json
On Freund 1412862f2a Config entry and device for Coolmaster integration (#27925)
* Config entry and device for Coolmaster integration

* Lint/isort/flake/etc...

* Black formatting

* Code review fixes

* Config flow tests for coolmaster

* Add pycoolmaster requirement to test

* Remove port selection from Coolmaster config flow

* Update config_flow.py

* More idoimatic hash concat
2019-10-23 12:47:00 -07:00

24 lines
666 B
JSON

{
"config": {
"title": "CoolMasterNet",
"step": {
"user": {
"title": "Setup your CoolMasterNet connection details.",
"data": {
"host": "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": {
"connection_error": "Failed to connect to CoolMasterNet instance. Please check your host.",
"no_units": "Could not find any HVAC units in CoolMasterNet host."
}
}
}