Skip to content

FYI - Migration from HA WebSocket Stripper to native renderer entity filter #35

Description

@davidcoulson

For anyone else who was using HA WebSocket Stripper or some other proxy to limit entities - If you need to export the current list of permitted entities to load into ha-paneld run this from the dev tools console:

Object.keys(document.querySelector("home-assistant").hass.states).sort().forEach(e => console.log(e));

Then it's just a quick cut/paste job and some JSON formatting to create the file to load into ha-paneld.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions