From a7d9321d112ab5d1bb3ff8e84ad085c73691b7ab Mon Sep 17 00:00:00 2001 From: aderusha Date: Thu, 12 Aug 2021 09:33:00 -0400 Subject: [PATCH] Update README with new blueprints --- Home_Assistant/blueprints/README.md | 31 +++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/Home_Assistant/blueprints/README.md b/Home_Assistant/blueprints/README.md index bf01592..9a1eb72 100644 --- a/Home_Assistant/blueprints/README.md +++ b/Home_Assistant/blueprints/README.md @@ -184,6 +184,22 @@ A button on the HASP will perform an action when pressed. Can be combined on a b --- +### Dim Screen with Sun + +[![Dim Screen with Sun](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Dim_Screen_with_Sun.yaml) + +Dim the HASPone backlight in response to the sun going up and down. + +--- + +### Dim Screen on Idle + +[![Dim Screen on Idle](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Dim_Screen_on_Idle.yaml) + +Dim the screen backlight after a specified period of inactivity. + +--- + ### Apply Theme [![Apply Theme](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Apply_Theme.yaml) @@ -192,14 +208,6 @@ A button on the HASP will have the current device theme or custom colors applied --- -### Remove MQTT Discovery Devices - -[![Remove MQTT Discovery Devices](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Remove_MQTT_Discovery_Devices.yaml) - -Press RUN ACTIONS to remove retained MQTT discovery messages for a decommissioned HASP. - ---- - ### HASP Theme Dark on Light [![HASP Theme Dark on Light](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Theme_Dark_on_Light.yaml) @@ -218,3 +226,10 @@ Press RUN ACTIONS to apply the theme Dark on Light to the selected HASP device Press RUN ACTIONS to apply the theme Light on Dark to the selected HASP device +--- + +### Remove MQTT Discovery Devices + +[![Remove MQTT Discovery Devices](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Remove_MQTT_Discovery_Devices.yaml) + +Press RUN ACTIONS to remove retained MQTT discovery messages for a decommissioned HASP.