From 961fff69101b0951260c9fa3b0fd60892efcc078 Mon Sep 17 00:00:00 2001 From: Jason Wragg <53080867+jasonwragg@users.noreply.github.com> Date: Sun, 15 May 2022 19:22:00 +0100 Subject: [PATCH] Corrected spelling of laser in binary sensor (#22761) --- source/_integrations/brother.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/brother.markdown b/source/_integrations/brother.markdown index 3e3d0fcd155..4b3c5921bee 100644 --- a/source/_integrations/brother.markdown +++ b/source/_integrations/brother.markdown @@ -51,7 +51,7 @@ template: {{ is_state('sensor.hl_l2340d_status', 'no paper') }} - binary_sensor: - - name: 'Later Printer Paper Jam' + - name: 'Laser Printer Paper Jam' state: > {{ is_state('sensor.hl_l2340d_status', 'paper jam') }} ```