Files
ha-core/homeassistant/components/esphome/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

36 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "ESP is already configured"
},
"error": {
"resolve_error": "Can't resolve address of the ESP. If this error persists, please set a static IP address: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips",
"connection_error": "Can't connect to ESP. Please make sure your YAML file contains an 'api:' line.",
"invalid_password": "Invalid password!"
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port"
},
"description": "Please enter connection settings of your [ESPHome](https://esphomelib.com/) node.",
"title": "ESPHome"
},
"authenticate": {
"data": {
"password": "Password"
},
"description": "Please enter the password you set in your configuration for {name}.",
"title": "Enter Password"
},
"discovery_confirm": {
"description": "Do you want to add the ESPHome node `{name}` to Home Assistant?",
"title": "Discovered ESPHome node"
}
},
"title": "ESPHome",
"flow_title": "ESPHome: {name}"
}
}