this post was submitted on 28 Jan 2026
1 points (100.0% liked)

Home Assistant

258 readers
1 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY...

founded 2 years ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/storm1er on 2026-01-27 11:19:30+00:00.


I search this for a long time, didn't find it. Rest and alike are a PITA for simple tests and automations with 'fire and forget' curl calls, so I created this.

simple example:

alias: test
description: ""
triggers: []
conditions: []
actions:
  - data:
      url: https://api.github.com/zen
    response_variable: api_response
    action: simple_curl.fetch
  - action: persistent_notification.create
    metadata: {}
    data:
      message: "{{ api_response.content }}"
      title: Test using simple curl
mode: single

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here