Skip to content

Commit

Permalink
#18645: Remove un-used constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchingphoenix authored and balloob committed Dec 10, 2018
1 parent d7459c7 commit d8f6331
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions homeassistant/components/google_assistant/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
'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'
Expand Down

0 comments on commit d8f6331

Please sign in to comment.