Skip to content

Commit

Permalink
maint: Fix hassfest errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Dec 16, 2024
1 parent 98ddaef commit 0a4b729
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions custom_components/homelink/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,17 @@
}
},
"exceptions": {
"homelink_mqtt_invalid": "HomeLink MQTT credentials/topic are invalid. Please reconfigure",
"homelink_mqtt_unavailable": "HomeLink MQTT server not available",
"error_communicating_with_api": "Error communicating with HL API: {api_err}",
"timeout_communicating_with_api": "Timeout communicating with HL API: {err_traceback}"
"homelink_mqtt_invalid": {
"message": "HomeLink MQTT credentials/topic are invalid. Please reconfigure"
},
"homelink_mqtt_unavailable": {
"message": "HomeLink MQTT server not available"
},
"error_communicating_with_api": {
"message": "Error communicating with HL API: {api_err}"
},
"timeout_communicating_with_api": {
"message": "Timeout communicating with HL API: {err_traceback}"
}
}
}

0 comments on commit 0a4b729

Please sign in to comment.