Skip to content
Snippets Groups Projects
Commit f8abf55d authored by Ellis Percival's avatar Ellis Percival
Browse files

Add publish_initial to readme. #125

parent 16641a3d
Branches
No related tags found
No related merge requests found
...@@ -68,6 +68,7 @@ digital_outputs: ...@@ -68,6 +68,7 @@ digital_outputs:
off_payload: "OFF" 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'. 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. 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 - name: fan
module: raspberrypi module: raspberrypi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment