mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Use explicit device name for Stookwijzer (#96184)
This commit is contained in:
parent
ab3b0c9075
commit
0735b39fbb
@ -33,6 +33,7 @@ class StookwijzerSensor(SensorEntity):
|
||||
_attr_attribution = "Data provided by stookwijzer.nu"
|
||||
_attr_device_class = SensorDeviceClass.ENUM
|
||||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
_attr_translation_key = "stookwijzer"
|
||||
|
||||
def __init__(self, client: Stookwijzer, entry: ConfigEntry) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user