Skip to content

Commit

Permalink
fix: correct advanced example shell command path (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
TilmanGriesel authored Dec 9, 2024
1 parent a1bba83 commit ba31d38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/features/graphite-theme-patcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ Add a new shell command to your `configuration.yaml`:

```yaml
shell_command:
patch_theme: "python3 /config/dev/graphite/extras/theme-patcher/graphite-theme-patcher.py --theme {{ theme }} --token {{ token }} --type {{ type }} {{ value }}"

patch_theme: "python3 /config/scripts/graphite-theme-patcher.py --theme {{ theme }} --token {{ token }} --type {{ type }} {{ value }}"
```
Save and restart Home Assistant.
Expand Down

0 comments on commit ba31d38

Please sign in to comment.