============================== * Beta functionality to issue watering commands from the OpenSensor.io API.
1.2.0
============================== * Fix memory fragmentation issue impacting the display drivers by updating the ``Moisture`` class to not store long history of readings.
1.1.15
============================== * Fix edge case of new configurable motion sensor that caused it to get stuck on after a period of time.
1.1.14
============================== * Add configurable motion sensor class and allow its use to drive the display on/off. See new config values for usage.
1.1.13
============================== * Realization that ``ujson`` was negatively impacting memory usage when API integration enabled. Resolved by using builtin ``json``.
1.1.12
============================== * Increase the I2C frequency of the scd4x sensors so when paired with a display the render time remains quick. * Release alpha support for OpenSensor.io API data reporting.