Skip to content

Commit

Permalink
denon plugin: do not overwrite on_connect anymore, but read custom in…
Browse files Browse the repository at this point in the history
…puts with other "initial reads"
  • Loading branch information
onkelandy committed Aug 30, 2024
1 parent 6dc3b32 commit c9b65bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions denon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ class denon(SmartDevicePlugin):

PLUGIN_VERSION = '1.0.1'

def on_connect(self, by=None):
self.logger.debug("Checking for custom input names.")
self.send_command('general.custom_inputnames')

def _set_device_defaults(self):
self._use_callbacks = True
self._custom_inputnames = {}
Expand Down

0 comments on commit c9b65bc

Please sign in to comment.