Hi, I am using HA version 0.75.3 and have configured the Home assistant cloud and integrated with google home. It all works pretty well. However, my goal is to ask “Hey google, what is the temperature in the living room”, and it should reply back. I have a temperature sensor from Verisure that is visible in HA, but it does not show up as a device under the “hass.io” in the google home app. In fact, no devices from Verisure shows up in the google home app (door/windows binary sensors and the alarm unit). I have resynced the connection between HA and Google home.
Are all sensors/binary sensors exposed to the google assistant by default when using the “Home assistant cloud”?
Do I need to do some extra configuration to get the devices from verisure to show up in the google home app?
I have made scripts that I can call from my google asisstant without any issues.
I have created a generic thermostat. However, I do not have a heater switch “Heater” (required), so I just added the default one. I pasted this config to the configuration.yaml:
Default one? There is no default one. Just create a dummy (I used an input boolean) and use that. I suspect your problem is that switch.study_heater doesn’t exist.
However, the assistant replies with “Heating is set to X with a current temperature at Y”. Is it possible to get the assistant to only read out the temperature in any way that you know of?