Skip to content

Commit

Permalink
added note that tool python-broadlink not really needed when you look…
Browse files Browse the repository at this point in the history
…up MAC addresses in router
  • Loading branch information
ZuinigeRijder committed Feb 6, 2023
1 parent 3b6e479 commit 08a697d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ All the credits goes to [python-broadlink library](https://github.com/mjg59/pyth
This small program just outputs the information from the library of the detected smart plug devices.
The MAC addresses are needed for the configuration of the real tool.

Note: Instead of using this tool, you can also look up the connected devices MAC addresses in your router, then you do not need to install the library python-broadlink.


## Example standard output of python_broadlink_smart_plug_mini_info.py

```
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python_version>=3.9
broadlink==0.18.3
broadlink==0.18.3 # only needed when you want to look up MAC addresses with the tool python_broadlink_smart_plug_mini_info.py, alternatively look for the MAC addresses in your router
python_dateutil==2.8.2
gspread==5.6.2
gspread==5.6.2 # only needed when you use csv_to_google_sheet.py

0 comments on commit 08a697d

Please sign in to comment.