Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ruizmarc committed Dec 28, 2023
1 parent 7d0168d commit 7a3105d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/IntelliClimaPlatform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 7a3105d

Please sign in to comment.