https://github.com/FlyingDiver/Indigo-H ... g/2023.0.6
Also on the Plugin Store.
This release adds an "actual_state" state for all devices. This custom state is set to the actual state value reported by Home Assistant, with no conversions for Indigo devices.
The short form is that whatever Integration is creating that dishwasher state entity was (IMO) poorly implemented. First, I'm not sure this really should be a Sensor entity type, but I don't know enough about HA to know if there's a better type to use. In Indigo, this would be a "custom" device type and it could be handled appropriately.
You'll notice that the attributes of the entity (as reported in the log sample you provided) doesn't have a "device_class" entry. Without this, I can't do any custom processing of the state to try to conform it to an Indigo device. There's just nothing there to identify what kind of entity this is.
So if you want to monitor this device's status, you'll need to test or trigger on the custom state, not the sensor value.
Also, since I had to add the new state, you'll need to edit and save the device to get it to show up. Actually, you'll need to edit and save all your HAA devices, or put up with the error messages in the log.