Skip to content

New Flows can now belong to an account. Your old edit link keeps working — open it and attach the flow to an account, and you can edit it from any browser you sign in with.

Sign in
Unclaimed

This flow was submitted before accounts existed, so nobody owns it yet. If you submitted it, open the edit link you were given — it still works — and you can attach the flow to an account from there. There is no deadline, and attaching it retires the link for good.

Fun Facts shown on an AWTRIX display
Fig. 1 Fun Facts, as PsyGanja runs it.

Fun Facts

Zeigt automatisch deutsche Fun-Facts auf deinem Awtrix Display an

Specifications
System Home Assistant Blueprint
Firmware AWTRIX 3
Topic News
Built by PsyGanja
File GjKxoYj6Omze.yaml · 3.8 KB
Icons
Published 23 Nov 2025 · updated 23 Nov 2025
Downloads 19

Awtrix – Fun Fact Anzeige (Deutsch)

Zeigt automatisch deutsche Fun-Facts auf deinem Awtrix Display an. Die Texte werden per REST-API von uselessfacts.jsph.pl geladen und können flexibel angezeigt werden.

Features

  • Anzeige deutscher Fun-Facts auf Awtrix
  • Flexible Trigger:
    • Feste Uhrzeit
    • Intervall alle X Stunden
    • Time-Pattern (z. B. alle 6 Stunden)
  • Anpassbare Anzeigeparameter:
    • Icon-ID
    • Textfarbe (HEX)
    • Scrollgeschwindigkeit
    • Wiederholungen
    • Textdarstellung (Normal, Großbuchstaben, Kleinbuchstaben)
  • Fallback-Text, falls die API mal nicht erreichbar ist

Installation

  1. REST-Sensor in configuration.yaml einfügen:
rest:
  - resource: https://uselessfacts.jsph.pl/random.json?language=de
    scan_interval: 21600  # alle 6 Stunden
    sensor:
      - name: Fun_Fact_Deutsch
        value_template: "{{ value_json.text }}"
)

More flows for Home Assistant Blueprint or News

Something wrong with this flow? Report it.