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') }} ```