Skip to content

Commit

Permalink
fix: Correct configuration of shared_mailbox
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Jul 18, 2024
1 parent a19a95f commit be922a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def integration_reconfigure_schema(entry_data):
): cv.boolean,
vol.Optional(CONF_GROUPS, default=entry_data[CONF_GROUPS]): cv.boolean,
vol.Optional(
CONF_SHARED_MAILBOX, default=entry_data[CONF_SHARED_MAILBOX]
CONF_SHARED_MAILBOX,
description={"suggested_value": entry_data.get(CONF_SHARED_MAILBOX, None)},
): cv.string,
}

Expand Down

0 comments on commit be922a4

Please sign in to comment.