Skip to content

Post Title

August 2, 2026 · UGSo Software

Short introduction to the code or the problem.

Purpose

Describe what the code is used for.

Requirements

  • required integration
  • required entities
  • required version

Code

YAML

yaml
alias: Example
triggers: []
conditions: []
actions: []
mode: single

JavaScript

javascript
function example(value) {
  return value ?? 'unknown';
}

JSON

json
{
  "name": "Example",
  "enabled": true
}

Explanation

Explain the important parts of the code.

Customization

These values must be adjusted for your own system:

text
entity_id
topic
file_path

Notes

WARNING

Always create a backup before making production changes.