mirror of
https://github.com/Xevion/HATray.git
synced 2025-12-05 23:15:09 -06:00
chore: move taskfile, update readme
This commit is contained in:
11
README.md
11
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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user