Skip to content

Commit

Permalink
Revert #17745
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Dec 6, 2018
1 parent 30c77b9 commit 94346c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/google_assistant/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def is_exposed(entity) -> bool:
entity_config.get(entity.entity_id, {}).get(CONF_EXPOSE)

domain_exposed_by_default = \
expose_by_default or entity.domain in exposed_domains
expose_by_default and entity.domain in exposed_domains

# Expose an entity if the entity's domain is exposed by default and
# the configuration doesn't explicitly exclude it from being
Expand Down

0 comments on commit 94346c5

Please sign in to comment.