mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 20:34:52 +02:00
Improve entity type hints [r] (#77874)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user