Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date Format on Extrema #1102

Open
zillion42 opened this issue May 11, 2024 · 2 comments
Open

Date Format on Extrema #1102

zillion42 opened this issue May 11, 2024 · 2 comments

Comments

@zillion42
Copy link

zillion42 commented May 11, 2024

I have the following card:
2024-05-11 15_59_48-Overview – Home Assistant

with this code:

      - entities:
          - entity: sensor.samsung_c3060_series_cyan_toner_s_n_crum_21071530203
            name: Cyan Toner_S/N_:CRUM-21071530203
            show_points: false
          - color: gray
            entity: sun.sun
            name: Sun
            show_line: false
            show_points: false
            show_legend: false
            y_axis: secondary
        type: custom:mini-graph-card
        upper_bound: 100
        lower_bound: 2
        points_per_hour: 1
        height: 100
        line_width: 2
        hour24: true
        hours_to_show: 2000
        show:
          fill: true
          labels: true
          labels_secondary: false
          extrema: true
        state_map:
          - value: above_horizon
          - value: below_horizon
        color_thresholds:
          - value: 0
            color: '#ffffff'
          - value: 100
            color: '#00deff'

It looks like the date format is d dddd, HH:MM <- thats really not helpful. I really need a month at least, ideally a year too. Even better customizable.
Thx for the effort.

@guciopl
Copy link

guciopl commented May 31, 2024

+1 on this

@J-o-h-n-M
Copy link

+1

This sounds like a really basic feature and has annoyed me for very long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants