mirror of
https://github.com/home-assistant/core.git
synced 2025-05-03 05:29:14 +00:00

* Add circular mean Add support for circular mean for sensors in units of degrees, e.g. direction data. * Update test_sensor.py * Update sensor.py * Remove whitespace * Revert to degC * Fix: shift atan2 output to positive degrees * Add new dedicated test * Simplify test