dcapslock
dcapslock
ha-ripple has been available since 2024.6 so migrating from mwc-ripple to ha-ripple will bring this in automatically. It will break any styling where `--mdc-*` variables have been used as these...
> is this `--ha-ripple-pressed-opacity: 0` not supported? Correct. button-card ripple currently uses mwc-ripple not ha-ripple
I think so. Would the main ones be color and opacity?
This is fixed with Home Assistant using [classMap](https://github.com/home-assistant/frontend/pull/24900) in 2025.06.
@DerT94 you say that using `large: true` is not fullscreen. Does it correctly show large? Are you wishing for something larger? When fullscreen due you mean full browser coverage or...
Best solution for full screen is as per @briodan, that is, to use webrtc-camera which has fullscreen button option. To conifrm, that it is not possible to automatically be fullscreen...
Android Companion App now supports haptic. Created #956 to add default haptic at configuration level.
You can wait for the lit updateComplete promise of the button-card. See [here](https://github.com/custom-cards/button-card/issues/916#issuecomment-3191415969) for an example of how to use. Modern CSS allows for what you wish to achieve so...
> Do I understand correctly that `updateComplete` avoids the situation where data requested through `shadowRoot` is not available at the time of the `button-card` rendering? The required data will only...
To help devs, what mode is your dashboard using?