mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix SonarrEntity docstring (#50568)
This commit is contained in:
parent
6adbc702eb
commit
e956a726a0
@ -114,7 +114,7 @@ class SonarrEntity(Entity):
|
||||
icon: str,
|
||||
enabled_default: bool = True,
|
||||
) -> None:
|
||||
"""Initialize the Sonar entity."""
|
||||
"""Initialize the Sonarr entity."""
|
||||
self._entry_id = entry_id
|
||||
self._device_id = device_id
|
||||
self._enabled_default = enabled_default
|
||||
|
Loading…
x
Reference in New Issue
Block a user