Default BONOB_SONOS_AUTO_REGISTER to true, update README for localisation

This commit is contained in:
simojenki
2021-08-15 10:45:16 +10:00
parent 368274c65b
commit 5674cd1aa6
3 changed files with 6 additions and 8 deletions

View File

@@ -151,7 +151,7 @@ describe("config", () => {
describeBooleanConfigValue(
"autoRegister",
"BONOB_SONOS_AUTO_REGISTER",
false,
true,
(config) => config.sonos.autoRegister
);