Skip to content

Commit

Permalink
Add docs for zone state sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
sebr committed Feb 8, 2020
1 parent 4f88b95 commit 8d52d00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 4 additions & 2 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8d52d00

Please sign in to comment.