espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
433 stars 146 forks source link

Google Assistant support for Temperature & Humidity sensor (MEGH-3303) #119

Open eos1d3 opened 2 years ago

eos1d3 commented 2 years ago

Google Assistant has standard device action.devices.types.SENSOR which supports traits of:

1. HumiditySetting
2. TemperatureControl
3. OpenClose
4. Brightness

👉 https://developers.google.com/assistant/smarthome/guides/sensor

It is really good to use temperature and humidity sensor with it. But Rainmaker does not support it for the moment. Is there a plan for this?