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