Site updated at 2018-01-28 22:02:31 UTC
This commit is contained in:
parent
57a21e9eb0
commit
01b474f87c
268 changed files with 412 additions and 412 deletions
|
@ -74,7 +74,7 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">updater</code> component will check daily for new releases. It will show a badge in the frontend if a new version is found. As <a href="/hassio/">Hass.io</a> has it’s own schedule for release it doesn’t make sense to use this component on Hass.io.</p>
|
||||
<p>The <code class="highlighter-rouge">updater</code> component will check daily for new releases. It will show a badge in the frontend if a new version is found. As <a href="/hassio/">Hass.io</a> has its own schedule for release it doesn’t make sense to use this component on Hass.io.</p>
|
||||
<p>The updater component 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 <a href="https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/updater.py#L91">source code</a>. For further information about the Updater’s data, please check the <a href="/docs/backend/updater/">detailed overview</a>.</p>
|
||||
<p>To integrate this into Home Assistant, add the following section to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">updater</span><span class="pi">:</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue