From dbab774b5401ff3b3c5c0bd5823d5ea21a390a7a Mon Sep 17 00:00:00 2001 From: Just Jam Date: Tue, 7 Jan 2025 16:26:09 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7513ab..b8dc6e6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The current virtual accessories provided are: - **Window Covering.** These are blinds and shades. This was created in response to a request from a user who wanted to use "Siri open/close .." to control their automation, as opposed to "Siri on/off .." as would be required with switches. - **Valve** - Allows you to create different types of valves: generic, irrigation, shower head, or water faucet. - **Sensor.** Allows you to create different types of sensors. If configured in the Home app, sensors will generate notifications when their state changes in response to a detected event. Some types of notifications, classified as `critical` by Homekit, are allowed to bypass `Do Not Disturb` and some are allowed to appear in CarPlay. Sensors can be activated by different triggers. Currently, the options are: - - **Host Ping trigger.** Pings a network host. It is actvated after 3 failed ping attempts. The sensor resets when ping is successful. + - **Host Ping trigger.** Actvates the sensor after a configurable number of failed attempts to ping a network host. The sensor resets when ping is successful. - **Cron trigger.** Activates the sensor when the time and date match the schedule deascribed by the cron expression. The sensor resets after a brief delay. - **Switch trigger.** To trigger a sensor from a switch, create a switch with a companion sensor. A future release may provide the ability to create this pairing as a sensor with a switch as trigger.