ildar170975

Results 144 issues of ildar170975

Simple - the card may not be displayed. Create a new dashboard a add 2 cards: ``` - theme: '' title: xxx path: xxx cards: - type: vertical-stack cards: -...

**Checklist:** - [ x] I updated to the latest version available - [ x] I cleared the cache of my browser **Release with the issue:** 0.6.3 **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:** 0.6.3 **Last working release (if...

bug

2023.9 introduced changes related to forecast data. Seems that the card need to be updated to support these changes.

Here is a page of my `iphonedetect` integration. It contains 5 devices (2 tablets, 2 phones, 1 watch): ![image](https://github.com/mudape/iphonedetect/assets/71872483/5be6208c-5fc1-4f53-892d-afd409c576a9) If "ASUSWRT" integration is opened, it shows some `iphonedetect` devices as...

Here is a "states" table for some "device_tracker". It is always `not_home`. Check the "attributes_id" column - these are same attributes. ![изображение](https://github.com/mudape/iphonedetect/assets/71872483/777cb0d2-39c4-4f0b-a177-4d551bce5cbe) Believe these attributes are these: ![изображение](https://github.com/mudape/iphonedetect/assets/71872483/0ef574e1-6b29-4d19-9734-e2ecefea2ba7) Why the...

Starting from 2024.1: 2024-01-04 02:04:23.097 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_DIRECTION was used from xiaomi_miio_airpurifier, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.DIRECTION instead, please...

Currently entity may not get unique_id if model is defined in config. The fix solves this problem.

Consider this card: ``` - type: custom:bar-card severity: - from: '0' to: '0' hide: true - from: '1' to: '40' color: '#007A00' - from: '41' to: '90' color: '#EA9000' -...

A border is displayed around a bar-card placed inside Entities card after 2022.11: ![изображение](https://user-images.githubusercontent.com/71872483/200124200-d51cfb99-f39e-490f-88df-04a21fc31003.png) ``` type: entities entities: - type: custom:bar-card entity: sensor.processor_use entity_row: true - type: custom:bar-card entity: sensor.processor_use...