https://github.com/shyndman/lmnop-notify
Home Assistant notification integration, tailored for our house and our preferences
https://github.com/shyndman/lmnop-notify
alert-system custom-component home-assistant iot notification-system priority-notifications smart-home
Last synced: about 1 month ago
JSON representation
Home Assistant notification integration, tailored for our house and our preferences
- Host: GitHub
- URL: https://github.com/shyndman/lmnop-notify
- Owner: shyndman
- License: mit
- Created: 2025-06-23T00:13:50.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-23T01:17:59.000Z (12 months ago)
- Last Synced: 2025-06-23T01:26:35.035Z (12 months ago)
- Topics: alert-system, custom-component, home-assistant, iot, notification-system, priority-notifications, smart-home
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# LMNOP Notifier
A custom Home Assistant notification integration tailored for our house and preferences.
## What is this?
This is a notification pipeline designed specifically for our household's needs. It provides priority-based notifications with visual RGB light alerts for important messages.
## Features (Planned)
- Priority-based notifications (CRITICAL, HIGH, MEDIUM, LOW, DEBUG)
- RGB light alerts for HIGH and CRITICAL notifications
- Persistent notification tracking with acknowledgment
- Light state restoration after alerts are dismissed
## Status
This integration is currently in early development. Core notification infrastructure is in place, but most features are not yet implemented.
## Development
```bash
# Setup development environment
./scripts/setup
# Start local Home Assistant with debug logging
./scripts/develop
# Lint and format code
./scripts/lint
```
## Installation
This integration is not ready for general use and is specifically designed for our house. It is not intended for distribution or use by others.