You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
332 B
10 lines
332 B
# Dashboards Scratchpad
|
|
|
|
Current working items:
|
|
- Keep YAML dashboards rendering (no missing includes/resources).
|
|
- Validate dashboards before restarting Home Assistant.
|
|
|
|
Patterns/notes:
|
|
- If a view looks like a centered skinny column, avoid `max_columns: 1`. Prefer `max_columns: 4` with a single section/card using `columns: 1`.
|
|
|