dcapslock
dcapslock
Button needs to be updated from mwc-button to ha-button.
Yes, pretty easy. Direct change of mwc-button to ha-button and if .label attribute was used, this moves to elemnt text.
E.g. Like this change in Browser Mod https://github.com/thomasloven/hass-browser_mod/pull/957/files#diff-aa68f53d8f8e955d1fdb854eafbfa53558178aa816fe76862639137d19ad08e4L116
Looks good. You can do a PR 😜
For those getting this error, the underlying cause will likely be multiple copies of button-card running. Check that you only have one resource definition for button-card. For example, you may...
> Seems that I need to apply the timeout, or else it will not work, at least for hourly-weather (which seems to be slower to render) > I understand you...
Try this to get the idea. A bit of duplicate code as the updateComplete promise does not resolve to any parameter which means in the arrow function you need to...
Not sure. You may need to wait for hui-entities-card to be ready.
@GGSSDD as per @RomRider, I am curious as to how you would generally trigger tooltips on mobile. The Material design (Google) discusses hold to trigger. But UI wise, if a...
> activate on press - deactivate on release You can adjust the JS method I posted in discussions using press/release actions of button-card.