Skip to content

Releases: kaechele/napoleon-efire

v0.3.0

05 Jun 21:41
Compare
Choose a tag to compare

v0.3.0 (2024-06-05)

Highlights

  • added Portuguese translation
  • updated dependencies to support Home Assistant 2024.6.0

Build

  • build: bump Python to 3.12 and update ruff config

Signed-off-by: Felix Kaechele <[email protected]> (945644b)

  • build(deps): update pre-commit hooks

Signed-off-by: Felix Kaechele <[email protected]> (a27211a)

  • build: set default environment to Python 3.12

Signed-off-by: Felix Kaechele <[email protected]> (d6057b9)

  • build: remove pyupgrade pre-commit hook

Signed-off-by: Felix Kaechele <[email protected]> (7fcb85d)

  • build: remove black configuration

Signed-off-by: Felix Kaechele <[email protected]> (9fef5d5)

  • build(deps): update pre-commit hooks

Signed-off-by: Felix Kaechele <[email protected]> (ad14ca1)

Chore

  • chore: replace black with ruff and update config

Signed-off-by: Felix Kaechele <[email protected]> (6418442)

Ci

  • ci: bump python-semantic-release/python-semantic-release (#35) (d1f8b7a)

  • ci: bump actions/setup-python from 5.0.0 to 5.1.0 (#27) (981a398)

  • ci: bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 9.1.1 to 9.3.1.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <[email protected]> (51387d0)

  • ci: bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 8.7.2 to 9.1.1.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]> (ee51d8a)

  • ci: bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 8.7.0 to 8.7.2.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]> (f997494)

  • ci: bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 8.5.1 to 8.7.0.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <[email protected]> (0b2f7ca)

  • ci: bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 8.5.0 to 8.5.1.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]> (5320094)

  • ci: bump actions/setup-python from 4.7.1 to 5.0.0

Bumps actions/setup-python from 4.7.1 to 5.0.0.


updated-dependencies:

  • dependency-name: actions/setup-python
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]> (d569acb)

  • ci: bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 8.3.0 to 8.5.0.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <[email protected]> (fcd4d26)

  • ci: bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 8.1.2 to 8.3.0.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <[email protected]> (960f870)

Documentation

  • docs: changes relating to Flame now being a light entity

Signed-off-by: Felix Kaechele <[email protected]> (531d787)

  • docs: we're now a HACS default repo integration

Signed-off-by: Felix Kaechele <[email protected]> (7077dfe)

Feature

  • feat: add Portuguese translation

Co-authored-by: Felix Kaechele <[email protected]> (96ec939)

Fix

  • fix: update pybonaparte and pre-commit hooks

Signed-off-by: Felix Kaechele <[email protected]> (924c80c)

  • fix: use correct import for BLEDevice

Signed-off-by: Felix Kaechele <[email protected]> (6a53b88)

v0.2.1

21 Oct 23:55
Compare
Choose a tag to compare

v0.2.1 (2023-10-21)

Build

  • build: nasty hack to fix asset builds

Should no longer be needed once
python-semantic-release/python-semantic-release#692
is merged.

Signed-off-by: Felix Kaechele <[email protected]> (d5b0f41)

Ci

  • ci: bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 8.1.1 to 8.1.2.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]> (57222b7)

Fix

  • fix: ensure a minimum flame height value of 1 for any non-zero brightness value from the entity

See https://community.home-assistant.io/t/napoleon-efire-enabled-fireplaces-work-in-progress/547976/31

Signed-off-by: Felix Kaechele <[email protected]> (36e2a78)

v0.2.0

16 Oct 20:13
Compare
Choose a tag to compare

v0.2.0 (2023-10-16)

Build

  • build: use python-semantic-release for building

Signed-off-by: Felix Kaechele <[email protected]> (3d955f6)

  • build: add env paths for VSCode compatibility

Signed-off-by: Felix Kaechele <[email protected]> (568f794)

Ci

  • ci: bump actions/setup-python from 4.7.0 to 4.7.1

Bumps actions/setup-python from 4.7.0 to 4.7.1.


updated-dependencies:

  • dependency-name: actions/setup-python
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]> (6070ee6)

  • ci: bump actions/checkout from 4.0.0 to 4.1.0

Bumps actions/checkout from 4.0.0 to 4.1.0.


updated-dependencies:

  • dependency-name: actions/checkout
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <[email protected]> (1718056)

Feature

  • feat: use new power setting mode

Signed-off-by: Felix Kaechele <[email protected]> (76dabb7)

  • feat: make flame a light entity

Combining the flame on/off switch and flame height number entity into
one entity.

Signed-off-by: Felix Kaechele <[email protected]> (cffbb80)

Fix

  • fix: python-semantic-release build process

Signed-off-by: Felix Kaechele <[email protected]> (4e80544)

  • fix: ensure features remain sorted and consistent

Signed-off-by: Felix Kaechele <[email protected]> (2c502aa)

  • fix: use coordinator in switch entity

Signed-off-by: Felix Kaechele <[email protected]> (3fa8c6a)

  • fix: remove unnecessary setting of state in light entity

Signed-off-by: Felix Kaechele <[email protected]> (67f1df2)

  • fix: specify python version for default environment

Signed-off-by: Felix Kaechele <[email protected]> (6991e10)

v0.1.1

07 Sep 02:18
de57600
Compare
Choose a tag to compare

Use pybonaparte 0.1.2 to fix upstream dependency issue

Full Changelog: v0.1.0...v0.1.1

v0.1.0

27 Aug 06:00
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First release for testing.

Full Changelog: https://github.com/kaechele/napoleon-efire/commits/v0.1.0