From 39cf1fa9f66e50abfcb5bb6f80358d732b238a7d Mon Sep 17 00:00:00 2001 From: Werner Pieterson Date: Fri, 13 May 2022 18:15:40 +0200 Subject: [PATCH] Update README.md Tiny fix in card --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bcc5bd..77c1153 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ entities: name: Time Until state: >- {{ (state_attr('sensor.load_shedding_milnerton', 'next_start') | - as_timestamp - now().strftime('%Y-%m-%d %H:%M%z') | as_timestamp)| + as_timestamp - now().strftime('%Y-%m-%d %H:%M%z') | as_timestamp) | timestamp_custom("%Hh%M", False) }} condition: '{{ not is_state(''sensor.load_shedding_milnerton'', ''No Load Shedding'') and state_attr(''sensor.load_shedding_milnerton'', ''next_start'') != None }}' show_header_toggle: false