forked from tasmota/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
215 lines (203 loc) · 5.69 KB
/
mkdocs.yml
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
site_name: Tasmota
site_description: Documentation (Wiki) for Tasmota
site_url: https://tasmota.github.io/docs/
repo_name: 'arendst/tasmota'
repo_url: 'https://github.com/arendst/tasmota'
edit_uri: 'https://github.com/tasmota/docs/blob/master/docs/'
docs_dir: docs
# copyright: 'Copyright © 2020 Tasmota Development Team'
plugins:
- search:
lang:
- de
- en
- alternate-link
- minify:
minify_html: true
- redirects:
redirect_maps:
'GPIO-Locations.md': 'Pinouts.md'
'BMP280.md': 'BME280.md'
'Rule-Cookbook.md': 'Rules.md'
'Sensor-Configuration.md': 'Peripherals.md'
'Scripting-Cookbook.md': 'Scripting-Language.md'
'Status-LED.md': 'Lights.md'
'Tuya-Protocols.md': 'TuyaMCU.md'
'Upgrade.md': 'Upgrading.md'
'Berry-Scripting.md': 'Berry.md'
# - htmlproofer
# strict: true
theme:
name: material
language: 'en'
# custom_dir: 'overrides'
logo: '_media/logo.svg'
favicon: _media/favicon.ico
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: deep purple
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- content.action.edit
font:
text: Barlow
code: Roboto Mono
extra:
social:
- icon: fontawesome/brands/discord
link: 'https://discord.gg/Ks2Kzd4'
- icon: fontawesome/brands/telegram
link: 'https://t.me/tasmota'
- icon: fontawesome/brands/github-alt
link: 'https://github.com/tasmota'
analytics:
provider: google
property: G-8J08F8X90S
markdown_extensions:
- admonition
- toc:
permalink: "~"
toc_depth: 3
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.betterem
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight
- pymdownx.keys
- pymdownx.mark
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.tilde
- meta
- def_list
- attr_list
- md_in_html
extra_css:
- 'assets/css/anchor-fix.css'
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- extra_javascript/tablesort.js
nav:
- Home:
- News: index.md
- About.md
- Getting Started: Getting-Started.md
- Upgrading.md
- MQTT.md
- Commands: Commands.md
- Templates: Templates.md
- Components.md
- Modules: Modules.md
- Peripherals: Peripherals.md
- WebUI.md
- Firmware-Builds.md
- Compiling: Compile-your-build.md
- Contributing: Contributing.md
- Download.md
- Project Showcase: "https://github.com/arendst/Tasmota/discussions/categories/show-and-tell"
- For Developers: For-Developers.md
- Features:
- Introduction: Features.md
- Analog Pin: ADC.md
- ArtNet DMX: ArtNet.md
- Buttons-and-Switches.md
- DeepSleep.md
- Device-Groups.md
- Displays.md
- Dynamic-Sleep.md
- I2C Devices: I2CDEVICES.md
- I2S Audio: I2S-Audio.md
- IPv6.md
- Lights.md
- Matter: Matter.md
- PIR-Motion-Sensors.md
- Power-Monitoring-Calibration.md
- PWM-dimmer-switch.md
- Rules.md
- Scripting Language: Scripting-Language.md
- Blinds-and-Shutters.md
- Protocol Bridging:
- Arduino MCU: TasmotaClient.md
- BLE Gateway: Bluetooth.md
- HDMI CEC: HDMI_CEC.md
- IR Communication: Tasmota-IR.md
- LCD/DLP Projector Control: Projector.md
- Modbus-Bridge.md
- OpenTherm: OpenTherm.md
- RF Communication: RF-Protocol.md
- Serial-to-TCP-Bridge.md
- Zigbee.md
- Smart-Meter-Interface.md
- Thermostat.md
- Timers.md
- TLS.md
- TuyaMCU.md
- Universal File System: UFS.md
- Wi-Fi Range Extender: Range-Extender.md
- Projects and Tutorials: Tutorials.md
- ESP32:
- Tasmota32 Features: ESP32.md
- Berry: Berry.md
- Bluetooth Low Energy: Bluetooth_ESP32.md
- LVGL: LVGL.md
- HASPmota: HASPmota.md
- Matter.md
- Tasmota-Application.md
- TensorFlow Lite: TFL.md
- Touch GPIOs: TouchPin.md
- Safeboot Partition Layout: Safeboot.md
- Supported Devices: "https://templates.blakadder.com/esp32"
- Smart Home Integrations:
- Introduction: Integrations.md
- Alexa.md
- AWS-IoT.md
- Domoticz.md
- Home-Assistant.md
- Homebridge.md
- Homey: "https://homey.app/en-us/app/com.paveld.tasmota/Tasmota-MQTT/"
- HomeSeer.md
- IP-Symcon.md
- KNX.md
- NodeRed.md
- nymea.md
- Octoprint.md
- openHAB.md
- otto.md
- IOBroker: "https://github.com/arendst/Tasmota/issues/3769"
- Mozilla WebThings Adapter: "https://github.com/tim-hellhake/tasmota-adapter"
- SmartThings: "https://github.com/hongtat/tasmota-connect"
- Tasmohab: "https://github.com/Gifford47/tasmohab/blob/master/README.md"
- Peripherals: Supported-Peripherals.md
- Supported Devices:
- Configure Unknown Device: Configuration-Procedure-for-New-Devices.md
- All Supported Devices: https://templates.blakadder.com/ "target=_blank"
- Wi-Fi Module Pinouts: Pinouts.md
- Supported-Modules.md
- Help:
- FAQ.md
- Troubleshooting.md
- Device-Recovery.md
- Discord Support: https://discord.gg/Ks2Kzd4 "target=_blank"
- Web Installer: "http://tasmota.github.io/install"