From ce8217acf5f5e669b90db08c6eb465fa7b9b9bbb Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Mon, 19 Jun 2023 19:58:41 +0200 Subject: [PATCH] Explicitly opt-in to device name in the imap integration (#94861) --- homeassistant/components/imap/sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/imap/sensor.py b/homeassistant/components/imap/sensor.py index 929ce6a9f61..cd6da667ccb 100644 --- a/homeassistant/components/imap/sensor.py +++ b/homeassistant/components/imap/sensor.py @@ -43,6 +43,7 @@ class ImapSensor( _attr_icon = "mdi:email-outline" _attr_has_entity_name = True + _attr_name = None def __init__( self,