It is working, and I can control things from my Google Home or phone. But for some reason I cannot for the life of me, get Home Assistant to export input_booleans. Is this supported? I’m running 0.60.1. I even tried explicitly turning on input_booleans and a few of the specific ones that I have set up, but no dice. They never show up in the Google Home app when I link my account.
Here’s what the section from the configuration.yaml file looks like:
I have an input_boolean exposed as a type: switch that works. I don’t expose anything by default and only expose each entity individually for control. Did you resync/relink each time you tried?
I’m running 0.61.1. I’ve split my config so that it doesn’t clutter my configuration.yaml. Input Boolean state is changed via an automation which calls an on script and an off script:
Just upgraded to 0.65.2 and now google assistant refuses to sync with an input_boolean entity exposed… I know that type: is not supported anymore, but input_boolean should be from what I read… Not exposing the input_boolean entity makes GA work like a charm…
Just looked back at the docs, and noticed that in the availables domains, it was “input boolean” without an underscore… Just tried it this way and now GA syncs without errors, but I still don’t see the entity in my assistant devices…
Same issue here, on 0.65.4. If i add ‘input_boolean’ to my exposed domains, I cannot add my test app to Google Assistant. If i change to ‘input boolean’, I don’t get any errors, but I also don’t get any of my input_booleans available in GA.