Skip to content

Commit f280fed

Browse files
update readme
1 parent b8ada05 commit f280fed

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ If editing manually, create a file named config.json, paste this in, remove the
412412
"notifyonload": true,
413413
// name of the endpoint in ha to send notification to. look at the notify service in ha to see endpoints
414414
"notifyendpointname": "mobile_app_iphone",
415-
// which author you want. none or blank will find the best match according to ezbeq application
416-
"preferredauthor": "aron7awol" || "mobe1969" || "other supported author" || "",
415+
// which author to filter on. blank will find the best match according to ezbeq
416+
"preferredauthor": "aron7awol" or "mobe1969" or "other supported author" or "",
417417
// slots you want to apply beq configs. minidsp 2x4hd has four preset slots. not tested on anything but 2x4hd
418418
"slots": [1],
419419
// use an ip enabled denon avr to get the codec instead of querying plex

web/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<div class="container">
1313
<h1>Home Theater Automation Configuration Page</h1>
1414
<h4>Remember to hit save</h4>
15+
<h4>You don't need quotes for anything</h4>
1516

1617
<form id="ezbeqForm">
1718

@@ -115,7 +116,7 @@ <h2>EZBeq</h2>
115116
<div>
116117
<label for="ezbeq-preferredauthor">BEQ Preferred Author
117118
<span class="description">
118-
Which Author to filter BEQ results by. Leave blank for none
119+
Which Author to filter BEQ results by. Recommend leaving blank
119120
</span>
120121
</label>
121122

0 commit comments

Comments
 (0)