From 8d52d005812ecada073e0bb300b12a3678425013 Mon Sep 17 00:00:00 2001 From: Seb Ruiz Date: Sat, 8 Feb 2020 15:36:08 +1100 Subject: [PATCH] Add docs for zone state sensor --- README.md | 4 +++- info.md | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90c8626..1119294 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,9 @@ switch: ## Sensor Entities -`sensor` entities are automatically created for any device which has a battery level to report. +A **battery** `sensor` entity is created for any device which has a battery level to report. + +A **zone state** `sensor` entity is created for each zone. This reports the state of the zone, for example `auto` or `off`. A zone may be switched to `off` either manually through the BHyve app, or may be automatically set when battery levels are too low to operate the device correctly. ## Binary Sensor Entities diff --git a/info.md b/info.md index 53341f8..1119294 100644 --- a/info.md +++ b/info.md @@ -37,7 +37,9 @@ switch: ## Sensor Entities -`sensor` entities are automatically created for any device which has a battery level to report. +A **battery** `sensor` entity is created for any device which has a battery level to report. + +A **zone state** `sensor` entity is created for each zone. This reports the state of the zone, for example `auto` or `off`. A zone may be switched to `off` either manually through the BHyve app, or may be automatically set when battery levels are too low to operate the device correctly. ## Binary Sensor Entities @@ -94,7 +96,7 @@ The following attributes are set on `switch` entities: | `sprinkler_type` | `string` | The configured type of sprinker. | | `image_url` | `string` | The url to zone image. | | `started_watering_station_at` | `string` | The timestamp the zone started watering. | -| `watering_program` | `list[string]` | List of timestamps for` future/scheduled watering times. | +| `watering_program` | `list[string]` | List of timestamps for future/scheduled watering times. | ### Switch Template Sensors