Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xevion/hass-tray
https://github.com/xevion/hass-tray
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xevion/hass-tray
- Owner: Xevion
- Created: 2024-10-27T06:32:17.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T07:36:33.000Z (2 months ago)
- Last Synced: 2024-10-27T08:40:49.531Z (2 months ago)
- Language: Go
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# door-tray
A simple Go application to display basic state details (via a tray icon) from a Home Assistant instance.
- Easy install with a single binary
- Windows (Service), Linux (Systemd)
- 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)