Skip to content

Commit

Permalink
doc: Update sensor.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn authored Oct 28, 2023
1 parent 9400475 commit 93c08d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sensor.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The `data` attribute provides an array of chats (max 20), including chat_id and

## Task/To-Do Sensor

One sensor is created for each task list on the user account. Each sensor shows the number of incomplete tasks as the status of the sensor. The `all_tasks` attribute is an array of incomplete tasks. The `'overdue_tasks` attribute shows any tasks which have a due date and are overdue as an array.
One sensor is created for each task list on the user account. Each sensor shows the number of incomplete tasks as the status of the sensor. The `all_tasks` attribute is an array of incomplete tasks. The `overdue_tasks` attribute shows any tasks which have a due date and are overdue as an array.

### Display
In order to show the tasks in the front end, a markdown card can be used. The following is an example that allows you to display a bulleted list subject from the `all_tasks` array of tasks.
Expand All @@ -50,4 +50,4 @@ content: |-
```
## Auto Reply Sensor
Shows the current auto reply settings for your account. Supports the enabling and disabling of auto reply. Note that all attributes are displayed even if auto reply is disabled for reference purposes.
Shows the current auto reply settings for your account. Supports the enabling and disabling of auto reply. Note that all attributes are displayed even if auto reply is disabled for reference purposes.

0 comments on commit 93c08d4

Please sign in to comment.