irata-coder
irata-coder
I am seeing exactly the same here, an exception is being thrown in the browser. It's easy to recreate, place multiple picture glance cards in a view with each pointing...
Looks to be related to [First Camera stream in the dashboard not starting automarically #19799](https://github.com/home-assistant/frontend/issues/19799)
I think this might be caused by the same underlying issue as one I have reported here: https://github.com/Koenkk/zigbee-herdsman/issues/834
Same here, this can be recreated on a fresh install. SNZB-06P firmware version 1.0.6. I am using the new ember adapter. Zigbee2MQTT version 1.37.1. >[2024-05-29 14:56:17] error: z2m: Failed to...
I attempted to implement a similar feature using the latest release, in my example below I am focusing primarily on the import side first. The same logic would be applicable...
I disagree that tables should have borders, they are often used to align data. Borders are only used to add clarity when needed, borders around every cell creates clutter and...
Unfortunately markdown-table-border-width does not remove the 0.25em padding that has been added. in ha-markdown.ts ` td, th { border-width: var(--markdown-table-border-width, 1px); border-style: var(--markdown-table-border-style, solid); border-color: var(--markdown-table-border-color, var(--divider-color)); padding: 0.25em 0.5em;...