Read sensor values from Google Home

I added google assistant to hasio and I can turn on light from the app. Can i also voice command to turn on the light?
Is there way to read sensor value? I have a temperature sensor with hassio, Is there a way that I can ask google home the temperature and it reads the value from hassio and returns it?

If you expose the temp sensor to google, google will think it’s a thermostat. When queried it’ll tell you the temperature and tell you that it’s off.

I think you can share binary sensors as well, but not much else.

Yes, you need to set the device class as temperature in your customize.yaml. Or you can make a Generic thermostat in HA.

sensor.weather_temperature:
  device_class: temperature
1 Like