With the new 0.65 version how do I get google assistant / google home to tell me my room temperature with Xiaomi temperature sensors? I understand we need to show them as thermostat. I have it setup but google still says unable to reach bedroom temperature…
Google Assistant integration: It is no longer possible to override the domain that Home Assistant uses for an entity. This was bound to go wrong when we would test supported features for different domains. Also removed support for disguising temperature sensors as thermostats. We should follow the traits that Google offer us and not offer things that will only work half. (@balloob - #12959) (google_assistant docs) (light docs) (breaking change)
I have my Google Assistant working with Xiaomi Temperature Sensors (using HA 0.70, but worked with previous versions too). The trick was to create “dummy” (unused) input_boolean switches which act as a heater for the climate component (generic thermostat). The Thermostat and the input_boolean aren’t used anywhere else, and made sure that they are off (initial_operation_mode: “off”)