mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 06:17:07 +00:00
home-assistant/home-assistant#18645: Remove un-used constants.
This commit is contained in:
parent
471d94b6cd
commit
24d0aa3f55
@ -19,8 +19,6 @@ DEFAULT_EXPOSED_DOMAINS = [
|
|||||||
'media_player', 'scene', 'script', 'switch', 'vacuum', 'lock',
|
'media_player', 'scene', 'script', 'switch', 'vacuum', 'lock',
|
||||||
]
|
]
|
||||||
DEFAULT_ALLOW_UNLOCK = False
|
DEFAULT_ALLOW_UNLOCK = False
|
||||||
CLIMATE_MODE_HEATCOOL = 'heatcool'
|
|
||||||
CLIMATE_SUPPORTED_MODES = {'heat', 'cool', 'off', 'on', CLIMATE_MODE_HEATCOOL}
|
|
||||||
|
|
||||||
PREFIX_TYPES = 'action.devices.types.'
|
PREFIX_TYPES = 'action.devices.types.'
|
||||||
TYPE_LIGHT = PREFIX_TYPES + 'LIGHT'
|
TYPE_LIGHT = PREFIX_TYPES + 'LIGHT'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user