Skip to content

UGSo Open Source Blog

This section contains news, development updates, guides and reusable code snippets.

Areas

📰 Project Reports

News and development updates for HADash, ATLAS, Ultimate Timer and other projects.

View posts

💻 Code Snippets

YAML, JavaScript, Blockly, Lovelace and Home Assistant examples ready to adapt.

Open code snippets

Latest Posts

Publishing Code

VitePress detects the language of a code block from the identifier after the three backticks:

md
```yaml
alias: Example
triggers: []
actions: []
```

Supported languages include:

  • yaml
  • javascript or js
  • typescript or ts
  • json
  • html
  • css
  • csharp
  • powershell
  • bash
  • xml
  • sql

Every code block automatically gets a copy button.