You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't use code generator very often because I use my own strongly types library, but I use to check if I messed up with something. juts recently I found Code generation doesn't work during deserialization error. I found what cause the issue: Json returned from HA returns arrays instead of single item as it was previously:
the device now is an array. there are few other places where selectors have arrays instead of single one.
in addition, I found new element on the device, the filter:
I don't use code generator very often because I use my own strongly types library, but I use to check if I messed up with something. juts recently I found Code generation doesn't work during deserialization error. I found what cause the issue: Json returned from HA returns arrays instead of single item as it was previously:
the device now is an array. there are few other places where selectors have arrays instead of single one.
in addition, I found new element on the device, the filter:
I have a fix and checking if it works. at least now I am able to have fully generated entities
I have:
The text was updated successfully, but these errors were encountered: