mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Return None
as Accuweather weather entity name (#94803)
This commit is contained in:
parent
80d4f90e70
commit
546139e491
@ -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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user