Use explicit device name for Stookwijzer (#96184)
This commit is contained in:
committed by
Paulus Schoutsen
parent
c2a41fc21e
commit
e493cd642c
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user