ZwaveJS - Heatit Z-Push button 8 Scene Controller

Try, settings, Developer tools, template.
past this in:

{{ device_attr('climate.heatit_z_push_button_8', 'manufacturer') }}
{{ device_attr('climate.heatit_z_push_button_8', 'model') }}

And change to your device id.

my reslut was:
Heatit
Z Push Button 8

Thanks!

{{ device_attr('event.node_52_scene_001', 'manufacturer') }}
{{ device_attr('event.node_52_scene_001', 'model') }}

returns

None
None

Try:

{{ device_attr('event.node_52', 'manufacturer') }}
{{ device_attr('event.node_52', 'model') }}

I tried entering the device name directly like this, still None/None:

Another example: