You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following problem if i start the Automation:
Ausgeführt: 3. September 2024 um 08:45:18 Fehler: not a valid value for dictionary value @ data['entity_id'] Ergebnis: params: domain: script service: logfile_entry service_data: notification_service: notify.bad_heizung_log logfile_title: Heating X2 message_preamble: Bad Heating Control message_body: '---' target: {} running_script: true child_id: domain: script item_id: logfile_entry run_id: d23b49f51bc54aee6395b0e5efeb6869
I have now fixed the problem by modifying the logfile_entry.yaml script.I have moved the script to a new Logging repository because it has wider application than just HEATHER. You can re-install the script from its new location. Then a blank logging service field will cause no logging (and no error).
I have the following problem if i start the Automation:
Ausgeführt: 3. September 2024 um 08:45:18 Fehler: not a valid value for dictionary value @ data['entity_id'] Ergebnis: params: domain: script service: logfile_entry service_data: notification_service: notify.bad_heizung_log logfile_title: Heating X2 message_preamble: Bad Heating Control message_body: '---' target: {} running_script: true child_id: domain: script item_id: logfile_entry run_id: d23b49f51bc54aee6395b0e5efeb6869
data: notification_service: notify.bad_heizung_log logfile_title: Heating X2 message_preamble: '{{ log_message_preamble }}' message_body: '---' action: script.logfile_entry
The text was updated successfully, but these errors were encountered: