dcapslock
dcapslock
As more-info now accepts entity this is possible and works when tested.
Issue description and workaround [HERE](https://github.com/thomasloven/hass-browser_mod/issues/981)
Can you post your minimal code to reproduce in the thread. Dump of whole dashbaord in an external service is no good as it has expired.
Closing as completed
Likely similar to https://github.com/custom-cards/button-card/issues/782#issuecomment-3218552087 Not sure if Windows Color picker has sRGB.
CSS colors are defined in sRGB color space, so that is why the difference as your color picker is viewing/picking in the RGB color space. The color picker I used...
The existing `format:` options have some conversion options. I suggest to break up transformation and formatting. So you could have `transform:` and the existing `format:`. For `transform:` you could borrow...
Script state is 'off' when not in use so the card will show disabled state. Alternatively you can achieve the same style with ```yaml type: custom:button-card entity: script.blank_script state: -...
Hi, the likely change is that with 2025.5, paper CSS variables were removed. Its likely that your theme uses these and they need to be updated. There is a good...
Hi, no known incompatabilities. Are you still experiencing the issue?