Boneio

Latest version: v0.10.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 9

0.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:
yaml
event: !include event.yaml
binary_sensor: !include binary_sensor.yaml


You can group outputs now!

yaml
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](https://github.com/boneIO-eu/app_black/commit/05cb4b75ced9e0a659c7fd8ea6b2a42e9db64564)
- [switch from sensor to event entity in HA](https://github.com/boneIO-eu/app_black/commit/ac3d56fc5da9443a4209ce6821333fba8a755b9b)
- add duration time for long click
- fix setting Unavailable state
- [update dependencies](https://github.com/boneIO-eu/app_black/commit/d26ed54e0e9a8d28b0c9c15f7d99d206a111bd7e)
- add beta support for PCF8575 expander
- add grouping for outputs
- fix cover toggle_open, toggle_close
- add possibility to reload actions of inputs

0.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:
yaml
event: !include event_entity.yaml
binary_sensor: !include binary_sensor.yaml


You can group outputs now!

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


Changelog:
- [add beta gpio algorithm](https://github.com/boneIO-eu/app_black/commit/05cb4b75ced9e0a659c7fd8ea6b2a42e9db64564)
- [switch from sensor to event entity in HA](https://github.com/boneIO-eu/app_black/commit/ac3d56fc5da9443a4209ce6821333fba8a755b9b)
- add duration time for long click
- fix setting Unavailable state
- [update dependencies](https://github.com/boneIO-eu/app_black/commit/d26ed54e0e9a8d28b0c9c15f7d99d206a111bd7e)
- add beta support for PCF8575 expander
- add grouping for outputs
- fix cover toggle_open, toggle_close
- add possibility to reload actions of inputs

0.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:
yaml
event: !include event_entity.yaml
binary_sensor: !include binary_sensor.yaml



Changelog:
- [add beta gpio algorithm](https://github.com/boneIO-eu/app_black/commit/05cb4b75ced9e0a659c7fd8ea6b2a42e9db64564)
- [switch from sensor to event entity in HA](https://github.com/boneIO-eu/app_black/commit/ac3d56fc5da9443a4209ce6821333fba8a755b9b)
- add duration time for long click
- fix setting Unavailable state
- [update dependencies](https://github.com/boneIO-eu/app_black/commit/d26ed54e0e9a8d28b0c9c15f7d99d206a111bd7e)
- add beta support for PCF8575 expander

0.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](https://github.com/boneIO-eu/app_black/commit/05cb4b75ced9e0a659c7fd8ea6b2a42e9db64564)
- [switch from sensor to event entity in HA](https://github.com/boneIO-eu/app_black/commit/ac3d56fc5da9443a4209ce6821333fba8a755b9b)
- [update dependencies](https://github.com/boneIO-eu/app_black/commit/d26ed54e0e9a8d28b0c9c15f7d99d206a111bd7e)
- add beta support for PCF8575 expander

0.6.3

- fix high cpu usage if all inputs enabled
- fix ADC sensors filters

0.6.2

- readd temp sensor to main screen

Page 3 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.