From e956a726a0dd31643262b75d1380a2aa0db0b85f Mon Sep 17 00:00:00 2001 From: tkdrob Date: Thu, 13 May 2021 15:43:52 -0400 Subject: [PATCH] Fix SonarrEntity docstring (#50568) --- homeassistant/components/sonarr/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/sonarr/__init__.py b/homeassistant/components/sonarr/__init__.py index bf5b2456b66..730ba857c49 100644 --- a/homeassistant/components/sonarr/__init__.py +++ b/homeassistant/components/sonarr/__init__.py @@ -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