This repository was archived by the owner on Mar 11, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,12 @@ A Home Assistant integration that provides a web-based song request system that
66
77## Features
88- Real-time song search across all connected Music Assistant providers
9- - Check whats Now Playing and Up Next in real time.
109- Minimalist responsive design with album artwork display
10+ - Check whats Now Playing and Up Next in real time.
1111- No login required for guests, just share the URL
1212- Queue management through Home Assistant entities
1313- Auto queues a default party playlist when the request queue is empty
14+ - Control queuing frequency (limit queue spamming)
1415- Access control through Home Assistant
1516- Auto revoking/creating access tokens for security
1617
@@ -71,7 +72,8 @@ The integration adds these entities to Home Assistant:
7172
7273### Number
7374- ` number.jukebox_queue_length ` : Shows current queue length (No manual adjustment required, Managed by automation)
74-
75+ - ` number.music_assistant_jukebox_jukebox_queuing_delay ` : Set a delay between song requests for guests (seconds) (0 = off)
76+
7577### Sensor
7678- ` music_assistant_jukebox_external_qr_code ` : External Jukebox UI Access QR code image for easy sharing on dashboards for users not on your network
7779- ` music_assistant_jukebox_internal_qr_code ` : Internal Jukebox UI Access QR code image for easy sharing for users on your network
You can’t perform that action at this time.
0 commit comments