feat: initial

This commit is contained in:
2024-10-27 01:29:50 -05:00
commit 72f5de71f3
7 changed files with 300 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# hass-tray
A simple Go application to display basic state details (via a tray icon) from a Home Assistant instance.
- Ultra simple configuration
- YAML configuration file
- Environment variables
- Dotenv file
- Resistant to poor network conditions
- Lightweight, simple icons, simple UI options
## Wishlist
- [ ] Handle disconnections, reconnect automatically
- [ ] Event listening with watchdog
- [ ] Rotating System Logs
- [ ] Tray Icon Context Menu (Quit, Refresh, Open Log, Open Home Assistant)
- [ ] State Change Icons
- Icons that better show recent state changes (e.g. Orange for recently closed, Purple for bad connection)