Skip to content

Commit

Permalink
README: The inventory script doesn't use MQTT
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdcr committed Aug 14, 2020
1 parent 12ae074 commit 0b5d429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In order to support new devices, I need their names and the channels they use. T
```sh
python3 -m venv $someDirectory
source $someDirectory/bin/activate
pip install pyhomematic asyncio-mqtt
pip install pyhomematic
./hm-inventory.py --connect xmlrpc://$ccuIP:2010 | tee inventory.log
```
or using the docker container:
Expand Down

0 comments on commit 0b5d429

Please sign in to comment.