Anaconda2
(Szabolcs)
September 6, 2024, 6:22am
1
Dear Colleauges!
I try to run a curl in every 10 minutes via automation without success.
Do you have any idea?
Error message: Error in describing action: e.services[t] is undefined
configuration.yaml:
shell_command:
domainupdate: "/usr/bin/curl https://www.myexternalurl.com/something"
automation.yaml:
alias: domain update
description: domain update
trigger:
- platform: time_pattern
minutes: /10
action:
- action: shell_command.domainupdate
mode: single
As I tested the Error in describing action: e.services[t] is undefined errorcode caused by thi line:
action: shell_command.domainupdate
Anaconda2
(Szabolcs)
September 6, 2024, 7:36am
3
Thank you for your reply.
How can I work within the homeassistant container context? What and how should I modify?
tom_l
September 6, 2024, 7:38am
4
Have a read of this topic:
I’ve noticed there’s a significant number of posts looking for help on this topic and the posters all seem to struggle with a few common issues. I realized I’ve been almost copying and pasting my responses on these topics so it seemed like a good case for a community guide.
What will this cover
This guide will walk through the process of getting a command which ssh’s into another machine to get some simple data ready to be included in a command line sensor . To keep it simple I’ll use the same …
Anaconda2
(Szabolcs)
September 6, 2024, 8:22am
5
Can you please give me a little bit more informations?
I am new in Home Assistant.
tom_l
September 6, 2024, 8:51am
6
No. I would only be repeating what is in that post. Everything you need to know is in there.
Anaconda2
(Szabolcs)
September 9, 2024, 6:08am
7
Dear Colleauges!
The problem unfortunatelly not found. In case of anybody know whats wrong, please not keep in yourself.