This commit is contained in:
Jesse Hills 2024-03-19 04:14:53 +00:00
parent cd72c54ca9
commit ead07ff4b5
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 1 additions and 0 deletions

View File

@ -667,6 +667,7 @@ class TimeState(EntityState):
minute: int = 0
second: int = 0
# ==================== SELECT ====================
@_frozen_dataclass_decorator
class SelectInfo(EntityInfo):