hass-core/homeassistant/components/nuheat/strings.json
Franck Nijhof 39336d3ea3
Add prettier (in pre-commit and CI) (#33693)
* Add prettier (in pre-commit and CI)

* Make all file prettier

* Change order

* Add to Azure Pipelines

* Fix a YAML file prettier caught as invalid

* Remove flow mapping using curly braces from all YAML service files
2020-04-05 17:27:16 +02:00

25 lines
788 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"config": {
"error": {
"unknown": "Unexpected error",
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication",
"invalid_thermostat": "The thermostat serial number is invalid."
},
"title": "NuHeat",
"abort": {
"already_configured": "The thermostat is already configured"
},
"step": {
"user": {
"title": "Connect to the NuHeat",
"description": "You will need to obtain your thermostats numeric serial number or ID by logging into https://MyNuHeat.com and selecting your thermostat(s).",
"data": {
"username": "Username",
"password": "Password",
"serial_number": "Serial number of the thermostat."
}
}
}
}
}