We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f696821 commit 952120eCopy full SHA for 952120e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "logbook-card",
3
- "version": "2.5.3",
+ "version": "2.5.4",
4
"description": "Logbook card for Home Assistant UI Lovelace",
5
"keywords": [
6
"home-assistant",
src/const.ts
@@ -1,5 +1,5 @@
import { ShowConfiguration, SeparatorStyleConfig, DurationConfig } from './types';
-export const CARD_VERSION = '2.5.3';
+export const CARD_VERSION = '2.5.4';
export const DEFAULT_SHOW: ShowConfiguration = {
state: true,
0 commit comments