From eca2a003c54174d8405077567939fba982d281cd Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 9 Apr 2024 16:08:54 +0200 Subject: [PATCH] fixed note syntax --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cdcbfe..5160306 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ A components page turns your Pixoo into your canvas! You can tie multiple text ```
> [!NOTE] -> Position X,Y coordinates will need to be manually configured for each component type* +> Position X,Y coordinates will need to be manually configured for each component type #### XY Positioning @@ -183,7 +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)* +> The variables tag is not supported in the service call. For those, you have to use Home Assistant's variables feature (with automations/scripts) Example usage: @@ -410,7 +410,7 @@ You can use it for Push Notifications. Trigger with anything! Call it with the S You can input in the _Page Data_ field the data of **one** page in the normal YAML format. It can be anything! > [!NOTE] -> This is intended to be a temporary override of your default configuration. Any Enable/disable lines will not be respected here.* +> This is intended to be a temporary override of your default configuration. Any Enable/disable lines will not be respected here.