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

20 lines
677 B
JSON
Raw Normal View History

{
"config": {
2018-12-19 13:44:24 +00:00
"abort": {
"already_configured": "Device is already configured",
"device_fail": "Unexpected error creating device.",
"device_timeout": "Timeout connecting to the device."
},
"step": {
"user": {
"data": {
2020-05-06 11:59:07 +00:00
"host": "Host",
"key": "Authentication key (only used by BRP072C/Zena devices)",
"password": "Device password (only used by SKYFi devices)"
2018-12-19 13:44:24 +00:00
},
"description": "Enter IP address of your Daikin AC.",
"title": "Configure Daikin AC"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}