started documentation page
This commit is contained in:
26
docs/index.md
Normal file
26
docs/index.md
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# Appdaemon Apps
|
||||||
|
|
||||||
|
## Room Controller
|
||||||
|
|
||||||
|
Formerly `BasicMotion` and others
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
graph TD
|
||||||
|
Room
|
||||||
|
|
||||||
|
Motion --> Room
|
||||||
|
Button --> Room
|
||||||
|
Door --> Room
|
||||||
|
```
|
||||||
|
|
||||||
|
### Config
|
||||||
|
|
||||||
|
#### Required
|
||||||
|
|
||||||
|
#### Optional
|
||||||
|
|
||||||
|
## Sleep Setter
|
||||||
|
|
||||||
|
`sleep.py`
|
||||||
|
|
||||||
|
### Config
|
||||||
Reference in New Issue
Block a user