Releases: boneIO-eu/app_black
boneIO v0.7.1
Please read changelog of 0.7.0 if updating from 0.6.x version or older.
Changelog:
boneIO v0.7.0
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:
- 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
boneIO v0.7.0dev6
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
boneIO v0.7.0dev3
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
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
boneIO v0.7.0dev2
Breaking change!
There is no input:
option anymore.
It is divided into two options: event
and binary_sensor
.
Changelog:
- add beta gpio algorithm
- switch from sensor to event entity in HA
- update dependencies
- add beta support for PCF8575 expander
boneIO v0.6.3
- fix high cpu usage if all inputs enabled
- fix ADC sensors filters
boneIO v0.6.2
- readd temp sensor to main screen
boneIO v0.6.1
Changelog:
- fix SDM sensor crashing
- fix DS2482 temperature sensor crashing
- fix HA switch availability message
boneIO v0.6.0
Changelog:
- support for modbus R4DCB08, thanks @theres
- support for modbus DTS1964 3f energy meter thanks @patryk84a
- fix example configs thanks @nemoo2580
- BETA add support for LED PCA9685 board, thanks @kretowicz14
- upgrade dependencies
- fix mqtt bugs
- fix input actions for output relay
- fix app crash when Dallas sensor is disconnected during runtime
- new GPIO Input edge detection method
- new GPIO Sensor edge detection method
- remove obsolete entities from HA discovery if removed from config file!
- add device class option to GPIO sensor
- add possibility to restart from systemd (eg with usage of HA button). (see docs how to configure systemd service!)
boneIO v0.6.0dev5
Changelog:
- support for modbus R4DCB08, thanks @theres
- support for modbus DTS1964 3f energy meter thanks @patryk84a
- fix example configs thanks @nemoo2580
- BETA add support for LED PCA9685 board, thanks @kretowicz14
- upgrade dependencies
- fix mqtt bugs
- fix input actions for output relay
- fix app crash when Dallas sensor is disconnected during runtime
- new GPIO Input edge detection method
- new GPIO Sensor edge detection method
- remove obsolete entities from HA discovery if removed from config file!
- add device class option to GPIO sensor
- add possibility to restart from systemd (eg with usage of HA button).