Derek

Results 12 comments of Derek

> > > The link to the image on discords CDN is broken. Would you be able to upload it to a service such as [imgur](https://imgur.com/)? Done. Also, updated with...

Discord user Yersinia reported the same issue running on Win10 20H2.

This issue may be related to #78 .

> It's because of [this issue](https://www.home-assistant.io/docs/configuration/troubleshooting/#entity-names). Hass.io does not support `-` characters in entity names. That's the problem. The hyphen isn't supposed to be there. HassWS is setting the friendly...

> correct. bonus points if you can make the first letter of the entity name capitalized. entity Name : Desktop ActiveWindowSensor entity ID : sensor.desktop_activewindowsensor

I'm curious about the accuracy of a software-based power monitor. If the data isn't coming directly from the power supply, then how would the software know everything in the system...

@Trakkasure This works for me and my custom:button-cards. ```yaml - type: grid view_layout: grid-area: footer2 columns: 7 square: false cards: - type: custom:button-card template: battery_custom_button entity: sensor.s22_ultra_battery_level name: Phone [...shortened...

To me, it seems the issue is with using the vertical-stack card. When I removed that from your code, changed the type to custom:layout-card and added layout_type: custom:grid-layout, this worked...

I've been able to center the pop-up within card_mod (and not having to rely on the theme method). This works for browser_mod.popup and fire-dom-event. (Background color and blur added because...

The example code appears to only be a snippet of what it needed to make the mediaquery work. Here's the code that I borrowed from the grid layout example (which...