Skip to content

Releases: jpcornil-git/HA-mcp23017

v1.2.4

16 Jul 06:58
Compare
Choose a tag to compare

Bug fixes

  • None

New features

  • None

Changes

  • Replace deprecated use of hass.components
  • Improve config flow behavior for wrong i2c address

Breaking changes

  • None

v1.2.3

13 Jul 10:58
Compare
Choose a tag to compare

Bug fixes

  • None

New features

  • None

Changes

  • Replace async_forward_entry_setup call which is deprecated and will stop working in 2025.6 HA release (see #28)

Breaking changes

  • None

v1.2.2

18 May 12:56
adfc6ec
Compare
Choose a tag to compare

Bug fixes

  • When configuration is loaded from yaml, existing config entries may not be removed due to a missing await statement, see #21

New features

  • None

Changes

  • None

Breaking changes

  • None

v1.2.1

12 Apr 17:48
Compare
Choose a tag to compare

Bug fixes

  • None

New features

  • None

Changes

  • 2197bf9 Workaround to maintain support for both yaml and configflow after HA 2023.4.1 release and related scheduling changes (see #18)

Breaking changes

  • None

v1.2.0

30 Jul 09:56
12071bb
Compare
Choose a tag to compare

Bug fixes

  • None

New features

  • 7bc58e7 Add support for MCP23008 devices.

Changes

  • 7bc58e7 Adapt mcp23017 register map (IOCON.BANK now switched to 1) to add support for MCP23008 devices.

Breaking changes

  • None

v1.1.1: Bump homeassistant requirement to 2021.3.0

04 Jun 07:53
8c99cb2
Compare
Choose a tag to compare

Bug fixes

  • None

New features

  • None

Changes

  • 66cb6d1, 8c99cb2: Replace async_get_registry coroutine (deprecated) by async_get function and bump HA requirement to 2021.3.0 to match this
  • b55ef8b, 3675c94: Remove iot_class and domain from hacs.json (useless)

Breaking changes

  • None

v1.1.0

07 May 07:45
Compare
Choose a tag to compare

Bug fixes

  • None

New features

  • b056bb7: New hw_sync yaml/config flow option allowing to either synchronize initial value of the switch with the hardware (true, default option) or to set it to a fixed value (false, value=invert_logic). Config Flow scheme is also supported with a new switch option providing the same capability (selectable per entity rather than per device then)

Changes

Breaking changes

  • None

v1.0.1: Fix for issue #6

13 Mar 09:15
6418e90
Compare
Choose a tag to compare

Bug fixes

  • Incorrect initial switch state when invert_logic attribute is true. (Issue #6)

New features

  • None

Changes

Breaking changes

  • None

v1.0.0

14 Jan 21:00
Compare
Choose a tag to compare

Initial release.