chore: move taskfile, update readme

This commit is contained in:
2025-06-22 14:53:25 -05:00
parent ba90e117ad
commit 0ea312c1ad
3 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,16 @@
# HATray # HATray
A simple tray utility for Home Assistant
- Display door, window, motion or other sensor states as icon within your tray.
- Instantaneous updates via WebSocket connections
- Configurable via TOML
- Easy to install, runs as a background service
- Cross-platform support (Windows, Linux)
### Notes
### Feature Targets ### Feature Targets

View File

@@ -2,7 +2,7 @@ version: '3'
includes: includes:
build: build:
taskfile: Taskfile_{{OS}}.yml taskfile: tasks/Taskfile_{{OS}}.yml
flatten: true flatten: true
# Cross-platform or meta tasks only # Cross-platform or meta tasks only