Skip to content

Commit

Permalink
Fix for HA 2022.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dingusdk committed Mar 13, 2022
1 parent 49c365a commit 7a93af6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/ihcviewer/frontend/panel.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion custom_components/ihcviewer/frontend/panel.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/elements/ihc-controller-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export class IhcControllerElement extends LitElement {
// @property({ attribute: false })
private ihcproject: IHCProject;

@property({ type: Boolean })
@property({ type: Boolean, attribute: true })
public show;

@property({ type: String })
@property({ type: String, attribute: true })
public controllerId;

@property({ type: Boolean, attribute: false })
Expand Down

0 comments on commit 7a93af6

Please sign in to comment.