-
Tile can be seen as a specialized version of the Card. Tiles are always clickable and have a compact layout. Deprecate Tile in favor of using clickable cards.
-
The dtgDie layout is the most condensed card layout. However, if you don't have a die cutter, there is no way to use this layout.
-
**Is your feature request related to a problem? Please describe.**
Windspeed is currently in the hourly forecast shown as numerical values below the diagram.
It requires a close look and reading all…
-
After updating, and having new files copied over from edge TX companion, sounds files did not copy over. So went and manually moved sound files, and if looking through SD card contents, they are ther…
-
I have the latest version 0.3.2 installed via HACS with front end 0.7.2.7 also via HACS. The new card is more graphical while the old is smaller and a bit more text-based. Did the style of the old car…
-
-
- Spacing between icon and title seems like it should be larger
- Hovering over any part of the whole card should be clickable IMO and cause the "+" button to be higlighted
-
My Home Assistant version: 2023.5.1
Layout-card version (FROM BROWSER CONSOLE):
What I am doing:
I have a custom meter alarm card. When using this with a default layout (masonry) or your cust…
-
This is my code:
```
from pathlib import Path
from shiny import App, ui, render, reactive
left_sidebar = ui.sidebar("Left Sidebar", id="left_sidebar", bg="#f8f8f8")
right_sidebar = ui.sideb…
-
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout IN ('split') THEN
GROUP_CONCAT(face_name ORDER BY position SEPARATOR ' // ' )
ELSE
GROUP_…