From 1fc0b22f44515c4677d1204435da2131140ed1e4 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:53:38 +0100 Subject: [PATCH] Lint --- docs/howto.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/howto.md b/docs/howto.md index 17d003d..f2f80f6 100644 --- a/docs/howto.md +++ b/docs/howto.md @@ -273,7 +273,8 @@ The required parameters for this service are as follows: Supported icons are listed on the [HASwitchPlate Material Design Icons](https://htmlpreview.github.io/?https://github.com/jobr99/Generate-HASP-Fonts/blob/master/cheatsheet.html) page. The code is a 4-character hex string found near the icon in the list. Prefix the icon code with `\u` to indicate it's a UTF-8 hex code. - **page_icon_color**: An RGB array with values from 0 to 255 for red, green, and blue. -ESPHome automatically converts this array to a [16-bit RGB (RGB565)](https://en.wikipedia.org/wiki/List_of_monochrome_and_RGB_color_formats#16-bit_RGB_(also_known_as_RGB565)) format, which may lead to some color distortion. +ESPHome automatically converts this array to a [16-bit RGB (RGB565)](https://en.wikipedia.org/wiki/List_of_monochrome_and_RGB_color_formats#16-bit_RGB_(also_known_as_RGB565)) format, +which may lead to some color distortion. - **entity**: The `entity_id` from Home Assistant for the relevant entity. - **back_page**: The page to return to when the detailed page is manually closed or after a page timeout. Only [Basic pages](#basic-pages) are supported. @@ -291,7 +292,9 @@ data: ### Wake-up Page -You may have configured a specific **Wake-up page** on your device. This page is automatically displayed after the device boots up or wakes up from sleep mode (such as the `screensaver` page). To open this page, you have two options: +You may have configured a specific **Wake-up page** on your device. +This page is automatically displayed after the device boots up or wakes up from sleep mode (such as the `screensaver` page). +To open this page, you have two options: 1. Directly call the page if it is one of the [Basic pages](#basic-pages). 2. Use the `esphome.xxxxx_wake_up` service as follows: