From f29d4d7ea13aba50a4e18b4b17bcd6c040584cad Mon Sep 17 00:00:00 2001 From: Santobert Date: Sat, 5 Oct 2019 00:31:09 +0200 Subject: [PATCH] Clarify the behavior of the updater component (#10598) * clarify behavior of updater * Move the text * note environment --- source/_integrations/updater.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/updater.markdown b/source/_integrations/updater.markdown index 96204e76d93..0833d8af843 100644 --- a/source/_integrations/updater.markdown +++ b/source/_integrations/updater.markdown @@ -12,6 +12,12 @@ 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/blob/dev/homeassistant/integrations/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 To integrate this into Home Assistant, add the following section to your `configuration.yaml` file: