Skip to content

Commit

Permalink
Merge pull request #109 from Olen/format-entity
Browse files Browse the repository at this point in the history
Changing hass to any
  • Loading branch information
Olen committed Apr 3, 2024
2 parents 075d745 + 8e3eb36 commit bdc177e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flower-card",
"version": "2024.4.0beta1",
"version": "2024.4.0beta2",
"description": "Custom flower card for https://github.com/Olen/homeassistant-plant",
"keywords": [
"home-assistant",
Expand Down
2 changes: 1 addition & 1 deletion src/flower-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ console.info(

@customElement(CARD_NAME)
export default class FlowerCard extends LitElement {
@property() _hass?: HomeAssistant;
@property() _hass?: any;
@property() config?: FlowerCardConfig;

private stateObj: HomeAssistantEntity | undefined;
Expand Down

0 comments on commit bdc177e

Please sign in to comment.