Skip to content

Commit

Permalink
Merge pull request #45 from wedr0wycz/dev
Browse files Browse the repository at this point in the history
add inverted option for binary sensor
  • Loading branch information
pszafer authored Sep 12, 2023
2 parents eb60000 + b68c30f commit 6732733
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boneio/schema/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,12 @@ binary_sensor:
default: True
meta:
label: If you want you can disable discovering this input in HA.
inverted:
type: boolean
default: False
required: True
meta:
label: Check if sensor type is inverted. Only aplicable for sensor kind.
device_class:
type: string
required: False
Expand Down

0 comments on commit 6732733

Please sign in to comment.