Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 20:13
· 29 commits to main since this release

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)