Skip to content

Releases: pjanuario/pyecoforest

v0.4.0

18 Oct 20:38
Compare
Choose a tag to compare

v0.4.0 (2023-10-18)

Feature

  • feat: added additional sensors (#14)

feat: added additional sensors (#14) (7148db8)

  • feat: added additional sensors (9fa97d6)

Unknown

  • Merge pull request #13 from pjanuario/update/poetry-upgrade

chore(deps): upgrade dependencies (f7a7eca)

v0.3.0

21 Sep 11:11
Compare
Choose a tag to compare

v0.3.0 (2023-09-21)

Feature

  • feat: improve sdk error handling (7671271)

  • feat: improve sdk error handling (65ab966)

v0.2.0

17 Sep 16:52
Compare
Choose a tag to compare

v0.2.0 (2023-09-17)

Feature

  • feat: refactored the sdk interface and added other device properties and functionalities (#10) (adb8d92)

  • feat: refactored the sdk interface and added other device properties and functionalities (e7df1d2)

Fix

  • fix: downgrade httpx minimal requirement (b8eeb95)

v0.1.1

14 Sep 19:55
Compare
Choose a tag to compare

v0.1.1 (2023-09-14)

Fix

  • fix: downgrade httpx minimal requirement

<details open="true"><summary>Generated summary (powered by <a href="https://app.graphite.dev&#34;&gt;Graphite&lt;/a&gt;)&lt;/summary>

> #### What Changed
> Updated
> - httpx
> #### Testing
> Run the tests and verify that they pass. Also, test the functionality that depends on the httpx library.
> #### Reasoning
> This library is used in homeassistant and httpx library is a dependency in both modules. Reduced the minimal requirements to prevent issues with dependency hell
</details> (bc8f0c7)

  • fix: downgrade httpx minimal requirement (b8eeb95)

v0.1.0

14 Sep 15:39
Compare
Choose a tag to compare

v0.1.0 (2023-09-14)

Documentation

Feature

  • feat: retrieve ecoforest device status

This merge requests adds a new feature to the module allowing a user to retrieve the status of the device. (f47ab4f)

  • feat: retrieve ecoforest device status (d048053)

Test

  • test: fix broken test matrix and ensure support from python^3.10 (ac02ddf)

  • test: fix broken tests and precommit configuration to prevent changing fixtures (87561da)