From ebefdde23d575e674cb9ed5c195fe0d2f6f31853 Mon Sep 17 00:00:00 2001 From: lorenzo de-luca Date: Fri, 26 Apr 2024 18:09:09 +0200 Subject: [PATCH] update README.md with include and exclude zone service docs --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc72c78..e81f0f9 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ If you like this project you can support me with :coffee: or simply put a :star: - [Troubleshooting - FAQ](#troubleshooting-faq) ## Hardware Connections -As board I used a **WeMos D1 Mini** (https://it.aliexpress.com/item/32651747570.html) but any board based on ESP8266 should be fine. -If you encounter disconnections, you might want to try a more powerful one based on the **ESP32** instead. +I strongly recommend using an **WeMos D1 Mini** (https://it.aliexpress.com/item/32651747570.html) but any board based on ESP8266 should be fine. +If you encounter disconnections, you might want to try a more powerful one based on the **ESP32** instead, like this one https://it.aliexpress.com/item/4001340660273.html. ![ESP Wiring](https://raw.githubusercontent.com/lorenzo-deluca/espkyogate/master/images/wiring.png) @@ -134,6 +134,20 @@ data: specific_area: 0 (disarm all areas) - 1 (disarm only without changing the others) ``` +### Zone Include +``` yaml +service: esphome.espkyogate_include_zone +data: + zone_number: +``` + +### Zone Exclude +``` yaml +service: esphome.espkyogate_exclude_zone +data: + zone_number: +``` + ### Reset Alarm Memory ``` yaml service: esphome.espkyogate_reset_alarms