Use explicit device name for Stookalert (#96755)
This commit is contained in:
parent
dc8267b05a
commit
57361a738e
1 changed files with 1 additions and 0 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Reference in a new issue