Edit recorder (yes…in yaml ) and choose to either exclude all and list what you want included OR include all and list what you want
included. excluded.
Go to Developer tools / template and clear whats in there and paste the following code:
{% for state in states %}
- {{- state.entity_id -}}
{% endfor %}
This will list all entities for you.
You could also go to developer tools / states and see a complete list with a handy little copy icon next to each one that will aid in cutting and pasting. Take your pick.