Skip to content

Commit

Permalink
fixed note syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gickowtf committed Apr 9, 2024
1 parent eca2a00 commit c149229
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ A components page turns your Pixoo into your canvas! You can tie multiple text
#[rectangle config]
```
<br>

> [!NOTE]
> Position X,Y coordinates will need to be manually configured for each component type
Expand Down Expand Up @@ -182,6 +183,7 @@ Example

#### Variables (Optional) (Only for the components page)
If you wish for easier sharing of your custom component pages, you can define variables in the variables tag. These can then be used in any template.

> [!NOTE]
> The variables tag is not supported in the service call. For those, you have to use Home Assistant's variables feature (with automations/scripts)

Expand Down Expand Up @@ -215,6 +217,7 @@ Example usage:

## Page: Channel
*In Divoom app you can set three different custom channels which you can select here.*

> [!NOTE]
> The Divoom custom channel pic cycle rate must be set in the app itself.

Expand Down Expand Up @@ -552,6 +555,7 @@ color: >-
```

## Animations through automations

> [!NOTE]
> In this example we're using a count helper to act as a countdown. This also uses an automation and not the config.

Expand Down

0 comments on commit c149229

Please sign in to comment.