Fix typo in overseerr component docstring (#146457)

Change 'airgradient' to 'overseerr' in sensor.py
This commit is contained in:
Will Schlitzer
2025-06-10 10:15:40 -04:00
committed by GitHub
parent 4617cc4e0a
commit 255acfa8c0

View File

@@ -96,7 +96,7 @@ class OverseerrSensor(OverseerrEntity, SensorEntity):
coordinator: OverseerrCoordinator,
description: OverseerrSensorEntityDescription,
) -> None:
"""Initialize airgradient sensor."""
"""Initialize Overseerr sensor."""
super().__init__(coordinator, description.key)
self.entity_description = description
self._attr_translation_key = description.key