Skip to content

Commit

Permalink
All supported domains should be exposed by default (#17579)
Browse files Browse the repository at this point in the history
According to documentation, all supported domains should be exposed by default
https://www.home-assistant.io/components/google_assistant/#expose_by_default
  • Loading branch information
doudz authored and balloob committed Oct 22, 2018
1 parent fd9370d commit 4e8cd72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion homeassistant/components/google_assistant/const.py
Expand Up @@ -14,7 +14,8 @@

DEFAULT_EXPOSE_BY_DEFAULT = True
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_SUPPORTED_MODES = {'heat', 'cool', 'off', 'on', CLIMATE_MODE_HEATCOOL}
Expand Down

0 comments on commit 4e8cd72

Please sign in to comment.