The automation debugger should show all the resolved variables and templates for the conditions, instead of showing just the result of the condition.
For example, for the following condition, it should show the current illumination value of that device.
condition:
- type: is_illuminance
condition: device
device_id: 264b3960763545dc8768073aa79ce1e4
entity_id: sensor.illumination_158d0001e47e7a
domain: sensor
below: 50
And possibly even more helpful, for templated conditions, like the following, it should show the resolved values of the template variables. For example ( āmobile_app_pixel_4_xlā != āmobile_app_pixel_4_xlā )
condition:
- condition: template*
value_template: '{{trigger.event.data.service != "mobile_app_pixel_4_xl"}}'