I have expose_by_default set to false and I set specific domains to be exposed as well as individual entities within different domains. This has worked in the past but since one of the recent dot releases, it only exposes those with “expose: true”
google_assistant:
project_id: !secret google_project_id
# client_id: !secret google_client_id
# access_token: !secret google_access_token
# agent_user_id: !secret google_agent_user_id
api_key: !secret google_api_key
allow_unlock: true
expose_by_default: false
exposed_domains:
- light
- switch
- fan
- lock
- cover
# - climate
# - script
# - group
# - media_player
entity_config:
#### LIGHTS ############################
##### MASTER BEDROOM #####
light.left_bedside_lamp:
aliases:
- "Left Lamp"
- "Master Bedroom Left Lamp"
- "Master Left Lamp"
room: "Master Bedroom"
light.right_bedside_lamp:
aliases:
- "Right Lamp"
- "Master Bedroom Right Lamp"
- "Master Right Lamp"
room: "Master Bedroom"
media_player.playbar:
expose: true
aliases:
- "Playbar"
- "play bar"
- "sonos"
room: "Living Room"
This only exposes the Playbar and all other entities are ignored…
ius anyone else seeing this?