Corrected spelling of laser in binary sensor (#22761)

This commit is contained in:
Jason Wragg 2022-05-15 19:22:00 +01:00 committed by GitHub
parent 71ba39460c
commit 961fff6910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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