diff --git a/homeassistant/components/brother/sensor.py b/homeassistant/components/brother/sensor.py index 2b82ac0cdb8..adb17d4283d 100644 --- a/homeassistant/components/brother/sensor.py +++ b/homeassistant/components/brother/sensor.py @@ -395,7 +395,9 @@ async def async_setup_entry( async_add_entities(sensors, False) -class BrotherPrinterSensor(CoordinatorEntity, SensorEntity): +class BrotherPrinterSensor( + CoordinatorEntity[BrotherDataUpdateCoordinator], SensorEntity +): """Define an Brother Printer sensor.""" _attr_has_entity_name = True