From 0e7c0e77673dc515879f8383aa5b1f72e733d7ee Mon Sep 17 00:00:00 2001 From: Marc Randolph Date: Thu, 14 Nov 2019 14:52:01 -0600 Subject: [PATCH] PCAL9535A typo correction: binary_sensors are inputs (#11183) * Typo correction: binary_sensors are inputs * :pencil2: Tweak --- source/_integrations/pcal9535a.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/pcal9535a.markdown b/source/_integrations/pcal9535a.markdown index bbb206345a5..de26e82c9f9 100644 --- a/source/_integrations/pcal9535a.markdown +++ b/source/_integrations/pcal9535a.markdown @@ -56,7 +56,7 @@ pins: required: true type: [integer, string] invert_logic: - description: If `true`, inverts the output logic to ACTIVE LOW. + description: If `true`, inverts the input logic to ACTIVE LOW. required: false type: boolean default: "`false` (ACTIVE HIGH)"