Add default values for unit, temperature and round_to in sensor.py
hcsr04sensor uses metric temperature by default.
Most use cases don't need to specify this and just causes extra typing
for nothing. But option is there to pass the imperial temperature if you like.
Rounding beyond 1 decimal is pointless as readings on a multi tasking OS will
not be Real Time and will have variance within 1 cm.
But if you need to you can specify round_to to be greater
than 1
See the provided example scripts for usage.