mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Use explicit naming in workday sensor (#95531)
This commit is contained in:
committed by
GitHub
parent
e3e1bef376
commit
45bbbeee19
@@ -178,6 +178,7 @@ class IsWorkdaySensor(BinarySensorEntity):
|
|||||||
"""Implementation of a Workday sensor."""
|
"""Implementation of a Workday sensor."""
|
||||||
|
|
||||||
_attr_has_entity_name = True
|
_attr_has_entity_name = True
|
||||||
|
_attr_name = None
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
Reference in New Issue
Block a user