From 5a5d59f3f1907d587f47660b1ef8e55c32bec94f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 22 Feb 2022 14:46:56 +0100 Subject: [PATCH] Deprecate the updater integration (#21742) --- source/_integrations/default_config.markdown | 1 - source/_integrations/updater.markdown | 9 +++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/source/_integrations/default_config.markdown b/source/_integrations/default_config.markdown index 67a581da9ee..ade52316437 100644 --- a/source/_integrations/default_config.markdown +++ b/source/_integrations/default_config.markdown @@ -39,7 +39,6 @@ This integration is a meta-component and configures a default set of integration - [System Health](/integrations/system_health/) (`system_health`) - [Tag](/integrations/tag/) (`tag`) - [Timer](/integrations/timer/) (`timer`) -- [Updater](/integrations/updater/) (`updater`) - [USB](/integrations/usb/) (`usb`) - [Webhooks](/integrations/webhook) (`webhook`) - [Zero-configuration networking (zeroconf)](/integrations/zeroconf/) (`zeroconf`) diff --git a/source/_integrations/updater.markdown b/source/_integrations/updater.markdown index a228180ab90..7bca70369a4 100644 --- a/source/_integrations/updater.markdown +++ b/source/_integrations/updater.markdown @@ -13,6 +13,12 @@ ha_platforms: - binary_sensor --- +
+ +This integration is deprecated and will be removed in Home Assistant Core 2022.5. + +
+ The `updater` binary sensor will check daily for new releases of the Home Assistant Core. The state will be "on" when an update is available. Otherwise, the state will be "off". The newer version, as well as the link to the release @@ -20,9 +26,8 @@ notes, are attributes of the updater. ## Configuration -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: - ```yaml +# Example configuration.yaml entry updater: ```