ildar170975

Results 144 issues of ildar170975

## Proposed change Add a horizontal gap between an icon/image and a text. Currently w/o this gap a placement of these elements is very tight. For details - see https://github.com/home-assistant/frontend/issues/13131...

cla-signed

### 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...

Check this example: - two same cards (same settings except `lower_bound`); - 1st card: `lower_bound: 0` - 2nd card: `lower_bound: 1` ``` - type: vertical-stack title: same color fmt, diff...

bug

Currently labels for both primary & secondary Y-axis are left-aligned: ![изображение](https://user-images.githubusercontent.com/71872483/155400142-fba9a2bb-9bae-408b-b779-fefe15275c61.png) ``` - type: custom:mini-graph-card entities: - entity: sensor.cleargrass_1_temperature name: Temp - entity: sensor.cleargrass_2_co2 name: CO2 y_axis: secondary lower_bound: ~0...

enhancement

There is a sensor `sensor.vmdebian_integration_availability_status_reversed` which may be `1` or `0`. Here is a history for the last 72 hrs - the sensor was `1` a few times at the...

bug

At least for these device_class sensors a wrong icon is displayed: - volatile_organic_compounds - pm25 - carbon_dioxide Below there are `more-info` windows with right icons & `mini-graph-card` with wrong icons:...

enhancement

The `state_adaptive_color` may be used to visually associate a displayed state with a corresponding graph: ![image](https://user-images.githubusercontent.com/71872483/150060172-7f9159fd-4c88-4c52-b34a-4e64348a99a7.png) ``` type: custom:mini-graph-card entities: - entity: sensor.cleargrass_1_temperature name: Temp show_state: true color: red state_adaptive_color:...

enhancement

dmaker.airfresh.t2017: "Developer tools": the mode is called `favourite` but in "Preset modes" it is called `Favorite`: ![image](https://user-images.githubusercontent.com/71872483/137630368-63cbfe36-9a94-493c-9da0-b9214159c121.png) So, the `fan.set_preset_mode` service also accepts the `favorite` value instead of `favourite`. Should...

As it was specified for "limit_value" property: ![изображение](https://user-images.githubusercontent.com/71872483/96519899-a6deeb00-1276-11eb-95c5-2554a4036e47.png) But it looks that "limiting" happens always independently on the "limit_value" property: ``` type: 'custom:bar-card' entities: - entity: sensor.memory_use_percent name: 'Free RAM...

Sometimes a glitch occurs - many digits after decimal point for complementary value. Usually it occurs if limits (min, max) are specified: ``` type: 'custom:bar-card' entities: - entity: sensor.memory_use_percent name:...