From 24d0aa3f55009ac8bcd81e7c1d5f95d36ad09d15 Mon Sep 17 00:00:00 2001 From: phnx Date: Fri, 7 Dec 2018 01:50:48 -0500 Subject: [PATCH] home-assistant/home-assistant#18645: Remove un-used constants. --- homeassistant/components/google_assistant/const.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/google_assistant/const.py b/homeassistant/components/google_assistant/const.py index aca960f9c0a..bfeb0fcadf5 100644 --- a/homeassistant/components/google_assistant/const.py +++ b/homeassistant/components/google_assistant/const.py @@ -19,8 +19,6 @@ DEFAULT_EXPOSED_DOMAINS = [ 'media_player', 'scene', 'script', 'switch', 'vacuum', 'lock', ] DEFAULT_ALLOW_UNLOCK = False -CLIMATE_MODE_HEATCOOL = 'heatcool' -CLIMATE_SUPPORTED_MODES = {'heat', 'cool', 'off', 'on', CLIMATE_MODE_HEATCOOL} PREFIX_TYPES = 'action.devices.types.' TYPE_LIGHT = PREFIX_TYPES + 'LIGHT'