boneIO v0.7.0dev6
Pre-release
Pre-release
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_entity.yaml
binary_sensor: !include binary_sensor.yaml
You can group outputs now!
output_group:
- id: LightsGroup
output_type: light
outputs:
- light1
- light2
Changelog:
- add beta gpio algorithm
- switch from sensor to event entity in HA
- add duration time for long click
- fix setting Unavailable state
- update dependencies
- add beta support for PCF8575 expander
- add grouping for outputs
- fix cover toggle_open, toggle_close
- add possibility to reload actions of inputs