You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,14 @@ A macOS menu bar app for monitoring Home Assistant sensors without opening a bro
10
10
11
11
## Features
12
12
13
-
-**Menu bar display** - Show selected sensors directly in the menu bar with customizable format and separators
13
+
-**Menu bar display** - Display selected sensors in the menu bar with custom formatting and separators. Group into pages, cycle via a global shortcut, and auto-reset after inactivity
14
14
-**Dropdown menu** - Show additional sensors in the dropdown menu
15
15
-**Real-time updates** - Live sensor values via WebSocket with automatic reconnection
16
+
-**Display precision** - Honors the display precision configured in Home Assistant for each sensor
16
17
-**Custom naming** - Override sensor names for a more personalized display
17
18
-**Configurable formatting** - Templates for how sensor values appear (e.g., `{name}: {value}`)
18
19
-**Drag & drop** - Reorder sensors and move them between menu bar and dropdown
20
+
-**Light & dark themes** - Pick a theme or follow the system appearance
19
21
-**Auto-update** - Background update checks with one-click install
20
22
-**Lightweight** - Built with Tauri 2.0 for a small footprint and native performance
21
23
@@ -28,7 +30,7 @@ Requires **macOS 11+** and a Home Assistant instance with a [long-lived access t
28
30
## Setup
29
31
30
32
1. Click the Peek icon in the menu bar and open **Preferences**
31
-
2.Enter your Home Assistant URL and access token
33
+
2.In the **Connection** tab, enter your Home Assistant URL and access token
32
34
3. Go to the **Sensors** tab and add the sensors you want to monitor
0 commit comments