Skip to content

Commit

Permalink
Fixed bug not rendering mini-media-player
Browse files Browse the repository at this point in the history
  • Loading branch information
marcokreeft87 committed Oct 15, 2023
1 parent 5ad26fa commit 6ac62ab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "room-card",
"version": "1.08.00",
"version": "1.08.01",
"description": "Show entities in Home Assistant's Lovelace UI",
"keywords": [
"home-assistant",
Expand Down
4 changes: 2 additions & 2 deletions room-card.js

Large diffs are not rendered by default.

Binary file modified room-card.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ console.info(
@customElement('room-card')
export default class RoomCard extends LitElement {
private _hass?: HomeAssistant;
@property() monitoredStates?: HassEntities;
@property() monitoredStates?: HassEntities = {};
@property() config?: RoomCardConfig;
@property() _helpers: { createCardElement(config: LovelaceCardConfig): LovelaceCard }

Expand Down

0 comments on commit 6ac62ab

Please sign in to comment.