Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! Fix area card CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Jul 15, 2024
1 parent 5a11578 commit a277c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/views/sensor-details.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<<: &aggregate_row_options
type: custom:template-entity-row
active: "{{ is_state('this.entity_id', 'on') }}"
secondary: "{% if states['this.entity_id'] %}{{ time_since(states['this.entity_id'].last_changed, 0) }}{% endif %}"
secondary: "{% if states['this.entity_id'] %}{{ time_since(states['this.entity_id'].last_changed, 2) }}{% endif %}"
state: "{{ state_translated('this.entity_id') }}"
name: >-
{% if states['this.entity_id'] -%}
Expand Down

0 comments on commit a277c0d

Please sign in to comment.