1
0
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:
Ondřej Sluka
2025-10-23 08:44:56 +02:00
committed by GitHub
parent d0c0247086
commit f9484acbfa

View File

@@ -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__(