PCAL9535A typo correction: binary_sensors are inputs (#11183)

* Typo correction: binary_sensors are inputs

* ✏️ Tweak
This commit is contained in:
Marc Randolph 2019-11-14 14:52:01 -06:00 committed by Klaas Schoute
parent 9cfb9b69b1
commit 8b2475ca76

View File

@ -56,7 +56,7 @@ pins:
required: true required: true
type: [integer, string] type: [integer, string]
invert_logic: invert_logic:
description: If `true`, inverts the output logic to ACTIVE LOW. description: If `true`, inverts the input logic to ACTIVE LOW.
required: false required: false
type: boolean type: boolean
default: "`false` (ACTIVE HIGH)" default: "`false` (ACTIVE HIGH)"