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

Found a rather serious bug. It occurs when: -- `fill: fade`; -- the `mini-graph-card` is placed inside a `custom:decluttering-card`; -- there are at least 2 cards on the view with...

bug

Check this card: ``` type: custom:auto-entities card: type: map title: Map Family abroad show_empty: true filter: include: - entity_id: person.* ``` The card is supposed to be displayed as below:...

According to the docs: ![image](https://user-images.githubusercontent.com/71872483/118804712-b75b5080-b8ad-11eb-80a8-5ef71a012db4.png) In my opinion, the "entities" section should not be affected by "exclude" rules.

My Home Assistant version: 2022.2.6 Fold-entity-row version (FROM BROWSER CONSOLE): 2.2.0 What I am doing: Trying to card-mod `shadowRoot` elements inside `div#head` or `div#items`. What I expected to happen: card-mod...

Since some update the outer border's shadow is not displayed with a default theme: ![image](https://user-images.githubusercontent.com/71872483/140318526-41ed2fd6-a893-4a5f-8fac-7936a972dd31.png) ``` title: state-switch-5 path: test-state-switch-5 cards: - type: entities entities: - input_boolean.test_boolean - type: custom:state-switch...

There is a view: - 3 Entities cards inside state-switch - Entity card with toggles. ``` title: state-switch-3 path: test-state-switch-3 type: custom:horizontal-layout cards: - type: custom:state-switch entity: input_boolean.test_boolean default: "off"...

This code shows a localized "Home" or "Away" strings: ``` - type: custom:template-entity-row entity: person.ildar name: localized state: _(component.device_tracker.state._.{{states(config.entity)}}) ``` Here `component.device_tracker.state._.home` and `component.device_tracker.state._.not_home` keys are used. Some keys have...

Added multiline support for secondary_info: https://github.com/thomasloven/lovelace-template-entity-row/issues/71