Improve entity type hints [a] (#76986)

This commit is contained in:
epenet 2022-08-18 15:56:52 +02:00 committed by GitHub
parent 24f1287bf9
commit 65eb1584f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 152 additions and 124 deletions

View file

@ -144,7 +144,7 @@ class AquaLogicSensor(SensorEntity):
self._processor = processor
self._attr_name = f"AquaLogic {description.name}"
async def async_added_to_hass(self):
async def async_added_to_hass(self) -> None:
"""Register callbacks."""
self.async_on_remove(
async_dispatcher_connect(