hass-core/homeassistant/components/coolmaster/strings.json
SNoof85 65611320d4
Use reference strings in Coolmaster (#41066)
* Update strings.json

* Update config_flow.py

* Update test_config_flow.py
2020-10-02 21:17:32 +02:00

22 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."
}
}
}