From 08d0a52b7ab4393d71d13efba521bfd16d207a12 Mon Sep 17 00:00:00 2001 From: Austin Mroczek Date: Thu, 18 Jul 2019 16:14:41 -0700 Subject: [PATCH] Update totalconnect.markdown (#9589) * Update totalconnect.markdown * Update source/_components/totalconnect.markdown Co-Authored-By: Franck Nijhof * Update source/_components/totalconnect.markdown Co-Authored-By: Franck Nijhof * Removed previous instructions per recommendation --- source/_components/totalconnect.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/totalconnect.markdown b/source/_components/totalconnect.markdown index 9defa1969d8..8cadb20b75c 100644 --- a/source/_components/totalconnect.markdown +++ b/source/_components/totalconnect.markdown @@ -25,9 +25,7 @@ If you have issues running this component, you may require `libxml2-dev` and `li To enable this, add the following lines to your `configuration.yaml`: ```yaml -# Example configuration.yaml entry -alarm_control_panel: - - platform: totalconnect +totalconnect: username: YOUR_USERNAME password: YOUR_PASSWORD ``` @@ -47,6 +45,8 @@ password: type: string {% endconfiguration %} +You are highly encouraged to create a Total Connect user account specifically for Home Assistant. It should not have full administrative privileges. + ## Automation example ```yaml