Fix issue with loading alarm harmless status from persistent storage
There was an issue because identifier was parsed incorrectly. Pydantic requires union of all possible types to parse them correctly. Also turned out, there was a missing set of `self.is_active = True` and CliveBasedModel serialized datetime incorrectly.
Loading
Please sign in to comment