Hi,
I’m trying to export the info that you can find when clicking under “entities” in configuration.
In other words, a table file with
Name, Entity_id, Integration, Area, Status
Sadly that web page is not exportable, or selectable, not even printable.
Is that possible?
I cannot find how to call the “integration” info such as “Deconz”, “Tuya”, etc.
{% for state in states %}
{{ state.domain, state.entity_id, state.object_id, state.name, }}
{%- endfor -%}
Edit: after discussing on Discord, it seems this is simply not possible using tempaltes as the data is not available there.
I solved my issue with the next trail below