Hi @Meatballs1 ,
I noticed what looks like a dishwasher status issue.
After a program has finished, sensor.dishwasher_dishcare_dishwasher_status_programphase remains at Drying,
while sensor.dishwasher_bsh_common_status_operationstate already goes back to Ready.
Dishcare.Dishwasher.Status.ProgramPhase supports None as a valid enum value, so I would expect it to return to None once the program is over.
Edit: I could reproduce it. It seems none of the ProgramPhase states reset to None.

Hi @Meatballs1 ,
I noticed what looks like a dishwasher status issue.
After a program has finished,
sensor.dishwasher_dishcare_dishwasher_status_programphaseremains atDrying,while
sensor.dishwasher_bsh_common_status_operationstatealready goes back toReady.Dishcare.Dishwasher.Status.ProgramPhasesupportsNoneas a valid enum value, so I would expect it to return toNoneonce the program is over.Edit: I could reproduce it. It seems none of the
ProgramPhasestates reset toNone.