I got one of them - and thought to make a component. To start (and not a component yet) - the AHT21.
This could use the AHT10 component - and I went it alone for a few reasons.. Mostly I like to understand the device by some low level work (but that's probably just me).
There are also a couple of issues with the AHT10 component - it uses floating point. Here we have the choice (and not using fp saves about 1k on an Arduino)
The component can (theoretically) lock up in a couple of places - it's unlikely, but you wouldn't want your car to fail because it can't read the outside temperature.
It doesn't allow for the CRC check - nor do most of the libraries out there - but in the sake of completeness

So - stage 1) Can read temp and humidity!
Martin