question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

show_state: false wont work for the first entity

See original GitHub issue

like this one

  • entity: sensor.temp_dixhuit will show the state, i would not
type: 'custom:mini-graph-card'
hours_to_show: 168
points_per_hour: 0.25
name: Sdb rdc
icon: 'mdi:shower-head'
entities:
  - entity: sensor.temp_dixhuit
    name: 18°C
    color: dimgrey
    show_points: false
    fixed_value: true
    show_indicator: false
    show_fill: false
    show_legend: false
    show_state: false
  - entity: sensor.lumi_lumi_weather_a52d8704_temperature
    name: Temp
    show_state: true
    state_adaptive_color: true
    color: darkorange
  - entity: sensor.lumi_lumi_weather_a52d8704_humidity
    name: Humidity
    y_axis: secondary
    show_state: true
    state_adaptive_color: true
    color: lightseagreen
show:
  labels: true
  labels_secondary: true
  legend: false
  fill: false
line_width: 2

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

1reaction
mxwicommented, Feb 11, 2022

Hi,

any progress on that?

0reactions
stale[bot]commented, Apr 12, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this is still an active issue, please let us know!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Show state of different entity and not the graph #725 - GitHub
Hi guys,. I have my tablets battery life displayed like this: image. For that I use the battery_level sensor: image. I want to...
Read more >
Mini-Graph-Card Not Respecting 'show_state' - Frontend
I am attempting to build a mini_graph_card that displays 2 values on a graph and a third as a number. However, no combination...
Read more >
React State remains immutable when i try to show component ...
So, problem is that setShow(!show) inside the handleClick function does not work and state of show remains false, immutable. if handleClick ...
Read more >
How to Create a Home Assistant Dashboard - LazyAdmin
The dashboard works with cards, so first we need to add a cards ... on the card show_state: false # Show state of...
Read more >
Publication 17 (2022), Your Federal Income Tax - IRS
For 2022, if you are covered by a retirement plan at work, your deduction for ... Don't contact the IRS; the IRS can't...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found