Merge pull request #19 from Ranlvor/patch-7
RZL: Add Front-HDMI-Port of onkyo
This commit is contained in:
commit
612bd5ddc8
1 changed files with 3 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ const config : Config = {
|
|||
state: "/service/onkyo/status/input-selector",
|
||||
command: "/service/onkyo/command",
|
||||
defaultValue: "SLI00",
|
||||
values: { tisch: "SLI11", chromecast: "SLI01", pult: "SLI10", netzwerk: "SLI2B" },
|
||||
values: { tisch: "SLI11", chromecast: "SLI01", pult: "SLI10", netzwerk: "SLI2B", front: "SLI03" },
|
||||
parseState: msg => JSON.parse(msg.toString()).onkyo_raw
|
||||
},
|
||||
onkyo_radios: {
|
||||
|
|
@ -347,7 +347,8 @@ const config : Config = {
|
|||
netzwerk: "Netzwerk",
|
||||
tisch: "Tisch",
|
||||
chromecast: "Chromecast",
|
||||
pult: "Pult"
|
||||
pult: "Pult",
|
||||
front: "Front HDMI"
|
||||
},
|
||||
icon: "usb",
|
||||
enableCondition: (a, b, state) => state.onkyo_connection.internal == "connected"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue