From 2103d00ca90b80032a6d7344b6526dfde6fc720e Mon Sep 17 00:00:00 2001 From: Johannes Date: Wed, 30 Mar 2022 13:31:56 +0200 Subject: [PATCH] Add config info for model --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 96ecf3c1..a9bc65fb 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,8 @@ key | optional | type | default | description -- | -- | -- | -- | -- `panelRecvTopic` | False | string | `tele/tasmota_your_mqtt_topic/RESULT` | The mqtt topic used to receive messages. `panelSendTopic` | False | string | `cmnd/tasmota_your_mqtt_topic/CustomSend` | The mqtt topic used to send messages. +`updateMode` | True | string | `auto-notify` | Update Mode; Possible values: "auto", "auto-notify", "manual" +`model` | True | string | `eu` | Model; Possible values: "eu", "us-l" and "us-p" `timeoutScreensaver` | True | integer | `20` | Timeout for the screen to enter screensaver, to disable screensaver use 0 `brightnessScreensaver` | True | integer/complex | `20` | Brightness for the screen to enter screensaver, see example below for complex/scheduled config. `brightnessScreensaverTracking` | True | string | None | Forces screensaver brightness to 0 in case entity state is not_home, can be a group, person or device_tracker entity.