Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarifies some verbiage in setup and error messages #38

Merged
merged 1 commit into from
Jul 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions custom_components/dyson_local/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
"data": {
"ssid": "Device WiFi SSID",
"password": "Device WiFi Password",
"host": "Host (Optional)"
"host": "Device IP Address (Optional)"
}
},
"manual": {
"data": {
"serial": "Serial",
"credential": "Credential",
"host": "Host (Optional)",
"host": "Device IP Address (Optional)",
"device_type": "Device Type"
}
},
"host": {
"data": {
"host": "Host (Optional)"
"host": "Device IP Address (Optional)"
}
}
},
"error": {
"cannot_connect": "Failed to connect",
"cannot_find": "Failed to find the device using discovery",
"cannot_connect": "Failed to connect. The Host/IP Address may be required if your Home Assistant installation is running in a Container or a VM.",
"cannot_find": "Failed to find the device using discovery. The Host/IP Address may be required if your Home Assistant installation is running in a Container or a VM.",
"invalid_auth": "Invalid authentication",
"cannot_parse_wifi_info": "Failed to parse device WiFi information"
},
Expand Down