Results 67 comments of cpw

Except that doesn't work. It literally refuses to style the markdown card. There's an explicit td element in the markdown card and it seems impossible to target it with the...

So you're arguing that a long standing visual being "corrected" with no alternative is acceptable? I have literally had this card on my dashboard for 7 years. It has always...

OK. I spent some more time, and this _actually_ works, with ha card-mod: ``` card_mod: style: | ha-card { --markdown-table-border-style: none; } ```

The prepend is not necessary - that's a leftover of a previous attempt. I have updated my example. Also, yes, that's card-mod 4 - the one currently available in HACS.

This PR added the feature, and I believe they omitted the hyphenated range mechanism also available. https://github.com/bpg/terraform-provider-proxmox/pull/1086 Link to source in Proxmox: https://github.com/proxmox/qemu-server/blob/c7609527716a111f4a6147ea68fbd327dd16eb87/PVE/QemuServer.pm#L895-L900 - they don't document this very well,...

There are lovelace cards that will show a device: https://github.com/homeassistant-extras/device-card is very nice. Would be great for a status dashboard to enumerate all devices in an integration (zwave, thread etc)...

Having run this code for a few days for myself, there's an issue that probably need thinking about. Autolocks don't quite work properly - the autolock has no user_id so...