Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmtozzi authored Nov 12, 2019
1 parent b5734cf commit d01e61b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a pythons script to connect an Raspberry PI to an Zemismart Roller Shade
- bluepy (sudo pip install bluepy)
- libglib2.0-dev (sudo apt-get install libglib2.0-dev)

# Home Assistant Config:
# Home Assistant Config

Just add a MQTT switch:

Expand All @@ -24,3 +24,8 @@ Just add a MQTT switch:
retain: false
optimistic: false
```
# What Next?
- Get information from the Shade (battery, state, etc..), currently it's just sending command, for open and close.
- ESP32 version - Would prefer to run this in a ESP32 instead of a Raspberry PI

0 comments on commit d01e61b

Please sign in to comment.