dcapslock

Results 171 comments of dcapslock

PR #593 fixes this. This PR is included in [v1.16.1-dcapslock.10](https://github.com/dcapslock/lovelace-auto-entities/releases/tag/v1.16.1-dcapslock.10). Either grab `auto-entities.js` JS directly from the release files or add https://github.com/dcapslock/lovelace-auto-entities as a custom repository to HACS and look...

> You'll need to disable the config check until I add this option in the parser. > > experimental: > disable_config_validation: true Neat. Thanks for pointing out that option.

Suggest to use `else` config option with heading card or markdown card.

Since 2025.11, entities card uses row gap like sections etc. Since the element `auto-entities` is a card, it actually not designed to be used in an entities row. When used...

PR #585 submitted to implemen `card_as_row: true`.

[v1.16.1-dcasplock.8](https://github.com/dcapslock/lovelace-auto-entities/releases/tag/v1.16.1-dcapslock.8) available in my fork. Set my [fork](https://github.com/dcapslock) as custom HACS repository or pull js from release tag. ```console AUTO-ENTITIES 1.16.1-dcapslock.8 IS INSTALLED ```

Check out my comment on a similar issue with a version that has good feedback already. https://github.com/thomasloven/lovelace-auto-entities/issues/438#issuecomment-3060334079

Yes, will be available in Javascript templates using the libraries [ref/unref ](https://github.com/elchininet/home-assistant-javascript-templates#ref-and-unref) feature. Will allow for full flexibility within templates of a singe card_mod, or perhaps even across all templates....

Position 8 (entities card reports index in errors as 0 based) is `- type: ''` which is not a valid type. I expect that the error display (only) is wrapping...