Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Tiny fix in card
  • Loading branch information
wernerhp committed May 13, 2022
1 parent 1c4847b commit 39cf1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39cf1fa

Please sign in to comment.