Use explicit device name in trafikverket train (#96250)
This commit is contained in:
parent
b7980ec135
commit
81dd3a4a93
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ class TrainSensor(SensorEntity):
|
|||
_attr_icon = ICON
|
||||
_attr_device_class = SensorDeviceClass.TIMESTAMP
|
||||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
|
Loading…
Add table
Reference in a new issue