From f9ec6a4f3970d80062e728716a1d496981d7b6bd Mon Sep 17 00:00:00 2001 From: Mathias Scherer Date: Mon, 5 Apr 2021 13:33:19 +0200 Subject: [PATCH] extends readme a bit --- Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c53115d..bd969d5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,7 @@ # MMM-HomeAssistant-Touch -This module provides an integration to HomeAssitant with touch controls +This module provides an integration to HomeAssitant with touch controls. +It also supports multiple HomeAssistant hosts and connections. You can achieve this by adding the module multiple times to the config.js with different configurations Currently the following modules are supported: @@ -9,6 +10,10 @@ Currently the following modules are supported: - Switch - Light +## Connection + +This module communicatates via Rest API with HomeAssistant and registers websocket listeners for state upates. + ## Config This are the possible configuration options and the default values set by the module.