mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Set has_entity_name=True on Goodwe InverterSensor (#154209)
This commit is contained in:
@@ -186,6 +186,7 @@ async def async_setup_entry(
|
||||
class InverterSensor(CoordinatorEntity[GoodweUpdateCoordinator], SensorEntity):
|
||||
"""Entity representing individual inverter sensor."""
|
||||
|
||||
_attr_has_entity_name = True
|
||||
entity_description: GoodweSensorEntityDescription
|
||||
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user