ildar170975

Results 144 issues of ildar170975

An entity may have an "object" attribute usually accessed in jinjia templates as: ``` state_attr("sensor.some_entity","some_object_attr").subattr ``` It would be great to have a possibility to access them like: ``` attribute:...

It could be great to have a possibility to substitute a sensor's state value by some user-defined text. Particularly it could be useful to write smth like "No data" instead...

If `last-changed` or `last-updated` are selected for `secondary_info`, it is not displayed if `hide_unavailable: true` set. The code: ``` - type: entities entities: - type: custom:multiple-entity-row entity: sun.sun name: "hide_unavailable:...

bug

The card should use global format settings: ![изображение](https://user-images.githubusercontent.com/71872483/147254809-abc87cfb-bf58-4ec5-8897-ab8170308e23.png) This card contains: - conventional `input_number` row; - `multiple-entity-row` with the same row with different formats. Note that: - the conventional row...

bug

There is a very nice battery-entity-row. But it cannot work with multiple-entity-row. It would be great to have a support for battery' status image for the primary or secondary entities.

enhancement

**Checklist:** - [x ] I updated to the latest version available - [x ] I cleared the cache of my browser **Release with the issue:** 2021.10.6 **Last working release (if...

bug

**Checklist:** - [ X ] I updated to the latest version available - [ X ] I cleared the cache of my browser **Release with the issue:** 1.2.0 **Last working...

bug

Earlier I could use one variable to define another variable: ``` type: 'custom:config-template-card' variables: - 'states[''input_select.graph_hours_to_show_sys'']' - 'states[''input_boolean.graph_realtime_sys'']' - '''binary_sensor.rpi_power_status''' - 'vars[1].state === "on" ? vars[2] : "sensor.test_zero"' #### LOOK...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] When the row/card is...

I have a test page with ~5..7 cards. Every card shows a `flex-table-card` with ~5 rows. Every card represents some example of using `modify` option. Nothing super complex, just like...