Skip to content

Commit

Permalink
Fix #420
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloven committed Jan 6, 2025
1 parent f59abc7 commit 5d0151b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion card-mod.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "card-mod",
"render_readme": true,
"homeassistant": "2023.10.0b3"
"homeassistant": "2025.1.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "card-mod",
"private": true,
"version": "3.4.3",
"version": "3.4.4",
"description": "",
"scripts": {
"build": "rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion src/patch/hui-entities-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Patch the hui-entities-card specifically in order to handle individual styling o

@patch_element("hui-entities-card")
class HuiEntitiesCardPatch extends ModdedElement {
renderEntity(_orig, config, ...rest) {
_renderEntity(_orig, config, ...rest) {
const retval = _orig?.(config, ...rest);
if (config?.type === "custom:mod-card") return retval;

Expand Down

0 comments on commit 5d0151b

Please sign in to comment.