Hi, I’m new and not very experienced. I’m trying to make a button that runs a Linux script
I installed HA as a VM under Proxmox
This is my /config/configuration.yaml
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# Script
shell_command:
my_script: bash /config/script.sh
You would need to share the content of that script if your concern is that the script itself isn’t working. There’s nothing wrong with what you’ve posted as long as you’ve checked your config and restarted HA.