ildar170975

Results 144 issues of ildar170975

### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...

### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...

### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...

### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...

### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...

### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...

HA 2023.3.5 latest `mini-graph-card` Win10+Chrome Consider this code: ``` input_number: testing_number_01: min: 0 max: 1 step: 1 mode: slider ``` ``` type: vertical-stack cards: - type: entities entities: - entity:...

bug

Consider this card: ``` type: custom:mini-graph-card entities: - entity: sensor.xiaomi_cg_1_co2 hours_to_show: 24 hour24: true ``` ![image](https://github.com/kalkih/mini-graph-card/assets/71872483/49eee407-a7cb-4b73-bd3c-8851d1641b1d) The selected point belongs to an interval which has both left & right bounds...

enhancement

Currently the `smoothing` option is defined on a card's level - globally for all entities. Proposal: make this option available per-entity as well (if defined per-entity - it has priority).

feature request

Currently 2 points are connected by a line (which can also be smoothed). In some cases it gives a wrong impression about a state between these points: ![изображение](https://github.com/kalkih/mini-graph-card/assets/71872483/9c0c5bd0-5c8a-4f18-9abc-d1fb5bb295db) Here red...

feature request