Skip to content

Releases: chickenandpork/hass-osbee

v0.1.4

24 Jul 09:24
82dc8c1
Compare
Choose a tag to compare

0.1.4 (2024-07-24)

Bug Fixes

  • different URL for google-github-actions/release-please-action (#26) (db1ffa8)
  • fix the poorly-stripped import migration (#25) (50231dd)
  • get release version stamped into manifest for HACS (#22) (6c6625f)
  • revert releaser to allow simple releaser to run (#27) (53ee260)

v0.1.3

05 Jun 06:35
327f1b7
Compare
Choose a tag to compare

0.1.3 (2024-06-05)

Bug Fixes

v0.1.2

05 Jun 06:25
db1e89a
Compare
Choose a tag to compare

0.1.2 (2024-06-05)

Bug Fixes

v0.1.1

04 Jun 16:53
0f3d943
Compare
Choose a tag to compare

0.1.1 (2024-05-29)

Bug Fixes

  • add dependent library to the integration (#14) (bf3c3fd)

v0.1.0

28 May 08:43
b7c3a98
Compare
Choose a tag to compare

0.1.0 (2024-05-28)

Features

Bug Fixes

  • one renovatebot config per repo, thanks (#12) (4e98472)
  • pre-commit check for errors, fix all detected (#10) (9a4d846)

Initial HACS Release

29 Jun 23:54
Compare
Choose a tag to compare

This is the initial proof-of-concept for Integration; I'm creating this release to do an End-to-End check in my own Hass service via HACS, and to share this effort with the hope it'll alleviate someone else's challenges.

As noted in the README, this version is configured (for example, one OSBee at 192.168.10.42):

binary_sensor:
  - platform: osbee
    host: 192.168.10.42

sensor:
  - platform: osbee
    host: 192.168.10.42

switch:
  - platform: osbee
    host: 192.168.10.42