Skip to content

Commit

Permalink
fix: scenes not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh61 committed May 8, 2024
1 parent 4b025a8 commit cf65084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class HueLikeLightCardConfig implements HueLikeLightCardConfigInterface {
this.card_mod = plainConfig.card_mod;

// need some init?
if (this.scenes == null || this.area || this.label) {
if (this._scenes == null || this.area || this.label) {
this._isInitialized = false;
}
else {
Expand Down

0 comments on commit cf65084

Please sign in to comment.