From 19007d655e7b361480dc82789fb470929fd04038 Mon Sep 17 00:00:00 2001 From: aderusha Date: Thu, 4 Mar 2021 08:11:55 -0500 Subject: [PATCH] readme --- Home_Assistant/blueprints/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Home_Assistant/blueprints/README.md b/Home_Assistant/blueprints/README.md index f08499e..aa2d6b9 100644 --- a/Home_Assistant/blueprints/README.md +++ b/Home_Assistant/blueprints/README.md @@ -12,3 +12,14 @@ This blueprint provides the basic functionality for your HASPone. Deploy one au Activates a selected page after a specified period of inactivity. +### Activate Page [![Activate Page](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_Activate_Page.yaml) + +A button on the HASP will activate a page when pressed. Can be combined on a button with another blueprint which displays text. + +### Create Device Triggers [![Create Device Triggers](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_Create_Device_Triggers.yaml) + +Create [Device Triggers](https://www.home-assistant.io/integrations/device_trigger.mqtt/) for each of the HASP buttons defined. Device triggers can be utilized while creating your own automations through the Home Assistant UI. This allows for the easy creation of automations which will be triggered when pressing buttons on your HASP. + +### Display Alarm Control on Page 7 [![Display Alarm Control on Page 7](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_Display_Alarm_Control_page7.yaml) + +Page 7 controls a selected alarm panel for code entry and arm/disarm. \ No newline at end of file