ildar170975

Results 697 comments of ildar170975

Vote for this. Could be a great feature.

Sorry, let me clarify. Consider this example: ``` type: custom:mini-graph-card entities: - entity: sensor.mijia_300_1_temperature color: blue show_state: true name: Temp - entity: sensor.mijia_300_1_co2 color: red show_state: true y_axis: secondary name:...

> Are you agreeing with my request or telling me it is not necessary or something else? Repeat: - "let me clarify." - "Here we probably should display graphs in...

To conclude - are you agree that we only need to change an order of displaying graphs? I mean: 4th entity -> then 3rd entity -> then 2nd entity ->...

@jchhenderson 1. Renamed the issue to specify our conclusion. 2. For card-mod questions - please [check here](https://community.home-assistant.io/t/card-mod-add-css-styles-to-any-lovelace-card/120744/1396) for a list of examples for mini-graph-card. 3. There was an issue or...

Noted that this issue is a duplicate of https://github.com/kalkih/mini-graph-card/issues/269 Closing it.

I am trying to help with resolving issues on GitHub and in the Community thread.

My case: ``` type: custom:mini-graph-card entities: - sensor.xiaomi_cg_1_co2 points_per_hour: 120 hours_to_show: 1 line_width: 1 show: points: false labels: true color_thresholds_transition: hard color_thresholds: - value: 575 color: green - value: 582...

> its still an issue/wish list item Please keep monitoring this issue if it becomes stale again. Reopening.

Surely there is some problems here. These options work if `color_thresholds` NOT specified: - name_adaptive_color (defined globally, set color dependingly on the 1st entity line color) - icon_adaptive_color (defined globally,...