diff --git a/src/platform.ts b/src/platform.ts index 3f72a3c..227e4fe 100644 --- a/src/platform.ts +++ b/src/platform.ts @@ -120,6 +120,9 @@ export class AugustPlatform implements DynamicPlatformPlugin { if (!this.config.credentials.password) { throw 'Missing August Password'; } + if (!this.config.credentials.countryCode) { + this.config.credentials!.countryCode = 'US'; + } } }