mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Corrected spelling of laser in binary sensor (#22761)
This commit is contained in:
parent
71ba39460c
commit
961fff6910
@ -51,7 +51,7 @@ template:
|
|||||||
{{ is_state('sensor.hl_l2340d_status', 'no paper') }}
|
{{ is_state('sensor.hl_l2340d_status', 'no paper') }}
|
||||||
|
|
||||||
- binary_sensor:
|
- binary_sensor:
|
||||||
- name: 'Later Printer Paper Jam'
|
- name: 'Laser Printer Paper Jam'
|
||||||
state: >
|
state: >
|
||||||
{{ is_state('sensor.hl_l2340d_status', 'paper jam') }}
|
{{ is_state('sensor.hl_l2340d_status', 'paper jam') }}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user