Explicitly opt-in to device name in the imap integration (#94861)
parent
5303bef83e
commit
ce8217acf5
|
@ -43,6 +43,7 @@ class ImapSensor(
|
|||
|
||||
_attr_icon = "mdi:email-outline"
|
||||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
|
Loading…
Reference in New Issue