From b3f7414d1cb5bd1ff7afe6861ea34ca9c39ae49e Mon Sep 17 00:00:00 2001 From: nickrout Date: Mon, 2 Mar 2020 17:41:16 +1300 Subject: [PATCH] Update updater.markdown (#12219) --- source/_integrations/updater.markdown | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/_integrations/updater.markdown b/source/_integrations/updater.markdown index aa6593e9a59..67ccdab88d9 100644 --- a/source/_integrations/updater.markdown +++ b/source/_integrations/updater.markdown @@ -14,12 +14,6 @@ The `updater` binary sensor will check daily for new releases. The state will be The updater integration will also collect basic information about the running Home Assistant instance and its environment. The information includes the current Home Assistant version, the time zone, Python version and operating system information. No identifiable information (i.e., IP address, GPS coordinates, etc.) will ever be collected. If you are concerned about your privacy, you are welcome to scrutinize the Python [source code](https://github.com/home-assistant/home-assistant/tree/dev/homeassistant/components/updater). -
- -The `updater` binary sensor will wait one hour after startup until it performs the first update. For this period it will be in the state `unavailable`. After that it will check once a day for new releases. - -
- ## Configuration This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: