New release!
Breaking changes:
- all time units need to be changed to be timeperiod: eg 60 to 60 seconds etc.
- user need to set gpio_mode for some pins manually, follow this https://boneio.eu/hardware/InputBoardBBB/v02#input---pin-on-bbb and put gpio_mod: "gpio_pu" eg for P8_45.
- multiple temperature sensors are possible now, so redefine config to array (add - in temp sensor definition)
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` - fixes https://github.com/boneIO-eu/boneIO/issues/90
- support for secrets.yaml
- momentary switch `momentary_turn_on`, `momentary_turn_off` - fix https://github.com/boneIO-eu/boneIO/issues/88
- 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
- add DS2482 support
- add 1-wire Dallas DS18B20 support - fix https://github.com/boneIO-eu/boneIO/issues/92
- fix multiclick timing
- fix modbus HA restart - https://github.com/boneIO-eu/boneIO/issues/86