#Confusion between UI settings and configuration.yaml
1 messages · Page 1 of 1 (latest)
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?
do you mean this?
if so then that is for for exposing to things that use "Assist" which does not include any google stuff
Yes, I did mean that. Great then, I'll stop going in there if it's pointless for my usecase!
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?
yeah, you can expose to google assistant from the ui but you need a "home assistant cloud" subscription to do it
Ahhhh, great. And do you know if that configuration is part of those reloadable of if I need to restart it?
I am not sure