Skip to content

Commit

Permalink
Merge pull request #166 from dummylabs:options_action_params
Browse files Browse the repository at this point in the history
fix: optional action params
  • Loading branch information
dummylabs authored Nov 24, 2024
2 parents 8e8f5a6 + 50cf186 commit b64bd45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/watchman/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ report:
parse_config:
example: true
default: false
required: true
required: false
selector:
boolean:
advanced_options:
Expand Down Expand Up @@ -34,7 +34,7 @@ report:
create_file:
example: true
default: true
required: true
required: false
selector:
boolean:

0 comments on commit b64bd45

Please sign in to comment.