Skip to content

boneIO v0.7.0

Compare
Choose a tag to compare
@pszafer pszafer released this 18 Sep 19:15
· 34 commits to dev since this release
f13890b

Breaking change!

WORKS only with HA 2023.8 and newer

There is no input: option anymore.
It is divided into two options: event and binary_sensor.

Config change scheme:

  • sensors which works with single, double, long move to event_entity.yaml
  • binary sensor (deprecated kind: sensor move to binary_sensor.yaml)

then in config write:

event: !include event.yaml
binary_sensor: !include binary_sensor.yaml

You can group outputs now!

output_group:
  - id: LightsGroup
    output_type: light
    outputs:
      - light1
      - light2

Example config is here: https://github.com/boneIO-eu/app_black/blob/main/boneio/example_config/event.yaml
Output type for covers changed from none to cover. None can be used now only for grouping.

Changelog: