ildar170975

Results 144 issues of ildar170975

Some time ago I created a few `device_tracker` entities by the Virtual integration. Then I upgraded to the latest version 0.8.0.1. Now I need to delete these entities. What I...

There some `device_tracker` entities: ``` device_tracker: - platform: virtual devices: - name: virtual_tracker_1 peristent: True location: home - name: virtual_tracker_2 peristent: False location: not_home - name: virtual_tracker_3 peristent: False location:...

After changing z-index to 1 this part in docs not required.

Consider this code: ``` type: entities: entities: - type: custom:multiple-entity-row entity: sun.sun name: 'hide_unavailable: false' entities: - entity: sensor.testing_availability show_state: false - type: custom:multiple-entity-row entity: sun.sun name: 'hide_unavailable: true' entities:...

The new `--multiple-entity-row-header-color` variable may be ether defined in a custom theme - or defined locally: ``` - entity: sun.sun name: our sun styles: '--multiple-entity-row-header-color': red ```

Currently (4.5.0) the `default` option is supported for entities only. Proposal: add a support for the `default` option for secondary_info too. Example: ``` - type: custom:multiple-entity-row entity: sun.sun entities: -...

Assume we need to show a `last-changed` (or `last-updated`) inside a secondary_info with some formatter like `datetime`. Consider this card: ``` - type: custom:multiple-entity-row entity: sun.sun entities: - entity: sun.sun...

There is an `input_number` entity: ![image](https://github.com/benct/lovelace-multiple-entity-row/assets/71872483/74e714fe-1a38-4209-b59c-62ebd5467fae) Consider this card: ``` - type: entities entities: - entity: input_number.test_negative_1 name: test value - type: custom:multiple-entity-row entity: sun.sun entities: - entity: input_number.test_negative_1 name:...

When displaying a datetime value like "00:15" with "format: datetime", it is displayed as "24:15". Original value is "'2021-07-06T21:15:02+00:00'" (= 00:15 in GMT+3). ``` - type: custom:multiple-entity-row entity: device_tracker.life360_iphone_ira entities:...