Improve entity type hints [r] (#77874)

This commit is contained in:
epenet
2022-09-06 09:47:35 +02:00
committed by GitHub
parent 7198273a42
commit 6f564e4f51
28 changed files with 97 additions and 83 deletions
@@ -147,7 +147,7 @@ class RfxtrxBinarySensor(RfxtrxEntity, BinarySensorEntity):
self._cmd_on = cmd_on
self._cmd_off = cmd_off
async def async_added_to_hass(self):
async def async_added_to_hass(self) -> None:
"""Restore device state."""
await super().async_added_to_hass()