Releases: rsnodgrass/hass-sensorpush
0.1.4
Thanks to @nobert
HA 2022.7 supports native temperature conversions with per-entity preferences for units of measurement. However, this change had the side effect of causing all temperatures emitted by the SensorPush integration to be in Fahrenheit.
This PR updates the integration to use the new "native" temperature values, and refactors it a bit to remove the old internal metric/imperial logic. It now always uses imperial measurements (though no longer relies on the old unit of measurement config setting), and lets HA do any conversions with the new mechanism.
0.1.3
- updated for 2022-07 warning re: SensorEntity
0.1.2
- no longer restores the previous state (all sensor states will be unknown on restart until the new sensor values are returned from SensorPush)
0.1.1
- pickup new pysensorpush version to correct samples()
0.1.0
- updated extra_state_attributes for HA 2022-02 release compatibility
0.0.9
- updated README
- allow configuring imperial vs metric units for min/max
0.0.8
- always include min/max sensor range attributes
0.0.7
- add support for barometric pressure, dewpoint, vpd
- add support for configuring metric units
- add min/max alert levels as sensor attributes
- code cleanup
0.0.5
- remove async sensor.py implementation, since underlying pysensorpush does not implement async API
0.0.4
- import latest pysensorpush to fix log error