Improve entity type hints [m] (#77816)
This commit is contained in:
parent
ce6e57da5d
commit
6355e682fa
24 changed files with 103 additions and 85 deletions
|
@ -43,7 +43,7 @@ class MaxCubeBinarySensorBase(BinarySensorEntity):
|
|||
self._device = device
|
||||
self._room = handler.cube.room_by_id(device.room_id)
|
||||
|
||||
def update(self):
|
||||
def update(self) -> None:
|
||||
"""Get latest data from MAX! Cube."""
|
||||
self._cubehandle.update()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue