Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
hackenbergstefan committed Jan 20, 2025
1 parent cd55d02 commit 9c308fc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@

# Extension: Coffeemaker (coffeebuddy.extensions.coffeemaker)
# ---------------------------------------------
# Set True if real coffeemaker is attached
COFFEEMAKER = False

# Number of seconds a coffee takes to be brewed.
# Set to False to disable mock.
COFFEEMAKER_MOCK_BREW_TIME = 10.0
# Coffeemaker configuration
# Set None to disable
# Set `{"mock": 10.0}` to enable mock with 10 seconds brew time
COFFEEMAKER = {"mock": 10.0}

0 comments on commit 9c308fc

Please sign in to comment.