done. fixed!
Rejestrator: homeassistant.helpers.translation
Źródło: helpers/translation.py:226
Pierwsze zdarzenie: 16:06:37 (1 zdarzenia)
Ostatnio zalogowany: 16:06:37
Failed to load integration for translation: Integration ‘awtrix’ not found.
AND
Rejestrator: homeassistant.setup
Źródło: setup.py:275
Pierwsze zdarzenie: 16:06:40 (1 zdarzenia)
Ostatnio zalogowany: 16:06:40
Setup failed for ‘awtrix’: Integration not found.
Jak przeprowadziles instalacje?
HASC?
Is anyone using Google Generative AI ‘Generate content’ to send message to the awtrix? And if so does anyone know how do use mqtt to do this? I tried the notify awtrix service but the message gets cut off early due to other mqtt messages being sent to the device.
This is an example to send it in message format
alias: Notification
description: “”
triggers:
conditions:
actions:
- metadata: {}
data:
prompt: >-
Tell me a random, obscure, and interesting soccer (football) fact that
I likely haven’t heard before and keep the message to 200 characters
response_variable: generated_content
action: google_generative_ai_conversation.generate_content - data:
message: " {{ generated_content.text }} "
action: notify.awtrix_123456
enabled: true
mode: single
PS: long message ca overflow AWTRIX memory. jFYI