From 57361a738e26de2b83cd5f8478c140ae92b1b6dc Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 17 Jul 2023 12:58:51 +0200 Subject: [PATCH] Use explicit device name for Stookalert (#96755) --- homeassistant/components/stookalert/binary_sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/stookalert/binary_sensor.py b/homeassistant/components/stookalert/binary_sensor.py index d3920d3f0e4..1d074bba9c2 100644 --- a/homeassistant/components/stookalert/binary_sensor.py +++ b/homeassistant/components/stookalert/binary_sensor.py @@ -36,6 +36,7 @@ class StookalertBinarySensor(BinarySensorEntity): _attr_attribution = "Data provided by rivm.nl" _attr_device_class = BinarySensorDeviceClass.SAFETY _attr_has_entity_name = True + _attr_name = None def __init__(self, client: stookalert.stookalert, entry: ConfigEntry) -> None: """Initialize a Stookalert device."""