#Confusion between UI settings and configuration.yaml

1 messages · Page 1 of 1 (latest)

jolly cloak
#

When I want to expose something to Google HomeGraph, should I edit the configuration.yaml file, or should I go through Settings->Voice Assistants -> X Entities Exposed?

#

If there is a clear answer as to where I should do it (right now, it seems like it only works if I do it in the configuration.yaml file), what is the other thing used for?

zealous thorn
#

if so then that is for for exposing to things that use "Assist" which does not include any google stuff

jolly cloak
#

So the proper place is indeed a

google_assistant:
  project_id: my-project
  service_account: !include SERVICE_ACCOUNT.json
  report_state: true
  expose_by_default: false
  entity_config:
    switch.garage_door:
      name: Garage Door
      aliases:
        - GARAGE_DOOR
      room: Garage
    script.toggle_air_purifier:
      name: Air Purifier
      aliases:
        - AIR_PURIFIER
      room: Workshop

node?

zealous thorn
#

yeah, you can expose to google assistant from the ui but you need a "home assistant cloud" subscription to do it

jolly cloak
#

Ahhhh, great. And do you know if that configuration is part of those reloadable of if I need to restart it?

zealous thorn
#

I am not sure

jolly cloak
#

Excellent, I'll test it out

#

Thanks for your help Michael!

#

(Is there a way to set the system name of a script?) Nevermind, found it!