From f3324868d25261a1466233eeb804f526a0023ca1 Mon Sep 17 00:00:00 2001 From: pssc Date: Wed, 24 Jul 2024 13:12:58 +0100 Subject: [PATCH] Fix formatting --- homeassistant/components/yamaha/media_player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/yamaha/media_player.py b/homeassistant/components/yamaha/media_player.py index dc26c58acda..0e2c9225cda 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: