Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Feb 7, 2025
2 parents 7cc2af9 + e29e3f0 commit 4abfad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ coverage.xml

# Sphinx documentation
docs/_build/
.docs_build

# PyBuilder
target/
Expand Down
2 changes: 1 addition & 1 deletion appdaemon/adapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2211,7 +2211,7 @@ async def get_now(self) -> dt.datetime:
return now.astimezone(self.AD.tz)

@utils.sync_wrapper
async def get_now_ts(self) -> int:
async def get_now_ts(self) -> float:
"""Returns the current Local Timestamp.
Examples:
Expand Down

0 comments on commit 4abfad2

Please sign in to comment.