mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Add missing return type in Core constructors (#50884)
This commit is contained in:
committed by
GitHub
parent
cf228e3fe5
commit
391b2f8ccd
@@ -76,7 +76,7 @@ class EntityComponent:
|
||||
domain: str,
|
||||
hass: HomeAssistant,
|
||||
scan_interval: timedelta = DEFAULT_SCAN_INTERVAL,
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize an entity component."""
|
||||
self.logger = logger
|
||||
self.hass = hass
|
||||
|
||||
Reference in New Issue
Block a user