Skip to content

Initial HACS Release

Compare
Choose a tag to compare
@chickenandpork chickenandpork released this 29 Jun 23:54
· 22 commits to master since this release

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