Unify error messages (#17746)

Signed-off-by: Felix Schneider <mail@fschneider.me>
This commit is contained in:
Felix Schneider 2024-11-16 13:40:59 +01:00 committed by GitHub
parent 1b686f81c8
commit 9d1c0a6dfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,7 +184,7 @@ public class SmartHomeDeviceHandler extends BaseThingHandler {
AccountHandler accountHandler = getAccountHandler();
SmartHomeBaseDevice smartHomeBaseDevice = this.smartHomeBaseDevice;
if (smartHomeBaseDevice == null) {
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.NONE, "Can't find smarthomeBaseDevice!");
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.NONE, "Can't find smarthomeBaseDevice");
return;
}