mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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_icon = "mdi:email-outline"
|
||||||
_attr_has_entity_name = True
|
_attr_has_entity_name = True
|
||||||
|
_attr_name = None
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user