Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Releases: dknowles2/ha-schlage

2023.8.0 - The final release

17 Aug 23:02
75134e7
Compare
Choose a tag to compare

NOTICE

IMPORTANT: This will be the last release of the custom component.

The Schlage integration will be native to Home Assistant starting with version 2023.9.0, and this custom integration will no longer be supported at that point.

When you upgrade to Home Assistant 2023.9.0 or later, you will need to remove this custom integration from your Home Assistant instance and then add the Schlage integration back using the native Home Assistant workflow. An issue should be raised automatically in Home Assistant once you upgrade to 2023.9.0 or later with the same reminder.

This custom integration will no see no further updates and will be removed from Github in October 2023.

Any new feature requests or bugs should be filed against the main Home Assistant project with the integration: schlage tag, and they will be get routed back to me.

Thanks everyone for your support, and a big thanks to all who have helped out with bug reports and feature requests. I hope you all continue to find the native integration as useful as I do. 😄

What’s Changed

📋 Other changes

🧩 Dependency updates

  • Bump pytest-homeassistant-custom-component from 0.13.49 to 0.13.51 (#109) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.45 to 0.13.49 (#103) @dependabot
  • Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 (#90) @dependabot

2023.7.0 - Fix Encode Lever devices

27 Jul 02:53
1462c88
Compare
Choose a tag to compare

What’s Changed

Fixes an issue with lock/unlock of Encode Lever devices (reported in #88)

📋 Other changes

🧩 Dependency updates

  • Bump pytest-homeassistant-custom-component from 0.13.42 to 0.13.45 (#97) @dependabot
  • Update pip requirement from <23.2,>=21.0 to >=21.0,<23.3 (#96) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.41 to 0.13.42 (#93) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.39 to 0.13.41 (#92) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.37 to 0.13.39 (#89) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.36 to 0.13.37 (#86) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.35 to 0.13.36 (#85) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.34 to 0.13.35 (#83) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.33 to 0.13.34 (#81) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.32 to 0.13.33 (#80) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.31 to 0.13.32 (#78) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.30 to 0.13.31 (#73) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.27 to 0.13.30 (#72) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.25 to 0.13.27 (#70) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.23 to 0.13.25 (#68) @dependabot

2023.4.2 - Fix for "Unexpected error fetching Schlage data: string indices must be integers"

26 Apr 23:40
31f72c0
Compare
Choose a tag to compare

What’s Changed

  • Bump pyschlage to fix #45 (#67) @dknowles2
  • Bump pytest-homeassistant-custom-component from 0.13.22 to 0.13.23 (#66) @dependabot
  • Bump pyschlage from 2023.4.1 to 2023.4.2 (#65) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.21 to 0.13.22 (#64) @dependabot
  • Update pip requirement from <23.1,>=21.0 to >=21.0,<23.2 (#63) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.19 to 0.13.21 (#62) @dependabot

2023.4.1 - Handle locks being unavailable

11 Apr 01:16
ee15df2
Compare
Choose a tag to compare

What’s Changed

2023.4.0

08 Apr 15:46
d7c42a5
Compare
Choose a tag to compare

What’s Changed

2023.3.2

20 Mar 21:02
100e3da
Compare
Choose a tag to compare

What’s Changed

  • Version bump (#47) @dknowles2
  • Catch exceptions when fetching access codes and logs. (#46) @dknowles2
  • Bump pytest-homeassistant-custom-component from 0.13.8 to 0.13.9 (#44) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.6 to 0.13.8 (#43) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.5 to 0.13.6 (#41) @dependabot
  • Remove pytest-asyncio from requirements-test.txt (#42) @dknowles2

2023.3.1

07 Mar 02:17
4f2b046
Compare
Choose a tag to compare

What’s Changed

  • Pyschlage bump (#40) @dknowles2
    • Fixes a bug with certain locks failing to lock with an AttributeError.
  • Bump pytest-homeassistant-custom-component from 0.13.4 to 0.13.5 (#39) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.3 to 0.13.4 (#37) @dependabot
  • Remove direct dependency on pytest. (#38) @dknowles2

2023.3.0

02 Mar 03:37
Compare
Choose a tag to compare

What’s Changed

2023.2.0

26 Feb 16:34
b86063f
Compare
Choose a tag to compare

What’s Changed

Enhancements

  • Populate the changed_by attribute on the lock. (#17) @dknowles2

Internal cleanups

2023.1.1

07 Jan 20:16
dfb58fc
Compare
Choose a tag to compare

What’s Changed