From 8d2a78483163b7af9a9996caafc686d433621b37 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 16 May 2019 21:21:38 +0200 Subject: [PATCH] Update Honeywell warning (#23913) --- homeassistant/components/honeywell/climate.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/homeassistant/components/honeywell/climate.py b/homeassistant/components/honeywell/climate.py index 5a07b094e24..75bbb2ca5d8 100644 --- a/homeassistant/components/honeywell/climate.py +++ b/homeassistant/components/honeywell/climate.py @@ -55,8 +55,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None): _LOGGER.warning( "The honeywell component is deprecated for EU (i.e. non-US) systems, " - "this functionality will be removed in version 0.96.") - _LOGGER.warning( + "this functionality will be removed in version 0.96. " "Please switch to the evohome component, " "see: https://home-assistant.io/components/evohome")