-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
94 lines (87 loc) · 2.41 KB
/
Copy pathmkdocs.yml
File metadata and controls
94 lines (87 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
site_name: RoamCore
site_description: "RoamCore Docs — Home Assistant for van life"
site_url: https://roamcore.co.uk/docs/
docs_dir: docs
site_dir: public/docs
theme:
name: material
language: en
logo: null
favicon: null
features:
- navigation.tracking
- navigation.sections
- content.code.copy
palette:
- scheme: slate
primary: black
accent: teal
extra_css:
- styles/rc.css
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: false
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
nav:
- Home: index.md
- Catalog:
- Browse all: catalog/index.md
- Power:
- catalog/power/index.md
- Water:
- catalog/water/index.md
- catalog/level-sensor/index.md
- Comfort:
- catalog/comfort/index.md
- catalog/lighting/index.md
- catalog/bed-lift/index.md
- catalog/audio-media/index.md
- catalog/hvac/index.md
- catalog/fans/index.md
- Connectivity:
- catalog/connectivity/index.md
- catalog/networking/index.md
- catalog/remote-access/index.md
- Homelab:
- catalog/homelab/index.md
- Location:
- catalog/location/index.md
- catalog/presence/index.md
- catalog/map/index.md
- catalog/weather/index.md
- Safety:
- catalog/safety/index.md
- Security:
- catalog/security/index.md
- catalog/cctv/index.md
- catalog/nfc-tags/index.md
- Automations:
- catalog/automations/index.md
- catalog/ai/index.md
- catalog/time/index.md
- Maintenance:
- catalog/maintenance/index.md
- catalog/vehicle-obd/index.md
- Miscellaneous:
- catalog/misc/index.md
- Technical (advanced):
- Install: howto/homeassistant-installer.md
- Troubleshooting: guides/troubleshooting.md
- Support bundle: howto/support-bundle.md
- Connection states: reference/rc-connection-states.md
- Connection state chip: reference/rc-connection-state-chip.md
- Entity naming: reference/rc-entity-naming.md
- RoamCore Hub: reference/rc-hub.md
- OpenClaw JSON API: reference/openclaw-json-api.md
- RoamCore on your phone: setup/pwa.md