From cf6e9d6f6480ce51fe41efb4aabd74e12e71c21e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 13 May 2024 10:18:12 -0400 Subject: [PATCH 1/3] Updated Abode docs to point to jaraco.abode library --- source/_integrations/abode.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/abode.markdown b/source/_integrations/abode.markdown index 840b298fa763..46027cbba16f 100644 --- a/source/_integrations/abode.markdown +++ b/source/_integrations/abode.markdown @@ -81,8 +81,8 @@ All {% term events %} have the fields: | `date` | The date of the event in the format `MM/DD/YYYY`. | | `time` | The time of the event in the format `HH:MM AM`. | -There is a unique list of known event_codes that can be found -[here](https://github.com/MisterWil/abodepy/files/1262019/timeline_events.txt). +There is a unique list of known event_codes are defined in +[events.csv](https://github.com/jaraco/jaraco.abode/blob/main/jaraco/abode/helpers/events.csv). ## Services @@ -92,7 +92,7 @@ Available {% term services %}: `change_setting`, `capture_image`, `trigger_autom Change settings on your Abode system. For a full list of settings and valid values, consult the -[AbodePy settings section](https://github.com/MisterWil/abodepy/blob/master/README.rst#settings). +[jaraco.abode settings section](https://github.com/jaraco/jaraco.abode/blob/main/README.rst#settings). | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | From 54945c1c48346ecbe1294f5b8d292eacfa73274e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 14 May 2024 10:56:41 -0400 Subject: [PATCH 2/3] Add link to the inferred groups and their ranges. --- source/_integrations/abode.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/abode.markdown b/source/_integrations/abode.markdown index 46027cbba16f..cecf3be7f379 100644 --- a/source/_integrations/abode.markdown +++ b/source/_integrations/abode.markdown @@ -82,7 +82,9 @@ All {% term events %} have the fields: | `time` | The time of the event in the format `HH:MM AM`. | There is a unique list of known event_codes are defined in -[events.csv](https://github.com/jaraco/jaraco.abode/blob/main/jaraco/abode/helpers/events.csv). +[events.csv](https://github.com/jaraco/jaraco.abode/blob/main/jaraco/abode/helpers/events.csv) +and the inferred groups and their ranges of event codes are defined in +[timeline.py](https://github.com/jaraco/jaraco.abode/blob/main/jaraco/abode/helpers/timeline.py). ## Services From 16e9619f04571e95e4f959163ebfa8e1c97fba3a Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 14 May 2024 17:35:03 +0200 Subject: [PATCH 3/3] Tiny tweak for the linter --- source/_integrations/abode.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/abode.markdown b/source/_integrations/abode.markdown index cecf3be7f379..c33bb3a3becb 100644 --- a/source/_integrations/abode.markdown +++ b/source/_integrations/abode.markdown @@ -94,7 +94,7 @@ Available {% term services %}: `change_setting`, `capture_image`, `trigger_autom Change settings on your Abode system. For a full list of settings and valid values, consult the -[jaraco.abode settings section](https://github.com/jaraco/jaraco.abode/blob/main/README.rst#settings). +[`jaraco.abode` settings section](https://github.com/jaraco/jaraco.abode/blob/main/README.rst#settings). | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- |