Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/google_assistant/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def is_exposed(entity) -> bool:
entity_config.get(entity.entity_id, {}).get(CONF_EXPOSE)

domain_exposed_by_default = \
expose_by_default and entity.domain in exposed_domains
expose_by_default or 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