mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Fix typo in overseerr component docstring (#146457)
Change 'airgradient' to 'overseerr' in sensor.py
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user