Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sfgabe authored Mar 24, 2020
1 parent db6306a commit 60f4d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RentersLightSwitch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ __Switch for light in switches.yaml__
payload_off: "3"
value_template: '{{ value_json.state }}'
```
*Note: Home assistant sends MQTT messages as strings, which unfortunatly this JSON library doesnt parse. You may need to adjust for your switches [with this handy chart](https://www.cs.cmu.edu/~pattis/15-1XX/common/handouts/ascii.html). For example, my switch works with ON at 51 degrees (ascii payload "3") and OFF at 80 degrees (ascii payload "P").*
*Note: Home assistant sends MQTT messages as strings, which unfortunatly this Servo library doesnt parse correctly, so we need to convert degrees into ascii. You may need to adjust for your switches [with this handy chart](https://www.cs.cmu.edu/~pattis/15-1XX/common/handouts/ascii.html). For example, my switch works with OFF at 51 degrees (ascii payload "3") and ON at 80 degrees (ascii payload "P").*

__Sensor for motion sensor in binary_sensor.yaml__
```
Expand Down

0 comments on commit 60f4d1a

Please sign in to comment.