Skip to content

Instantly share code, notes, and snippets.

View holysoles's full-sized avatar

Patrick Evans holysoles

View GitHub Profile
@holysoles
holysoles / gmesssages-bridge.yaml
Last active May 20, 2026 16:50
Beeper Bridges on k8s
---
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: gmessages-bridge
name: gmessages-bridge
spec:
selector:
matchLabels:
@holysoles
holysoles / configuration.yaml
Last active January 15, 2025 02:10
Home Assistant Native Digital Clock Cards
template:
- sensor:
- name: "hour"
state: "{{ now().timestamp() | timestamp_custom('%H') }}"
- sensor:
- name: "minute"
state: "{{ now().timestamp() | timestamp_custom('%M') }}"
@holysoles
holysoles / custom-lovelace-card.yaml
Last active March 26, 2024 17:33
Home Assistant Sensor for RCON Server Information
type: vertical-stack
title: Palworld Server
cards:
- type: entity
entity: sensor.palserver_info
name: Info
icon: none
card_mod:
style: |