Skip to content

Commit

Permalink
Use explicit naming in workday sensor (#95531)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek committed Jun 29, 2023
1 parent e3e1bef commit 45bbbee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/workday/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ class IsWorkdaySensor(BinarySensorEntity):
"""Implementation of a Workday sensor."""

_attr_has_entity_name = True
_attr_name = None

def __init__(
self,
Expand Down

0 comments on commit 45bbbee

Please sign in to comment.