Return None as Accuweather weather entity name (#94803)

This commit is contained in:
Maciej Bieniek
2023-06-19 10:04:25 +00:00
committed by GitHub
parent 80d4f90e70
commit 546139e491

View File

@@ -50,6 +50,7 @@ class AccuWeatherEntity(
"""Define an AccuWeather entity."""
_attr_has_entity_name = True
_attr_name = None
def __init__(self, coordinator: AccuWeatherDataUpdateCoordinator) -> None:
"""Initialize."""