Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mliljedahl committed Oct 25, 2021
1 parent d8798cd commit fdbeeb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Here is an example using docker-compose.yml:

```
telldus-core-mqtt:
image: mliljedahl/telldus-core-mqtt:1.2.0
image: mliljedahl/telldus-core-mqtt:1.2.1
container_name: telldus-core-mqtt
restart: unless-stopped
environment:
Expand All @@ -66,7 +66,7 @@ $ docker-compose up -d
### Docker run

```
$ docker run --name telldus-core-mqtt -e TDM_MQTT_SERVER=localhost -e TDM_MQTT_USER=telldus-core-mqtt -e TDM_MQTT_PASS=telldus-core-mqtt -v ./tellstick.conf:/etc/tellstick.conf:ro --device=/dev/bus/usb:/dev/bus/usb:rwm -d mliljedahl/telldus-core-mqtt:1.2.0
$ docker run --name telldus-core-mqtt -e TDM_MQTT_SERVER=localhost -e TDM_MQTT_USER=telldus-core-mqtt -e TDM_MQTT_PASS=telldus-core-mqtt -v ./tellstick.conf:/etc/tellstick.conf:ro --device=/dev/bus/usb:/dev/bus/usb:rwm -d mliljedahl/telldus-core-mqtt:1.2.1
```

### Python virtual environment
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
telldus-core-mqtt:
image: mliljedahl/telldus-core-mqtt:1.2.0
image: mliljedahl/telldus-core-mqtt:1.2.1
container_name: telldus-core-mqtt
restart: unless-stopped
environment:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asyncio==3.4.3
dotmap==1.3.24
paho-mqtt==1.5.1
paho-mqtt==1.6.1
pyaml-env==1.1.1
PyYAML==5.4.1
tellcore-py==1.1.3
tellcore-py==1.1.3

0 comments on commit fdbeeb9

Please sign in to comment.