From e3c11c19cd3941d3de91b1fe1eb35d9fa1423000 Mon Sep 17 00:00:00 2001 From: uwap Date: Sat, 1 Sep 2018 14:04:38 +0200 Subject: [PATCH] Fix onkyo radio selection --- config/rzl/onkyo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/rzl/onkyo.js b/config/rzl/onkyo.js index 23c4c76..edc8733 100644 --- a/config/rzl/onkyo.js +++ b/config/rzl/onkyo.js @@ -185,7 +185,8 @@ export const controls: Controls = { somafmSecretagent: "Secret Agent (SomaFM)", somafmLush: "Lush (SomaFM)", somafmBeatblender: "Beat Blender (Soma FM)", - ponyville: "Ponyville FM" + ponyville: "Ponyville FM", + unknown: "Unknown" }, icon: mdi("radio"), enableCondition: (state) => state.onkyoConnection === "connected"