-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theme Patcher Bug? #79
Comments
@Mar1usW3 I’m trying to figure this out, but it’s unclear what’s causing the issue. It looks like you’re calling a different shell command named |
i saw this here: |
The flag is still required, but I have already included it in the Advanced Shell Command Example, so no additional modifications are needed. If possible, I recommend using a single shell command entry. Just ensure you have the latest shell command example and the most up-to-date theme patcher script. You can update to the latest version by running: Step 1 – Download the Patcher. Managing multiple scripts and methods can quickly become convoluted and confusing. Hope that helps! |
i only use one single shell command: patch_theme: "python3 /config/scripts/graphite-theme-patcher.py --theme '{{ theme }}' --token '{{ token }}' --type '{{ type }}' --create --value '{{ value }}'" but still the red-color token is still not created |
Bug Report
If i try to execute this with the theme patcher in Homeassistant:
i get the following error:
Update & Patch Graphite Theme (Advanced): Error executing script. Service not found for call_service at pos 4: Action shell_command.create_token not found
Then i execute this, the log say it is done but nothing is done :-)
if i execute:
Quick Checklist
The text was updated successfully, but these errors were encountered: