dcapslock

Results 171 comments of dcapslock

> With my respect to a developer who proposed this PR - suggest not to implement it. I am leaning towards the same view. Also, the experiemental `eval_js` could be...

Thinking about this more, a gloabl transform option that applies after sort may have merits. Inputs can be entity, group, area, label & state and their attributes, output can be...

@jharris4 first up, you are probably not fully aware of what [`eval_js:`](https://github.com/thomasloven/lovelace-auto-entities/blob/f2ddbad8fdf062e71a194c69661b247b3d27575c/src/process_entity.ts#L31) option does. This passes through the object, including entity and options as a string using JSON.stringify to evaluate...

This is fixed in a new browser_mod Version 2.3.4 available via my fork. See [V2.3.4 Disussion](https://github.com/dcapslock/hass-browser_mod/discussions/17). Specifically see this [comment](https://github.com/dcapslock/hass-browser_mod/discussions/17#discussioncomment-12495061).

v2.3.8 now released.

For those reporting this issue, have you added Browser Mod as a Device?

Hi, anyone who has ths issue, when it happens please run the following javascript in the Browser console. The output should be `0px`. If not, that will assist in further...

No part of browser_mod.popup is templatable. As noted, config-template-card is an option. There are also other template wrapper options.

For those with this issue, are you using a custom theme? That could be interacting with the method Browser Mod uses to remove siderbar, namely setting --mdc-drawer-width to 0px. It...

FYI, Hi [v2.4.2-beta.4](https://github.com/thomasloven/hass-browser_mod/releases/tag/v2.4.2-beta.4) is available for testing where hiding the sidebar uses a method more alogned to Home Assistant architecture.