Note, I have the Google Assistant component working with lights and switches. I tried adding “sensor” to my list of exposed domains and it does not seem to work. I am using mqtt sensor for temperature and added the config below to my customize.yaml as instructed at the link above. When I resync my devices, nothing new shows up in the Google Assistant app settings under Home Control.
sensor.temp_fahrenheit: #add 2 spaces at beginning of lines below
google_assistant: true
google_assistant_type: climate
google_assistant_name: sensor2
OK, the issue was not needing to define anything in customize.yaml… and also defining proper “entity_config” items under the “google_assistant” config in configuration.yaml. See this thread:
I’m running Google Assistant via Home Assistant Cloud on Hassio.
After setting my sensor as a climate device and resyncing it should show up on the device list. It doesn’t. All the other devices are working perfectly.
I think you’re missing something. The OP refers to a github PR that was added to HA in v0.62 and what he mentions is the exact same issue I’m having.
Anyway… I’ve read both the manual and HA cloud implement pages several times before posting, trying to figure out what I’m doing wrong. Here’s hoping someone will be able to shed some light on this.
And what you aren’t understanding is the link in the original post is linked towards the component google assistant. Not the cloud component with google assistant. They are not the same. The change linked in the original post is only for the google assistant component.