Skip to content

Commit

Permalink
Merge pull request #60 from natekspencer/dev
Browse files Browse the repository at this point in the history
Update timer service example default duration to 30 minutes
  • Loading branch information
natekspencer authored Jun 18, 2024
2 parents ea70f5a + bce1231 commit 20ac262
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/pura/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ start_timer:
name: Duration
description: Timer duration.
required: true
example: "hours: 4\nminutes: 0\nseconds: 0"
example: "hours: 0\nminutes: 30\nseconds: 0"
default:
hours: 4
minutes: 0
hours: 0
minutes: 30
seconds: 0
selector:
duration:

0 comments on commit 20ac262

Please sign in to comment.