mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Updated Abode docs to point to jaraco.abode library (#32722)
* Updated Abode docs to point to jaraco.abode library * Add link to the inferred groups and their ranges. * Tiny tweak for the linter --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
8e5309705e
commit
a61cc6aa09
@ -81,8 +81,10 @@ All {% term events %} have the fields:
|
|||||||
| `date` | The date of the event in the format `MM/DD/YYYY`. |
|
| `date` | The date of the event in the format `MM/DD/YYYY`. |
|
||||||
| `time` | The time of the event in the format `HH:MM AM`. |
|
| `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
|
There is a unique list of known event_codes are defined in
|
||||||
[here](https://github.com/MisterWil/abodepy/files/1262019/timeline_events.txt).
|
[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
|
## Services
|
||||||
|
|
||||||
@ -92,7 +94,7 @@ Available {% term services %}: `change_setting`, `capture_image`, `trigger_autom
|
|||||||
|
|
||||||
Change settings on your Abode system.
|
Change settings on your Abode system.
|
||||||
For a full list of settings and valid values, consult the
|
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 |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ----------- |
|
| ---------------------- | -------- | ----------- |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user