Skip to content

Commit

Permalink
Merge pull request #28 from GollumDom/dev_setup
Browse files Browse the repository at this point in the history
FIx Dev setup
  • Loading branch information
m4dm4rtig4n committed Oct 30, 2021
2 parents e5e2d31 + 4282855 commit 1da05a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ QOS=0
## Home assistant ##
####################

HA_AUTODISCOVERY="False"
HA_AUTODISCOVERY="True"
HA_AUTODISCOVERY_PREFIX="homeassistant"
CARD_MYENEDIS= "True"

Expand All @@ -39,7 +39,7 @@ GET_CONSUMPTION="True"
GET_CONSUMPTION_DETAIL="True"
GET_PRODUCTION="False"
GET_PRODUCTION_DETAIL="False"
OFFPEAK_HOURS=
#OFFPEAK_HOURS=
YEARS=1
CYCLE=3600
ADDRESSES="False"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
links:
- mosquitto
volumes:
- ./data/:/data
- ./data/:/mqtt-explorer/config
ports:
- 4000:4000

Expand Down

0 comments on commit 1da05a0

Please sign in to comment.