Skip to content

Releases: IATkachenko/HA-SleepAsAndroid

v2.3.0

23 Oct 13:44
Compare
Choose a tag to compare

GitHub release (by tag)

Features


Like this integration? Please send us feedback in any suitable way:
emoji at release page or starring project at GitHub GitHub Repo stars
It will let me know that things that I make is helping other people.

v2.2.0

26 Aug 16:07
Compare
Choose a tag to compare

GitHub release (by tag)

Features

  • translations: add entity translations for English language (#58) (6132112).
  • sensor: select sensor state in automations from list (#54) (4558ba8).
    Many thanks to @joostlek for contributing this features.

Bug Fixes

  • sensor: avoid crashes due to unavailable async_get_last_sensor_data (7d0e5fb)
  • sensor: fix exceptions while pressing "Test" button in the Sleep As Android application (9c87fbe)

v2.1.0

20 Aug 12:21
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release

GitHub release (by tag)

Features

  • sensor: select sensor state in automations from list (#54) (4558ba8). Many thanks to @joostlek for contributing.

v2.0.0

06 Aug 07:08
Compare
Choose a tag to compare

GitHub release (by tag)

New translations

  • German translation by @miggi92 is here!

Bug Fixes

  • sensor: make integration compatible with HA 2023.8 (099c3a5)
  • sensor: use _attr_native_value instead of state setter (0e1daef)
  • translation: turn translation to modern layout (6d4fac4)

BREAKING CHANGES

  • minimum supported HA version is 2023.4 now

Like this integration? Please send us feedback in any suitable way:
emoji at release page, starring project at GitHub GitHub Repo stars, support at patreon or ko-fi, or just buymeacoffee
It will let me know that things that I make is helping other people.

v1.10.0

09 Dec 17:49
Compare
Choose a tag to compare

GitHub release (by tag)

Fixes

  • fix crashes AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms' at HA 2022.5+ (#51)

Features

  • add button for removing device (1e00a34), closes #48
    It just remove device. Device will be recreated after new message in MQTT topic, if topic was not changed in the integration settings.

Like this integration? Please send us feedback in any suitable way:
emoji at release page, starring project at GitHub GitHub Repo stars, support at patreon or ko-fi, or just buymeacoffee
It will let me know that things that I make is helping other people.

v1.9.2

25 May 18:50
Compare
Choose a tag to compare

GitHub release (by tag)

Code improvements

async_get_registry is deprecated in Home Assistant 2022.06 and it will be deprecation warning in logs, so this release:

  • replace deprecated async_get_registry while entry setup by async_get (ecaed5d), closes #43
  • replace deprecated async_get_registry while sensor setup by async_get (f42ea63), closes #43

Like this integration? Please send us feedback in any suitable way:
emoji at release page, starring project at GitHub GitHub Repo stars, support at patreon or ko-fi, or just buymeacoffee
It will let me know that things that I make is helping other people.

v1.9.1

11 May 09:53
Compare
Choose a tag to compare

GitHub release (by tag)

Bug Fixes

  • add pyhaversion to the integration requirements (168cf77), closes #42

Like this integration? Please send us feedback in any suitable way:
emoji at release page, starring project at GitHub GitHub Repo stars, support at patreon or ko-fi, or just buymeacoffee
It will let me know that things that I make is helping other people.

v1.9.0

06 Mar 20:49
Compare
Choose a tag to compare

GitHub release (by tag)

Features

Translation

v1.8.3

01 Mar 14:20
Compare
Choose a tag to compare
v1.8.3 Pre-release
Pre-release

GitHub release (by tag)

Bug Fixes

  • fix subscription for 2022.3.0b* versions (be1900e), closes #39
    only 2022.3.0b* version of Home Assistant is affected by #39, so this release marked as beta too.

Like this integration? Please send us feedback in any suitable way:
emoji at release page, starring project at GitHub GitHub Repo stars, support at patreon or ko-fi, or just buymeacoffee
It will let me know that things that I make is helping other people.

v1.8.2

28 Feb 08:55
Compare
Choose a tag to compare

GitHub release (by tag)

Bug Fixes

  • adapt to new topic subscription mechanism in HA 2022.3 (7796cd7)
    HA will change subscription functions signature in 2022.3, so we should be ready for this update.
    With this release the integration for HA versions below 2022.3 will use old way of subscription and switch to new way after HA update.

    You must upgrade the integration if you are going to use HA 2022.3.
    The integration may be updated at any time: before HA upgrade this release will use old mechanism, after upgrade -- will switch to new way automatically.

    Support of HA versions below 2022.3 will be dropped in future.


Like this integration? Please send us feedback in any suitable way:
emoji at release page, starring project at GitHub GitHub Repo stars, support at patreon or ko-fi, or just buymeacoffee
It will let me know that things that I make is helping other people.