fixed references

This commit is contained in:
John Lancaster
2023-11-24 01:30:44 -06:00
parent c3d313ea88
commit 9408db4434

View File

@@ -70,10 +70,11 @@ Activates the room if the door opens when everything in the room is off.
### State Definition ### State Definition
States can be defined 3 ways: States can be defined 3 ways:
- Using the `time` key (parsed with [`appdaemon.adapi.ADAPI.parse_time`])
- Using the `time` key (parsed with [appdaemon.adapi.ADAPI.parse_time][])
- `HH:MM:SS[.ss]` - the time in Hours Minutes, Seconds and Microseconds, 24 hour format. - `HH:MM:SS[.ss]` - the time in Hours Minutes, Seconds and Microseconds, 24 hour format.
- `sunrise|sunset [+|- HH:MM:SS[.ss]]` - time of the next sunrise or sunset with an optional positive or negative offset in Hours Minutes, Seconds and Microseconds. - `sunrise|sunset [+|- HH:MM:SS[.ss]]` - time of the next sunrise or sunset with an optional positive or negative offset in Hours Minutes, Seconds and Microseconds.
- Using the `elevation` key (uses [`astral.sun.time_at_elevation`]) - Using the `elevation` key (uses [astral.sun.time_at_elevation][])
- Requires an additional `direction` key with wither `rising` or `setting` - Requires an additional `direction` key with wither `rising` or `setting`
Examples state for `states` key Examples state for `states` key
@@ -101,9 +102,6 @@ Examples state for `states` key
brightness_pct: 10 brightness_pct: 10
``` ```
[`appdaemon.adapi.ADAPI.parse_time`]: https://appdaemon.readthedocs.io/en/latest/AD_API_REFERENCE.html#appdaemon.adapi.ADAPI.parse_time
[`astral.sun.time_at_elevation`]: https://astral.readthedocs.io/en/latest/package.html#astral.sun.time_at_elevation
## Running with Docker ## Running with Docker
Use this command from the appdaemon config directory to clone this repo as a submodule (recommended): Use this command from the appdaemon config directory to clone this repo as a submodule (recommended):