Skip to content

Instantly share code, notes, and snippets.

View haberda's full-sized avatar

Daniel Haber haberda

  • Las Vegas, NV
View GitHub Profile
version: '3.1'
services:
unifi:
container_name: unifi
restart: unless-stopped
image: linuxserver/unifi
volumes:
- /srv/docker/unifi:/config
environment:
- PGID=0
type: entities
title: Reminders
entities:
- entity: input_text.reminder_description
name: Message
- entity: input_select.reminder_recipient
- entity: input_datetime.reminder_tracker
name: Reminder date and time
- type: custom:config-template-card
entities:
@haberda
haberda / reminder_package.yaml
Created August 21, 2023 21:09
Reminder home assistant package
## Requires MQTT to be configured prior to use
## UI requires custom cards: auto-entities, config-template-card, template-entity-row
automation:
- alias: Reminder - Send next reminder
id: 'Send next reminder'
description: ""
trigger:
- platform: time
at: sensor.next_reminder
condition: []