Skip to content

Commit

Permalink
[hue] Fix exception being displayed in bridge status description (#15475
Browse files Browse the repository at this point in the history
)

Signed-off-by: Jacob Laursen <[email protected]>
  • Loading branch information
jlaur authored Aug 24, 2023
1 parent fef05c3 commit db651f9
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit db651f9

Please sign in to comment.