mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +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