Skip to content

Commit

Permalink
Merge pull request ct-Open-Source#39 from GnafGnaf/enable_zigbee2mqtt…
Browse files Browse the repository at this point in the history
…_frontend

Closes ct-Open-Source#38
  • Loading branch information
merlinschumacher authored Nov 27, 2020
2 parents e04f8d1 + afb10b4 commit 1a95326
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ services:
- "/dev/ttyACM1:/dev/ttyACM1"
restart: always
privileged: true
ports:
- 8080:8080
environment:
- TZ=Europe/Berlin

Expand Down
6 changes: 6 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ homeassistant: true
# allow new devices to join
permit_join: true
# enable frontend
frontend:
port: 8080
experimental:
new_api: true
# MQTT settings
mqtt:
# MQTT base topic for zigbee2mqtt MQTT messages
Expand Down

0 comments on commit 1a95326

Please sign in to comment.