Skip to content

Commit

Permalink
fix actions execution for binary sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
pszafer committed Sep 21, 2023
1 parent e5e9d11 commit c2e2a55
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions boneio/schema/actions_sensor.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
required: False
type: list
excludes: ["pressed", "released"]
dependencies:
kind: ['sensor']
schema: !include actions.yaml
2 changes: 0 additions & 2 deletions boneio/schema/actions_switch.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
required: False
type: list
excludes: ["single", "double", "long"]
dependencies:
kind: ['switch']
schema: !include actions.yaml
2 changes: 1 addition & 1 deletion boneio/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# flake8: noqa
__version__ = "0.7.0"
__version__ = "0.7.1"

0 comments on commit c2e2a55

Please sign in to comment.