I’m using Google Home (actually a bunch of Google Mini’s) with the Home Assistant Cloud and it works flawlessly and only took a minute to setup. Kudos! But we are kind of limited to just a few domains. I could do so much more in 1/10th the time if we just added a few extra domains, like input_select. Doing work-arounds using scripts and binary switches gets complicated and drawn-out. Thanks for your consideration!
cloud:
google_actions:
filter:
include_domains:
- switch
- light
- script
- input_select
entity_config:
input_select.house_mode:
name: House Mode
room: House
input_select:
house_mode:
name: House Mode
options:
- Home
- Away
- Sleeping
- Shower
initial: Home