Skip to content

Releases: rsnodgrass/hass-sensorpush

0.1.4

12 Jul 17:15
35a23bf
Compare
Choose a tag to compare

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.

⚠️ Note: One unfortunate side effect is that this will pollute history somewhat, as it will not retroactively convert data. This means that your sensor history may show the old Fahrenheit values in the same celsius graph.

0.1.3

06 Jul 23:43
bc5e1e7
Compare
Choose a tag to compare
  • updated for 2022-07 warning re: SensorEntity

0.1.2

06 Jul 16:09
19e99db
Compare
Choose a tag to compare
  • 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

02 Jun 23:47
Compare
Choose a tag to compare
  • pickup new pysensorpush version to correct samples()

0.1.0

15 Feb 06:04
Compare
Choose a tag to compare
  • updated extra_state_attributes for HA 2022-02 release compatibility

0.0.9

03 Mar 16:37
Compare
Choose a tag to compare
  • updated README
  • allow configuring imperial vs metric units for min/max

0.0.8

20 Jan 07:03
Compare
Choose a tag to compare
  • always include min/max sensor range attributes

0.0.7

20 Jan 04:25
Compare
Choose a tag to compare
  • 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

04 Jun 21:52
Compare
Choose a tag to compare
  • remove async sensor.py implementation, since underlying pysensorpush does not implement async API

0.0.4

04 Jun 21:23
Compare
Choose a tag to compare
  • import latest pysensorpush to fix log error