Cleanup update/async_update typing in Entities (#74035)
This commit is contained in:
parent
21b842cf9c
commit
e8917af823
6 changed files with 7 additions and 7 deletions
|
@ -233,7 +233,7 @@ class GaradgetCover(CoverEntity):
|
|||
self._start_watcher("stop")
|
||||
return ret["return_value"] == 1
|
||||
|
||||
def update(self):
|
||||
def update(self) -> None:
|
||||
"""Get updated status from API."""
|
||||
try:
|
||||
status = self._get_variable("doorStatus")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue