Skip to content

Commit

Permalink
denon plugin: fixes, updated plugin.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed May 31, 2024
1 parent a66d84d commit c3a4494
Show file tree
Hide file tree
Showing 3 changed files with 2,948 additions and 2,956 deletions.
2 changes: 1 addition & 1 deletion denon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,4 @@ def _check_for_custominputs(self, command, data):
self._custom_inputnames[src] = name

if __name__ == '__main__':
s = Standalone(lms, sys.argv[0])
s = Standalone(denon, sys.argv[0])
2 changes: 1 addition & 1 deletion denon/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
'on_change': [".custom_name = '' if sh.....general.custom_inputnames() == {} else sh.....general.custom_inputnames()[value]",],
'custom_name': {
'type': 'str',
'on_change': ".. = '' if sh......general.custom_inputnames.reverse() == {} else sh......general.custom_inputnames.reverse()[value]"
'on_change': "sh...(sh......general.custom_inputnames.reverse()[value]) if sh......general.custom_inputnames.reverse() != {} else None"
}
}
}
Loading

0 comments on commit c3a4494

Please sign in to comment.