From f8abf55d55af5e9d07adcc27e0180dac65c3faab Mon Sep 17 00:00:00 2001 From: Ellis Percival <flyte@failcode.co.uk> Date: Sat, 17 Oct 2020 19:37:06 +0100 Subject: [PATCH] Add publish_initial to readme. #125 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5bbc904..7974409 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ digital_outputs: off_payload: "OFF" initial: low # This optional value controls the initial state of the pin before receipt of any messages from MQTT. Valid options are 'low' and 'high'. retain: yes # This option value controls if the message is retained. Default is no. + publish_initial: yes # Publish the initial value of the output on startup. Default is no. - name: fan module: raspberrypi -- GitLab