Skip to content

Commit

Permalink
Updated Abode docs to point to jaraco.abode library
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco authored and frenck committed May 13, 2024
1 parent b55c984 commit cf6e9d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/_integrations/abode.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit cf6e9d6

Please sign in to comment.