There are a number of posts on this but none are working for me. Maybe the features that supported them were depreciated. I just want to export all the fields in the list of entities in http://homeassistant.local:8123/config/entities exported to a csv for something. Tried three of four suggested solutions on here but they are a year or two old and the UI or something has changed since those posts were made. Sorry for the repetition as I know this isn’t a new question. I’ve tried the whole create a script to dump to /config/www/entity_log.txt – and that works, but it just dumps the entity names, it doesn’t have the other fields that say what integration they are associated with, what the friendly name is, what area they are associated with. I don’t see that in the SQLite DB’s either.
Alternatives:
- Mimic the entities list by a custom:flex-table-card, make rows selectable, select & copy/paste into Excel.
- Similarly with a markdown card (tables may be drawn there).
- Extract these data in Dev tools → Template, then same.