Espen Faale

Results 3 comments of Espen Faale

I did a quick fix here - works until someone looks at it. In services.py, change: from homeassistant.backports.enum import StrEnum to from enum import StrEnum Also, might want to change...

I updated to the current pre-release (0.0.15b1) and that seems to have fixed the issue.

> I'm also having this issue. The casting actually works, but the step still results in an error and so my automation stops. I have the same problem. Dirty fix,...