Hi,
Sorry for the probably dumb question, I have looked but didn’t find the solution,
how can assign a value to a device subattribute.
Case is below I want to assign a temperature target to my boiler heater (subattribute name being temperature) , I can read the value without problem like that
“{{ state_attr(‘water_heater.smart_boiler_1d47’, ‘temperature’) |int(0)}}”
what would be the syntax to assign a value ?
Many thanks