diff --git a/homeassistant/components/yamaha/media_player.py b/homeassistant/components/yamaha/media_player.py index dc26c58acda6..0e2c9225cdae 100644 --- a/homeassistant/components/yamaha/media_player.py +++ b/homeassistant/components/yamaha/media_player.py @@ -132,7 +132,7 @@ def _discovery(config_info): zones = None for recv in rxv.find(): if recv.ctrl_url == config_info.ctrl_url: - _LOGGER.debug("Config Zones Matched %s",config_info.ctrl_url) + _LOGGER.debug("Config Zones Matched %s", config_info.ctrl_url) zones = recv.zone_controllers() break if not zones: