Skip to content

Commit

Permalink
initial fixes to get past loss of values updates & draft of Daemon up…
Browse files Browse the repository at this point in the history
…date needed

- bump version for release
- initial adjustments to account for lack of value updates (#37)
- draft of show Daemon update needed UI (#36)
- repair coloring of card age - was incorrectly overriding the theme colors
  • Loading branch information
ironsheep committed Feb 8, 2023
1 parent 4eb9c92 commit 80158cf
Show file tree
Hide file tree
Showing 7 changed files with 390 additions and 204 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ yarn-009.lock
package-009.json
package-000.json
package-lock-001.json
REF/test.ts
3 changes: 3 additions & 0 deletions clean
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
(set -x; rm -rf package-lock.json yarn.lock dist node_modules)
(set -x; mkdir dist node_modules)
112 changes: 71 additions & 41 deletions dist/rpi-monitor-card.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rpi-monitor-card",
"version": "1.2.8",
"version": "1.2.9",
"description": "Lovelace RPi Monitor Card",
"keywords": [
"home-assistant",
Expand All @@ -24,7 +24,7 @@
"@material/mwc-select": "^0.25.3",
"@material/mwc-switch": "^0.25.3",
"@material/mwc-textfield": "^0.25.3",
"custom-card-helpers": "^1.7.2",
"custom-card-helpers": "^1.9.0",
"home-assistant-js-websocket": "^5.11.1",
"lit": "^2.6.1",
"tslib": "2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CARD_VERSION = '1.2.8';
export const CARD_VERSION = '1.2.9';

/*
* EXAMPLE attributes ISP-RPi-mqtt-daemon.py v1.5.4
Expand Down
Loading

0 comments on commit 80158cf

Please sign in to comment.