From a0a44f12a740958dd778d26325205eab604e5ed5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 22 Nov 2020 05:40:31 +0100 Subject: [PATCH] Clean up Solar-log review comments (#43503) --- homeassistant/components/solarlog/sensor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/solarlog/sensor.py b/homeassistant/components/solarlog/sensor.py index ef6d050b264..8c0650f0f7e 100644 --- a/homeassistant/components/solarlog/sensor.py +++ b/homeassistant/components/solarlog/sensor.py @@ -17,9 +17,9 @@ _LOGGER = logging.getLogger(__name__) async def async_setup_platform(hass, config, async_add_entities, discovery_info=None): """Set up the solarlog platform.""" _LOGGER.warning( - "Configuration of the solarlog platform in configuration.yaml is deprecated in Home Assistant 0.119. Please remove entry from your configuration" + "Configuration of the solarlog platform in configuration.yaml is deprecated " + "in Home Assistant 0.119. Please remove entry from your configuration" ) - return True async def async_setup_entry(hass, entry, async_add_entities):