+Ponyville FM

This commit is contained in:
Ranlvor 2018-04-21 14:13:59 +02:00
parent 5a99952edb
commit b642a30384
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -102,7 +102,7 @@ const config : Config = {
defaultValue: "", defaultValue: "",
values: { mpd: "NPR01", kohina: "NPR02", somafm_dronezone: "NPR03", somafm_thetrip: "NPR04", values: { mpd: "NPR01", kohina: "NPR02", somafm_dronezone: "NPR03", somafm_thetrip: "NPR04",
querfunk: "NPR05", somafm_defconradio: "NPR06", somafm_secretagent: "NPR07", somafm_lush: "NPR08", querfunk: "NPR05", somafm_defconradio: "NPR06", somafm_secretagent: "NPR07", somafm_lush: "NPR08",
somafm_beatblender: "NPR09"} somafm_beatblender: "NPR09", ponyville: "NPR0a"}
}, },
rundumleuchte: { rundumleuchte: {
state: "/service/openhab/out/pca301_rundumleuchte/state", state: "/service/openhab/out/pca301_rundumleuchte/state",
@ -398,7 +398,8 @@ const config : Config = {
somafm_defconradio: "Defcon Radio (SomaFM)", somafm_defconradio: "Defcon Radio (SomaFM)",
somafm_secretagent: "Secret Agent (SomaFM)", somafm_secretagent: "Secret Agent (SomaFM)",
somafm_lush: "Lush (SomaFM)", somafm_lush: "Lush (SomaFM)",
somafm_beatblender: "Beat Blender (Soma FM)" somafm_beatblender: "Beat Blender (Soma FM)",
ponyville: "Ponyville FM"
}, },
icon: "radio", icon: "radio",
enableCondition: (a, b, state) => state.onkyo_connection.internal == "connected" && state.onkyo_inputs.internal == "netzwerk" enableCondition: (a, b, state) => state.onkyo_connection.internal == "connected" && state.onkyo_inputs.internal == "netzwerk"