mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Set explicit None for entity name in Overkiz when using device name (#95238)
This commit is contained in:
parent
39229ce098
commit
de1b5626e1
@ -18,6 +18,7 @@ class OverkizEntity(CoordinatorEntity[OverkizDataUpdateCoordinator]):
|
||||
"""Representation of an Overkiz device entity."""
|
||||
|
||||
_attr_has_entity_name = True
|
||||
_attr_name: str | None = None
|
||||
|
||||
def __init__(
|
||||
self, device_url: str, coordinator: OverkizDataUpdateCoordinator
|
||||
|
Loading…
x
Reference in New Issue
Block a user