Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/components/display/waveshare_epaper.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ lambda: |-
- `5.83in`
- `5.83inv2`
- `gdey0583t81` - GoodDisplay GDEY0583T81 5.83" B/W
- `7.30in-e`: 7.3inch E-Ink Spectra 6-color display
- `7.30in-f` - 7.3in 7-color display (black, white, red, yellow, blue, green, and orange)
- `7.50in`
- `7.50in-bV2` - also supports v3, B/W rendering only
Expand Down
4 changes: 4 additions & 0 deletions content/components/light/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,8 @@ on_...:
- **white** (*Optional*, [templatable](#config-templatable), percentage): The brightness to set the white channel
to.

## Light Conditions

{{< anchor "light-is_on_condition" >}}
{{< anchor "light-is_off_condition" >}}

Expand All @@ -427,6 +429,8 @@ on_...:
light.is_on: my_light
```

## Light Triggers

{{< anchor "light-on_turn_on_off_trigger" >}}

### `light.on_turn_on` / `light.on_turn_off` Trigger
Expand Down