This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Possible colors: red, green, yellow, blue, magenta, cyan and white. | |
colorscheme:hass:Home Assistant | |
cs_re:blue:^.......... ..:..:.. | |
cs_re:red:(\sERROR\s) | |
cs_re:yellow:(\sWARNING\s) | |
cs_re:blue:(\sDEBUG\s) | |
cs_re:cyan:: | |
cs_re:green:\[ | |
cs_re:green:\] | |
cs_re:green:\( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let widget = await createWidget(); | |
if (!config.runsInWidget) { | |
await widget.presentSmall(); | |
} | |
Script.setWidget(widget); | |
Script.complete(); | |
async function createWidget(items) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##/etc/pve/qemu-server/100.conf | |
##Network and disks not included in this example | |
##Set halt_poll_ns | |
#set_halt_poll 0 | |
##CPU pinning | |
#cpu_taskset 1-7 | |
#assign_interrupts --sleep=10s 1-7 --all | |
agent: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Compile Jinja templates to YAML in Home Assistant config directory | |
After=network.target | |
StartLimitIntervalSec=0 | |
[Service] | |
Type=simple | |
Restart=always | |
RestartSec=3 | |
ExecStart=/opt/ha_compile_jinja.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Sensor Light | |
description: > | |
# 💡 Sensor Light | |
**Version: 8.2** | |
Your lighting experience, your way - take control and customize it to perfection! 💡✨ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish docs via GitHub Pages | |
# syncs your mkdocs markdown files with azure devops wiki. | |
# NOTE: this doesn't work with automated markdown files which maybe generated in your case | |
# this also doesn't deal with ordering | |
on: | |
push: | |
branches: | |
- develop | |
workflow_dispatch: |
OlderNewer