mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-06 12:24:03 +01:00
[netatmo] Make configuration link clickable in Main UI (#18079)
See https://github.com/openhab/openhab-webui/pull/2996 Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
This commit is contained in:
parent
3827872c20
commit
7598cf9bc7
@ -216,7 +216,8 @@ public class ApiBridgeHandler extends BaseBridgeHandler {
|
|||||||
servlet.startListening();
|
servlet.startListening();
|
||||||
grantServlet = Optional.of(servlet);
|
grantServlet = Optional.of(servlet);
|
||||||
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.CONFIGURATION_ERROR,
|
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.CONFIGURATION_ERROR,
|
||||||
"@text/conf-error-grant-needed [ \"%s\" ]".formatted(servlet.getPath()));
|
"@text/conf-error-grant-needed [ \"http(s)://<YOUROPENHAB>:<YOURPORT>%s\" ]"
|
||||||
|
.formatted(servlet.getPath()));
|
||||||
connectApi.dispose();
|
connectApi.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -459,7 +459,7 @@ config.refreshInterval.description = The refresh interval to poll Netatmo API (i
|
|||||||
|
|
||||||
conf-error-no-client-id = Cannot connect to Netatmo bridge as no client id is available in the configuration
|
conf-error-no-client-id = Cannot connect to Netatmo bridge as no client id is available in the configuration
|
||||||
conf-error-no-client-secret = Cannot connect to Netatmo bridge as no client secret is available in the configuration
|
conf-error-no-client-secret = Cannot connect to Netatmo bridge as no client secret is available in the configuration
|
||||||
conf-error-grant-needed = Complete the configuration by granting the binding to Netatmo Connect: ''{0}''.
|
conf-error-grant-needed = Complete the configuration by granting the binding to Netatmo Connect: {0}
|
||||||
status-bridge-offline = Bridge is not connected to Netatmo API
|
status-bridge-offline = Bridge is not connected to Netatmo API
|
||||||
device-not-connected = Thing is not reachable
|
device-not-connected = Thing is not reachable
|
||||||
data-over-limit = Data seems quite old
|
data-over-limit = Data seems quite old
|
||||||
|
Loading…
Reference in New Issue
Block a user