Skip to content

Instantly share code, notes, and snippets.

---
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: imessage-bridge
name: imessage-bridge
spec:
selector:
matchLabels:
@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: |
@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') }}"