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

[hue] Fix exception text in bridge status description (API v2) #15475

Merged
merged 1 commit into from
Aug 24, 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
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ offline.group-removed = Hue Bridge reports group as removed.
# api v2 offline configuration error descriptions

offline.api2.comm-error.zigbee-connectivity-issue = Zigbee connectivity issue.
offline.api2.comm-error.exception = An unexpected exception '{}' occurred.
offline.api2.comm-error.exception = An unexpected exception ''{0}'' occurred.
offline.api2.conf-error.certificate-load = Certificate loading failed. Please check your configuration settings (network address, type of certificate).
offline.api2.conf-error.assets-not-loaded = Bridge/Thing handler assets not loaded.
offline.api2.conf-error.press-pairing-button = Not authenticated. Press pairing button on the Hue Bridge or set a valid application key in configuration.
Expand Down