kalkih / mini-graph-card

Minimalistic graph card for Home Assistant Lovelace UI
MIT License
2.89k stars 233 forks source link

Problem with input_numbers when using pre-release v0.12.0 #962

Closed Ndrinta closed 1 year ago

Ndrinta commented 1 year ago

Hi guys, I've always used a helper to show the '0' line on a graph, but after upgrading to v0.12.0 the entire card just won't show anything.

  - entity: input_number.zero
    color: '#0C0C0C'

I if then remove the entity from the list it'll start showing the other entities again, and if I downgrade to v.11.0 everything works again.

Is it possible that you broke compatibility with this feature unintentionally? Thanks

ildar170975 commented 1 year ago

@Ndrinta Compare with https://github.com/kalkih/mini-graph-card/issues/960 Close the issue if it duplicates.

ildar170975 commented 1 year ago

Must be solved in 12.dev-3 @Ndrinta - please check & close if solved.

Ndrinta commented 1 year ago

Seems fine right now on my PC. I'll check on my other devices and confirm by end of day.

Ndrinta commented 1 year ago

Looks OK. Thanks