diff --git a/docs/sensor.md b/docs/sensor.md index c212888..795438b 100644 --- a/docs/sensor.md +++ b/docs/sensor.md @@ -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. @@ -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. \ No newline at end of file +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.