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"