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 cd70202 commit ecc89d9Copy full SHA for ecc89d9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "logbook-card",
3
- "version": "2.5.1",
+ "version": "2.5.2",
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.1';
+export const CARD_VERSION = '2.5.2';
export const DEFAULT_SHOW: ShowConfiguration = {
state: true,
0 commit comments