Description
The problem
When turning a RadioRA 3 light off and back on a from Home Assistant, the level always goes to 100%. In the Home Assistant developer tools I do see the brightness attribute attribute set to appropriate dimmed level when the light is on. When the light is turned off the brightness attribute goes to null. The integration async_turn_on function has code to check the brightness before setting it to 255. It appears this was to restore the previous state.
I know at my previous house with RadioRA 2 when I turned a light off, it would turn back on to the previous value. However I do not recall what happened with the brightness attribute once the light was turned off.
Would there be an issue leaving the brightness attribute set when the light is turned off so the state could be restored?
What version of Home Assistant Core has the issue?
core-2025.2.4
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
lutron_caseta
Link to integration documentation on our website
https://www.home-assistant.io/integrations/lutron_caseta/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response