Skip to content

Commit c9df192

Browse files
committed
deps: bump presence detector
And change to living room Signed-off-by: Scott Gibb <smgibb@yahoo.com>
1 parent cfcae3d commit c9df192

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

PiHome/IOT/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ services:
9292

9393
# See README for more details - cant use submodule due to git layout so have to build outside and then run with this
9494
presence-detector:
95-
image: presence_detector:v1.4.4
95+
image: presence_detector:v1.4.5
9696
container_name: presence-detector
9797
restart: unless-stopped
9898
privileged: true
9999
environment:
100100
- MQTT_HOST=192.168.0.68
101101
- MQTT_PORT=1883
102102
- MQTT_CLIENT_ID=presence-detector
103-
- ROOM=master-bedroom
103+
- ROOM=living-room
104104
- SENSOR_ID=1
105105
- PIN=10 #GPIO10 / Physical Pin 19
106106
- RUST_LOG=info

0 commit comments

Comments
 (0)