mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
All supported domains should be exposed by default (#17579)
According to documentation, all supported domains should be exposed by default https://www.home-assistant.io/components/google_assistant/#expose_by_default
This commit is contained in:
parent
fd9370da39
commit
4e8cd7281c
@ -14,7 +14,8 @@ CONF_ROOM_HINT = 'room'
|
|||||||
|
|
||||||
DEFAULT_EXPOSE_BY_DEFAULT = True
|
DEFAULT_EXPOSE_BY_DEFAULT = True
|
||||||
DEFAULT_EXPOSED_DOMAINS = [
|
DEFAULT_EXPOSED_DOMAINS = [
|
||||||
'switch', 'light', 'group', 'media_player', 'fan', 'cover', 'climate'
|
'climate', 'cover', 'fan', 'group', 'input_boolean', 'light',
|
||||||
|
'media_player', 'scene', 'script', 'switch'
|
||||||
]
|
]
|
||||||
CLIMATE_MODE_HEATCOOL = 'heatcool'
|
CLIMATE_MODE_HEATCOOL = 'heatcool'
|
||||||
CLIMATE_SUPPORTED_MODES = {'heat', 'cool', 'off', 'on', CLIMATE_MODE_HEATCOOL}
|
CLIMATE_SUPPORTED_MODES = {'heat', 'cool', 'off', 'on', CLIMATE_MODE_HEATCOOL}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user