Skip to content

Commit

Permalink
Merge pull request #39 from marcokreeft87/36-show_state-doesnt-hide-t…
Browse files Browse the repository at this point in the history
…itle-entitys-state

Fix show_icon is ignored
  • Loading branch information
marcokreeft87 committed Sep 10, 2022
2 parents 4fb2c02 + f2f0c82 commit affe5dd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### Features

{% if version_installed.replace("v", "").replace(".","") | int < 133 %}
- Fixed `Fix bug show_icon is ignored`
{% endif %}

{% if version_installed.replace("v", "").replace(".","") | int < 132 %}
- Fixed `Bug when show_state is set to false and no icon is set`
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion 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.3.2",
"version": "1.3.3",
"description": "Show entities in Home Assistant's Lovelace UI",
"keywords": [
"home-assistant",
Expand Down
2 changes: 1 addition & 1 deletion room-card.js

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

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 @@ -8,7 +8,7 @@ import { style } from './styles';
import { HomeAssistantEntity, RoomCardConfig, RoomCardEntity, RoomCardRow } from './types/room-card-types';

console.info(
'%c ROOM-CARD %c 1.3.2',
'%c ROOM-CARD %c 1.3.3',
'color: cyan; background: black; font-weight: bold;',
'color: darkblue; background: white; font-weight: bold;'
);
Expand Down

0 comments on commit affe5dd

Please sign in to comment.