diff --git a/README.md b/README.md index c7ca727..2dbc64f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # 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 diff --git a/Taskfile.yml b/Taskfile.yml index 77b4351..3ca3515 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -2,7 +2,7 @@ version: '3' includes: build: - taskfile: Taskfile_{{OS}}.yml + taskfile: tasks/Taskfile_{{OS}}.yml flatten: true # Cross-platform or meta tasks only diff --git a/Taskfile_windows.yml b/tasks/Taskfile_windows.yml similarity index 100% rename from Taskfile_windows.yml rename to tasks/Taskfile_windows.yml