Skip to content

Commit

Permalink
Add support to enable/disable the holiday timer (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjaliaga authored Jan 3, 2024
1 parent c3ec768 commit 458f789
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 56 deletions.
4 changes: 3 additions & 1 deletion aioaquarea/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
ForceHeater,
Tank,
UpdateOperationMode,
HolidayTimer,
)
from .errors import (
ApiError,
Expand Down Expand Up @@ -51,4 +52,5 @@
"DataNotAvailableError",
"DeviceModeStatus",
"ForceHeater",
)
"HolidayTimer",
)
Loading

0 comments on commit 458f789

Please sign in to comment.