2024.3.0
heythisisnate
released this
05 Mar 23:30
·
148 commits
to master
since this release
Garage Door Opener (White - v1 and v2), project version 1.1
- Open and close actions are now state-aware. If the garage door is already open, the open action will not do anything. Conversely, if the garage door is already closed, the close action will not have any effect.
- Reports current_operation based on inferred state. When triggered to open, current_operation will report as
OPENING
until the state changes toOPEN
. The opposite is true for the close action.
Note: The order of package includes has changed. If you are using a customized configuration where you have customized the package includes, ensure that packages/garage-door-wired-sensor.yaml
and packages/vl53l0x-range-sensor.yaml
come before your cover
package.
Full Changelog: 2023.12.1...2024.3.0