Skip to content

Instantly share code, notes, and snippets.

@alicia86
alicia86 / gist:6be113e42adf8e9e3751f0179f110458
Created October 4, 2025 11:16
Home Assistant- Network checker and reboot
alias: Network Recovery - Power Cycle Network Gear
description: >-
Automatically power cycles network devices and retries every 30 minutes until
internet is restored.
triggers:
- entity_id:
- binary_sensor.8_8_8_8
to: "off"
for:
minutes: 5
#Commanding Presence
?{Each used 1/encounter|
Hold the Line!,&{template:sagadefault} {{header=Hold the Line}} {{=Make melee/ranged attack vs enemy.}} {{Hit=+2 morale bonus to allied Defenses within 6 squares until end of next turn.}}|Lead the Assault,&{template:sagadefault} {{header=Lead the Assault}} {{=Make melee/ranged attack vs enemy.}} {{Hit=+2 to ally's attack/damage within 6 squares until end of next turn.}}|Turn the Tide,&{template:sagadefault} {{header=Turn the Tide}} {{=Make melee/ranged attack vs enemy.}} {{Hit=***3*** allies move up to half their speed for free}}}
@alicia86
alicia86 / TrackerJacker Query
Last active August 31, 2015 13:26
Macro Query dropdowns to consolidate the important commands for the Roll20 TrackerJacker API: https://app.roll20.net/forum/permalink/2362024/
## IMPORTANT NOTE ## When pasting into a macro, if it is opened after saving, the entire command will need to be repasted due to the way queries and macros interact. The ASCII formats must remain intact (ie, { and }) in order for the drop down queries to work as intended.
# Turn Tracker Commands
!tj -?{Turn Tracker options|start|stop|clear|reset,reset ?{Round|1}}
# Status Marker Commands
!tj -?{Status Marker options|Add Status,addstatus ?{name}:?{duration}:?{direction}:?{message}|Edit Status (selected tokens),edit|Remove Status,removstatus ?{name}|List Fav Effects,listfavs|Add Fav,addfav ?{name}:?{duration}:?{direction}:?{message}}