I try to add a voice command for a light, so this is controllable by calling ‘hey google’ turn on Lamp Tafel.
Strange thing is that some are visible in google assistant app, and some are not.
Restarted Home assistant and did re-link account the account in Google assistant app.
all show up but :
light.lamp_tafel
cover.zijkant_woonkamer_1
This is what I have in configuration.yaml
####################################################
# Google HOME / Assistant #
####################################################
google_assistant:
project_id: home-assistant-***
service_account: !include Home Assistant-************.json
report_state: true
# exposed_domains:
# - light
# - group
# - script
# - light
# - switch
expose_by_default: false
entity_config:
light.kapstok:
expose: true
light.dressoir:
expose: true
light.lamp_tafel:
expose: true
name: Lamp Tafel
aliases:
- Tafel
- grootlicht
cover.zijkant_woonkamer_1:
name: Raam 1
expose: true
room: Huiskamer
aliases:
- Raam dicht
light.erker:
expose: true
script.led_bed:
name: boven
expose: true
aliases:
- bovenverdieping
script.turn_on_erker_lights:
name: Erker aan
expose: true
aliases:
- Erker aan
- Erker aan 100%
script.turn_off_erker_lights:
name: Erker uit
expose: true
aliases:
- Erker uit
script.film:
name: Film
expose: true
script.scene_standaard:
name: scene standaard
expose: true
aliases:
- Standaard
switch.candle:
name: Kaars
expose: true
switch.keuken_led:
name: Keuken
expose: true