From 5ac126d770d7b4c72369e210408df9807870e8f1 Mon Sep 17 00:00:00 2001 From: Jean-Paul van Ravensberg <14926452+DevSecNinja@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:09:53 +0200 Subject: [PATCH] Add deprecation notice for Teams connector (#35097) --- source/_integrations/msteams.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/msteams.markdown b/source/_integrations/msteams.markdown index d1350c73d1d..876e7d0e86d 100644 --- a/source/_integrations/msteams.markdown +++ b/source/_integrations/msteams.markdown @@ -15,6 +15,12 @@ ha_integration_type: integration The `Microsoft Teams` platform allows you to send notifications from Home Assistant to a team channel in [Microsoft Teams](https://www.microsoft.com/microsoft-teams/group-chat-software). +{% note %} + +Please note that Microsoft announced the retirement of the Office 365 connectors within Microsoft Teams. Existing connectors will [continue to work until December 2025](https://devblogs.microsoft.com/microsoft365dev/retirement-of-office-365-connectors-within-microsoft-teams/). + +{% endnote %} + ## Setup To send a notification to teams, you need to add the Incoming Webhook app to your team channel. When the app is added, you will receive a webhook URL that needs to be added to your {% term "`configuration.yaml`" %}.