Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 107877

Shell_command not working as expected

$
0
0

if i use

shell_command:
    test: echo 'test' > /config/test

it works… if i use the syntax

shell_command:
    test: echo '{{ variable }}' > /config/test

it doesn’t work… strange thing, with mkdir command “{{ variable }}” works as expected

any idea?! bug?!

thanks

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 107877

Trending Articles