From a12a6fddc03234f0e6aad5759a25f294c6201bf3 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sun, 20 May 2018 11:02:24 +0100 Subject: [PATCH] Added security note (#5406) * Added security note After yet another [I've been hacked](https://community.home-assistant.io/t/i-have-been-hacked/53723) post on the forum, thought it was about time to start making things a bit more obvious. * Minor change * Again --- source/_docs/installation.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_docs/installation.markdown b/source/_docs/installation.markdown index 16380e68378..e5e8cb6026a 100644 --- a/source/_docs/installation.markdown +++ b/source/_docs/installation.markdown @@ -16,6 +16,10 @@ Beginners should check our [Getting started guide](/getting-started/) first. Thi Home Assistant provides multiple ways to be installed. A requirement is that you have [Python 3.5.3 or later](https://www.python.org/downloads/) installed. +

+ Please remember to [secure your installation](/docs/configuration/securing/) once you've finished with the installation process. +

+