I am still using the WyzeSense custom component that is no longer maintained (GitHub - kevinvincent/ha-wyzesense: A Home Assistant Component to interface with the WYZE Sense hub and sensor system).
It was made for v1 Wyze motion sensors and contact sensors. I also found it works fine for v2 Wyze motion sensors and contact sensors.
My problem now is I picked up some Wyze v2 temperature sensors. When I try to pair them, it does pair to the dongle, but comes across as a binary sensor, which I then cant find in my entities list.
I think because it is not a binary senosor, maybe that is why its not showing up in entities. And I think it come across that way because the config files were written at a time where Wyze only had motion and contact sensors.
The author, Kevin Vincent, has been inactive on Github for over a year so I dont think I am getting anything out of him. I took a look at the config files that came in the custom component and I believe changes would need to be made to the binary_sensor.py file. I, of course, have no clue how to do it.
Is this an “easy” change to add in a temp sensor or am I out of luck? Here is a zip of the complete custom component folder.