@rvst1 wrote:
Hello everyone,
first of all I´m fairly new to Home Assistant and not that experienced with it so please forgive me if this question is dumb
Im experementing with automations and the call service action.
What I´m trying to do is to use the service dyson.set_angle to set my Dyson fan to a defined position when calling it with a webhook.
The problem here is that I´m probably doing something wrong configuring the action.Here is a screenshot of my test automation
This is how the automations.yaml looks like
- id: '1588759914087' alias: Test description: '' trigger: - platform: webhook webhook_id: test condition: [] action: - data: angle_high: 185 angle_low: 185 entity_id: fan.schlafzimmer service: dyson.set_angle
I really don´t know what I´m doing wrong here. I can save my automation but the action doesn´t do anything. When I change the action to e.g. turn on/off one of my Hue lights it immediataly reacts.
The strange thing is that when I try to call the service through the developer tools the dyson fan is reacting and working as it shouldWhat am I doing wrong here?
Once again sorry if thats a dumb question
Thanks in advance for your help!Regards
Stefan
Posts: 1
Participants: 1