forked from tasmota/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
234 lines (223 loc) · 5.55 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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
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'
# - 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.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.top
- navigation.tracking
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'
markdown_extensions:
- admonition
- toc:
permalink: "~"
toc_depth: 3
- pymdownx.mark
- pymdownx.tabbed
- pymdownx.emoji:
- pymdownx.betterem
- pymdownx.caret
- pymdownx.highlight
- pymdownx.superfences
- meta
google_analytics:
- 'UA-140681905-2'
- 'auto'
extra_css:
- 'assets/css/anchor-fix.css'
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
- Compiling: Compile-your-build.md
- Contributing: Contributing.md
- Download.md
- Project Showcase: "https://github.com/arendst/Tasmota/discussions/categories/show-and-tell"
- Features:
- Introduction: Features.md
- Analog pin: ADC.md
- Bluetooth.md
- Buttons-and-Switches.md
- DeepSleep.md
- Device-Groups.md
- Displays.md
- Dynamic-Sleep.md
- I2C Devices: I2CDevices.md
- IR Communication: Tasmota-IR.md
- LCD/DLP Projector Control: Projector.md
- Lights.md
- OpenTherm: OpenTherm.md
- PIR-Motion-Sensors.md
- Power-Monitoring-Calibration.md
- PWM-dimmer-switch.md
- RF Communication: RF-Protocol.md
- Rules.md
- Scripting: Scripting-Language.md
- Serial-to-TCP-Bridge.md
- Blinds-and-Shutters.md
- Smart-Meter-Interface.md
- Subscribe-&-Unsubscribe.md
- TasmotaClient.md
- Thermostat.md
- Timers.md
- TLS.md
- TuyaMCU.md
- Universal File System: UFS.md
- Zigbee.md
- Projects and Tutorials: Tutorials.md
- For Developers: For-Developers.md
- ESP32 (beta):
- Features: ESP32.md
- Berry.md
- Bluetooth Low Energy: Bluetooth_ESP32.md
- Touch GPIOs: TouchPin.md
- Smart Home Integrations:
- Introduction: Integrations.md
- Alexa.md
- AWS-IoT.md
- Domoticz.md
- Home-Assistant.md
- Homebridge.md
- 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"
- Peripherals:
- Supported-Peripherals.md
- Buzzer.md
- A4988 stepper motor controller: A4988-Stepper-Motor-Controller.md
- AHT1x.md
- AM2301 temperature and humidity sensor: AM2301.md
- APDS-9960.md
- AS3935.md
- AZ-7798.md
- BH1750.md
- BME280.md
- BME680.md
- CC2530.md
- Chirp! moisture sensor: Moisture-Sensor-and-Chirp!-Sensor.md
- DHT11.md
- DS18x20.md
- DS3231.md
- EZO.md
- HM-10.md
- HM-17.md
- HC-SR04.md
- Honeywell-HIH.md
- IAQ.md
- IR-Remote.md
- LM75AD.md
- MCP230xx.md
- MFRC522.md
- MGC3130.md
- MH-Z19B.md
- MLX90614.md
- MLX90640.md
- MPR121.md
- MPU-6050.md
- NRF24L01.md
- OpenTherm.md
- P1-Smart-Meter.md
- PAJ7620.md
- PCA9685.md
- PN532.md
- PZEM-0XX.md
- RCWL-0516.md
- RDM6300.md
- RF-Transciever.md
- SDS011.md
- SHT30.md
- TX2x.md
- TSL2561.md
- VEML6070.md
- VEML6075.md
- VEML7700.md
- VL53L0x.md
- WS2812B-RGB-Shield.md
- WS2812B-and-WS2813.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"
- Builds.md