diff --git a/src/platform/IntelliClimaPlatform.ts b/src/platform/IntelliClimaPlatform.ts index bf51bc3..ad08729 100644 --- a/src/platform/IntelliClimaPlatform.ts +++ b/src/platform/IntelliClimaPlatform.ts @@ -26,7 +26,7 @@ export class IntelliClimaPlatform implements DynamicPlatformPlugin { // only load if configured if (!this.config.username || !this.config.password) { - log.warn(`No configuration found for ${PLUGIN_NAME}`); + log.warn(`No credentials configuration found for ${PLUGIN_NAME}`); return; }