so this line takes care it doesnt find itself, or at least report that?
is funny, because in my system the python_script has another name, but it doesn’t report itself either…
just as a tester, also related to Script to find items that no longer exist ive added this line to the python to see what happens:
caught = '{}\n'.format(entity_ids)
hass.states.set('sensor.catchall', '', {
'custom_ui_state_card': 'state-card-value_only',
'text': caught
})
and created a group with this sensor.
the groups shows up, (albeit being empty…) and the sensor is created with the correct entities. now how to have it show up…
seems the list [ ] is bugging this somehow? If I let is scan some more, this is showing up:
cool. back to the formatting table trying to get each entity on a new line, and a color per domain, see other thread for the code to do so if your interested.