v1.3.0
Added functionality: read GPIO states at homeassistant restart (not reboot of host/machine!), keeping state over restart.
Possible side effect: Devices returning wrong state eg due to floating (not biased) might be set incorrectly at initialization. Eg floating to on
can result in initialization to on
even though it was off
before restart. In my case I had to add bias: PULL_DOWN
for my buzzer
GPIO
in order to avoid alarm at every homeassistant restart (on my dev rpi)
* (2024-08-25) HEAD -> main, tag: v1.3.0, origin/main, origin/HEAD, github/main
| added possible bias issue in readme
* (2024-08-21) tag: v1.2.5
| typo in changelog git line
* (2024-08-21)
| read initial status from gpio status (check bias on errors)
* (2024-08-04)
| removed changelog, added generation howto to README-DEV, generate from there
* (2024-08-04) tag: v1.2.4, tag: v1.2.3
| changelog creation from git