Releases: boneIO-eu/app_black
Releases · boneIO-eu/app_black
boneIO v0.3.0dev5
Changelog:
- timeperiod support - no more
60
as seconds. Now you type 60s, 60secs, 60ms, 60minutes etc.! - support for:
!include_dir_list
,!include_dir_merge_list
,!include_dir_named
,!include_dir_merge_named
- support for secrets.yaml
- momentary switch
momentary_turn_on
,momentary_turn_off
- set gpio mode via python code directly
- fix relay actions to be
on
,off
again - resend online state on mqtt connection reset
- resend discovery message on homeassistant online state
- check if cover relay exists
boneIO v0.3.0dev4
Changelog:
- timeperiod support - no more
60
as seconds. Now you type 60s, 60secs, 60ms, 60minutes etc.! - support for:
!include_dir_list
,!include_dir_merge_list
,!include_dir_named
,!include_dir_merge_named
- support for secrets.yaml
- momentary switch
momentary_turn_on
,momentary_turn_off
- set gpio mode via python code directly
- fix relay actions to be
on
,off
again - resend online state on mqtt connection reset
- resend discovery message on homeassistant online state
boneIO v0.3.0dev3
Changelog:
- timeperiod support - no more
60
as seconds. Now you type 60s, 60secs, 60ms, 60minutes etc.! - support for:
!include_dir_list
,!include_dir_merge_list
,!include_dir_named
,!include_dir_merge_named
- support for secrets.yaml
- momentary switch
momentary_turn_on
,momentary_turn_off
- set gpio mode via python code directly
- fix relay actions to be
on
,off
again - resend online state on mqtt connection reset
boneIO v0.3.0dev2
Changelog:
- timeperiod support - no more
60
as seconds. Now you type 60s, 60secs, 60ms, 60minutes etc.! - support for:
!include_dir_list
,!include_dir_merge_list
,!include_dir_named
,!include_dir_merge_named
- support for secrets.yaml
- momentary switch
momentary_turn_on
,momentary_turn_off
- set gpio mode via python code directly
- fix relay actions to be
on
,off
again - resend online state on mqtt connection reset
boneIO v0.2.2
Changelog:
- cover state topic
- mqtt high port setting
- remove numpy package
boneIO v0.2.1
Breaking changes:
- you need to customize your
config.yaml
, mostly input according to actions.
Changelog: - local file state manager -> now you can restore state on startup!
- add modbus sensors support
- cover support
- New output_24x16a.yaml
- fix mqtt autodiscovery in HA
- OLED
- fix screensaver 0 timeout
- add highter bouncetime
- gpio inputs
- bounce time to config
- multiple actions support
- different actions for different actions type
- load components separately
- add logger reload button
- stop all cover relays on close!
boneIO v0.2.0dev1
What's Changed
- local file state manager -> now you can restore state on startup!
- support for multiple actions in relay
- add modbus sensors support
- cover support
- New output_24x16a.yaml
Full Changelog: v0.1.5...v0.2.0dev1
boneIO v0.2.0dev2
What's Changed
- local file state manager -> now you can restore state on startup!
- support for multiple actions in relay
- add modbus sensors support
- cover support
- New output_24x16a.yaml
- add support for multiple actions on each click
- separate actions type for each type of action:
action_output
,action_mqtt_msg
,action_cover
- more advanced schema validation
Full Changelog: v0.1.5...v0.2.0dev2
boneIO v0.1.5
Changelog:
- fix installation script
boneIO v0.1.4
Change your config!
oled:
should become
oled:
enabled: true
Changelog:
- add NONE switch
- update install script
- OLED
- fix OLED columns width
- add OLED screensaver
- add version to oled
- change SDM payload to single json
- handle duplicate PIN in input
- add support for different GPIO mode in input