mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Explicitly opt-in to device name in the imap integration (#94861)
This commit is contained in:
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…
x
Reference in New Issue
Block a user