Creating a Custom Dimmer Tile with Slider and Switch

I am trying to create a custom Dimmer tile so the Slider and on/off are on the same Tile.
I copied the existing dimmer tile, renamed the original to …orig…
Placed a slider on the tile, set the device binding to .level.
I am using a device browser to load all my lights and these tiles.
When I run my project the switch on the tile works but no dimming action on the slider?
I have watched the videos and opened other projects generously uploaded and I have obviously missed something.

Any help would be appreciated…

The binding is @Device.Level

Is that what you meant by .level?

Hi John,

Yes I did mean that and to be specific when the Value box opens it was in the “Value” as @Device.Level.Value.

Just realised I had it in the wrong box so I put the @Device.Level.Value. into the Device Binding box and it all works.

Many thanks for your question as it made me go back and have a look at exactly what I had done.
All working now.