forked from tasmota/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
174 lines (168 loc) · 4.28 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
site_name: Tasmota
site_description: Documentation (Wiki) for Tasmota. Open source firmware for ESP8266 devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, serial or KNX.
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/'
# copyright: 'Copyright © 2020 Tasmota Development Team'
# use_directory_urls: false
strict: true
theme:
name: material
# custom_dir: 'theme'
logo: '_media/logo.svg'
favicon: _media/favicon.ico
palette:
primary: 'blue'
accent: 'indigo'
features:
- tabs
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
- codehilite
- meta
plugins:
- search
- alternate-link
- minify:
minify_html: true
# - htmlproofer
google_analytics:
- 'UA-140681905-2'
- 'auto'
extra_css:
- 'assets/css/anchor-fix.css'
nav:
- Home: 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
- Features:
- Introduction: Features.md
- Buttons-and-Switches.md
- Device-Groups.md
- Lights.md
- PIR-Motion-Sensors.md
- Power-Monitoring-Calibration.md
- PWM-dimmer-switch.md
- Rules.md
- Blinds-and-Shutters.md
- Timers.md
- TuyaMCU.md
- Bluetooth.md
- Zigbee.md
- IR Communication: Tasmota-IR.md
- DeepSleep.md
- Dynamic-Sleep.md
- I2C Devices: I2CDevices.md
- Scripting: Scripting-Language.md
- Smart-Meter-Interface.md
- TasmotaSlave.md
- Subscribe-&-Unsubscribe.md
- TLS.md
- Tutorials.md
- For Developers: For-Developers.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/BrettSheleski/SmartThingsPublic/tree/master/devicetypes/brettsheleski/sonoff-tasmota.src"
- Peripherals:
- Supported-Peripherals.md
- Analog pin: ADC.md
- Buzzer.md
- Displays.md
- A4988 stepper motor controller: A4988-Stepper-Motor-Controller.md
- AHT1x.md
- AM2301 temperature and humidity sensor: AM2301.md
- APDS-9960.md
- AZ-7798.md
- BH1750.md
- BME280.md
- BME680.md
# - Buzzer.md
- CC2530.md
- Chirp! moisture sensor: Moisture-Sensor-and-Chirp!-Sensor.md
- DHT11.md
- DS18x20.md
- DS3231.md
- HM-10.md
- HM-17.md
- HC-SR04.md
- Honeywell-HIH.md
- IAQ.md
- IR-Remote.md
- LM75AD.md
- MCP230xx.md
- MGC3130.md
- MH-Z19B.md
- MLX90614.md
- MPR121.md
- MPU-6050.md
- NRF24L01.md
- P1-Smart-Meter.md
- PAJ7620.md
- PCA9685.md
- PN532.md
- PZEM-0XX.md
- RCWL-0516.md
- RDM6300.md
- SDS011.md
- SHT30.md
- TX2x.md
- TSL2561.md
- VEML6070.md
- VL53L0x.md
- WS2812B-RGB-Shield.md
- WS2812B-and-WS2813.md
- Supported Devices:
- Configuring unknown devices: Configuration-Procedure-for-New-Devices.md
- All Supported Devices: https://templates.blakadder.com/ "target=_blank"
- Supported-Modules.md
- Help:
- FAQ.md
- Troubleshooting.md
- Device-Recovery.md
- Discord Support: http://thehackbox.org/tasmota/release/ "target=_blank"
- Compiling: Compile-your-build.md
- Contributing: Contributing.md
- Download: http://thehackbox.org/tasmota/release/ "target=_blank"