Unable to set up "read_message" #439
-
VMware® Workstation 17 Pro Version: 17.5.2 build-23775571 Core Supervisor Operating System Frontend I'm following the README but I am not able to set up read messages in HA. I have created the automation with the given data and adapted to my watch/user: alias: Xplora Messages
description: ""
trigger:
- platform: time_pattern
seconds: /30
condition: []
action:
- action: xplora_watch.read_message
data:
target: all
user: XXXXXXXXXXXXX....
mode: single When I run the automation I get the following error
Additonally I tried the given template in dev tools:
I searched for solutions but could not find topics that were related to xplora_watch or helpful.
I found topics that told me to put ' in front: platform: template
'{% set lists = state_attr("sensor.xxx_watch_message_01102xxxxxxxxxxxxxxxxxxxxxxxxxxx", "list") %}
{% for item in lists %}
{% set data = item.data %} which fixed the missed comma, but resulted in:
Im grateful for anyone volunteering to help me out with this issue. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
check this: https://www.home-assistant.io/integrations/template#state-based-sensor-modifying-another-sensors-output |
Beta Was this translation helpful? Give feedback.
Dann mach die auf dem Dashboard eine Seite und dort fügst du eine Markdown ein und dann nimmst du den Code und fügst ihn ein (mit deinen Anpassungen)