Nest weather conditions

Does anyone know, or does anyone have a list of all the weather conditions of nest?
I’m creating a template sensor for translation the condition in my own language…

The nest component is using python-nest for it’s information. Having a look at it’s source code might give you a few hints or you could have a look at Nest API for more information.

python-nest source code does not indicate anything about the strings it will return for weather_condition. I have searched the Nest API and there is nothing there documenting the weather data. I’m quite stumped on what to do.

I guess I can just abort the nest sensors and go with another weather service.