mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 11:54:35 +02:00
Explicitly opt-in to device name in the imap integration (#94861)
This commit is contained in:
@@ -43,6 +43,7 @@ class ImapSensor(
|
||||
|
||||
_attr_icon = "mdi:email-outline"
|
||||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user