Commit Graph

204 Commits

Author SHA1 Message Date
Guillermo Ruffino
ec78f828fb
Add DFPlayer docs (#306)
* Add DFPlayer docs

* lint


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-20 19:30:11 +02:00
Nad
b8edd462b7
Add documentation for STS3x Temperature sensors (#300)
* Add documentation for STS3x Temperature sensors

* Updated formatting

* Updated index and other temperature sensors with link to STS3x sensor

* Added STS31 sensor photo

* Updated documentation with flattened config.

* Remove from some pages

Those sensors aren't really similar to this one, so removing them

* Remove references

Same, plus I don't want to fix all the merge conflicts


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-20 19:30:11 +02:00
Nad
2552e8070e
Add documentation for SHTCx Temperature sensors (#305)
* Add documentation for STS3x Temperature sensors

* Updated formatting

* Updated index and other temperature sensors with link to STS3x sensor

* Added STS31 sensor photo

* Add documentation for SHTCx Temperature sensors

* Fixed reference to a sensor thumbnail

* Cleaned up changes leaked from STS3x feature

* Remove references on other pages

It's already getting too cluttered...

* Remove references


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-20 19:30:10 +02:00
Nad
34f6817423
Add documentation for SGP30 eCO2 and TVOC sensors (#308)
* Add documentation for SGP30 eCO2 and TVOC sensors

* Fixed image path and identation error;

* Fixet bullet block

* Updated SGP30 documentation for configuring Temperature and Humidity compensation sources; Removed uptime sensor

* Compress sgp30.png

* Fix build errors

* Remove uptime mention


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-20 19:30:10 +02:00
Evan Coleman
d8d5e81a7d
Add documentation for SSD1325 OLED displays (#347)
* add ssd1325 docs

* Fix line length

* Fix duplicate target name warning

* Reduce image size


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-20 19:30:10 +02:00
Otto Winter
471c9f773a
Merge branch 'current' into beta 2019-10-20 19:29:31 +02:00
h0--
a4c349a6e9 update esp32camera documentation - note about PWM (#348)
* update esp32camera documentation - note about PWM

As I was fighting with this yesterday, I think this can be part of esphome documentation.

* Update esp32_camera.rst


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-20 16:28:02 +02:00
Otto Winter
d2f1c23ebf
Merge branch 'current' into next 2019-10-19 17:07:29 +02:00
Otto Winter
26b917dadc
Add ESP32 scan parameters (#368)
See https://github.com/esphome/esphome/pull/769
2019-10-19 16:33:02 +02:00
Otto Winter
d826c0d60d
Remove my9231 update_on_boot from docs
Fixes https://github.com/esphome/issues/issues/450
2019-10-18 10:38:12 +02:00
Otto Winter
e7f27a9fe9
Add note about tasmota pwm
Fixes https://github.com/esphome/issues/issues/657
2019-10-18 10:37:29 +02:00
Guillermo Ruffino
a0702ac03d add tcl112 receiver docs (#365) 2019-10-18 09:22:51 +02:00
thenameiwantedwastaken
075d88444e Proof reading changes (#364)
* Small changes from proofreading.

* Proofreading changes.

* Correction from travis checks

* Update guides/getting_started_command_line.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* More proofreading changes.

* More proofreading changes.

* Minor corrections
2019-10-18 09:22:48 +02:00
Nikolay Vasilchuk
1b1f06056f SenseAir S8 CO2 sensor support (#330)
* Docs

* CI fix
2019-10-17 21:37:56 +02:00
Thomas Klingbeil
c630fbdb05 Add documentation for TTGO ePaper (#342) 2019-10-17 21:01:09 +02:00
TomFahey
efec2a7fbf Updated MCP23017 Component To Cover 8 & 16 Port Chips (#277)
* Updated MCP23017 Component To Cover 8 & 16 Port Chips

* Made requested changes, adding short paragraph at top of MCP230xx.rst
explaining the page is for MCP23008 and MCP23017, also deleted now
obsolete MCP23017.rst

* Added separate sections for MCP23017, MCP23008

* Remove MCP23017 page (merged with new one)


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-17 16:28:53 +02:00
Alexander Leisentritt
9ff3e95aab Xiaomi refactor (#361)
* refactored xiaomi sensors

* sorted xiaomi sensor alphabetically

* updated xiaomi docs to mention marketing names

* fixed old changelog

* fix ref links

* fix bar length
2019-10-16 13:30:31 +02:00
Otto Winter
08231a5a6d
Fix links in remote
Closes https://github.com/esphome/esphome-docs/pull/355
2019-10-15 21:36:14 +02:00
Fredrik Erlandsson
f998540605 The 4.20in display works fine (#359) 2019-10-15 20:56:41 +02:00
Sergio Mayoral Martínez
8834354dd8 Add Xiaomi Cleargrass Sensor Documentation (#346)
* Add index for new Xiaomi ClearGrass E-Ink Sensor

* Add Xiaomi Cleargrass Sensor Documentation

Add all the needed documentation, such as index,
references and main page of this sensor

* Fix images width

Adjust images width to a better fit in the page

* Fix apiref of Xiaomi Sensors

The apiref of Cleargrass and LYWSD02 models point
to the mijia's api, so I fix this

* Fix Xiaomi Cleargrass documentation mistake

Line 43 of xiaomi_cleargrass.rst references to
Xiaomi Mijia's sensor. It should reference to
Xiaomi Cleargrass.

Also I change titles of this sensor in order to
avoid the title uses 2 lines
2019-10-14 13:25:04 +02:00
Levente Tamas
ac28efde9c ADD TLC59208F documentation (#338) 2019-10-14 11:38:20 +02:00
Nikolay Vasilchuk
4884282ba0 Device description in dashboard (#335) 2019-10-14 11:27:41 +02:00
Matthew Pettitt
25b018899a Fix description of the sensor (#309) 2019-10-13 18:07:33 +02:00
Nikolay Vasilchuk
e91a665ba4 Basic Auth for web_server component (#304)
* Basic auth

* Basic auth

* typo

* Update web_server.rst

* Move auth example out of top-level example

Reason: Most users will copy-paste that into their config directly, which then causes a validation error because of the missing !secret value.


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-13 14:28:02 +02:00
jeff-h
8b2e1d4a82 Make it clearer that only one deep sleep component is allowed. (#303)
* Make it clearer that only one deep sleep component is allowed.

* Update deep_sleep.rst


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-13 12:57:13 +02:00
mr G1K
435c80279b Fix, optimize mijia (#293) 2019-10-12 15:03:26 +02:00
Magnus
8ba61fba55 Update hdc1080.rst (#343)
Thanks
2019-09-18 14:07:58 -03:00
Guillermo Ruffino
92975768af
add coolix receiver (#288)
* add coolix receiver

* add example
2019-09-09 13:01:50 -03:00
Otto Winter
c5ee042d56
Merge branch 'next' of https://github.com/esphome/esphome-docs into next 2019-09-01 11:24:35 +02:00
Guillermo Ruffino
a4a4495844 add has_built_in_endstop docs (#302)
* add has_built_in_endstop docs

* Added info about commands behavior with built in end stop
2019-08-31 19:53:15 +02:00
Giorgos Logiotatidis
e3a6a9a0f1 Update esp32_camera.rst jpeg quality (#332) 2019-08-31 19:49:13 +02:00
Nad
1e4660f023 Add documentation for Sensirion SCD30 CO2 sensors (#333)
* Add documentation for Sensirion SCD30 CO2 sensors

* Minor text fixes and photo optimization
2019-08-31 19:24:41 +02:00
guptamp
2018483d17 i2c: Add description of id Parameter (#329)
* Add description of id Parameter

see here: https://github.com/esphome/issues/issues/625

* add id parameter and explantion to i2c

I hope this explains it better.

* Update components/i2c.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* Note sure if i have done the note right

In the preview it doesn't seem to render correctly

* Update i2c.rst

* Update i2c.rst


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-08-30 10:53:30 +02:00
Robert Kiss
deb2559be6 Add doc for delayed_on_off binary_sensor filter (#324)
* add doc for delayed_on_off binary_sensor filter

* added delayed_on_off yaml example
2019-08-29 16:09:40 +02:00
mr G1K
87327c6b34 LYWSD02 docs (#292)
* Add xiaomi_lywsd02

* Fix, Title underline too short.

* Fix, img link
2019-08-29 15:42:42 +02:00
Eric Hiller
29d1b6fc92 Add configuration example for TTGO T-Camera v1.7 (#318)
* Add configuration example for TTGO T-Camera v1.7

For `esp32_camera`
I added the configuration for a newly received TTGO T-Camera marked as v1.7
Took me a while to figure out the pinout , so I thought I'd save others the trouble.

* Remove image options

* Update esp32_camera.rst


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-08-27 22:20:00 +02:00
Peter Stuifzand
53c05ae94c Fix api.proto url (#310)
Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-08-27 20:24:30 +02:00
Florian Ragwitz
2bdb811ee2 7.50in waveshare e-paper works (#321) 2019-08-27 20:15:12 +02:00
Fabian Affolter
7fd9fdc477 Fix header level (#325) 2019-08-27 20:14:56 +02:00
Nikolay Vasilchuk
9e4d9d827b MH-Z19 calibration support (#312)
Add docs for new calibration support
2019-08-27 10:40:52 -07:00
Jasper van der Neut - Stulen
542853674a Document median filter. (#319) 2019-08-27 10:39:32 -07:00
Fabian Affolter
d65872a9ec Minor changes to the setup steps (#327) 2019-08-27 19:30:06 +02:00
srg74
2ade2f4982 Update logger.rst for typo in ESP32 name (#313)
Error in controller name
2019-08-11 12:31:10 +02:00
Otto Winter
8d91d657dc
Updates 2019-07-28 12:41:15 +02:00
Dave Richer
2ae6695904 Fix typo in transmit_sony documentation (#299) 2019-07-21 11:38:49 +02:00
Otto Winter
7299d1e782
Remove update_on_boot from docs
Fixes https://github.com/esphome/issues/issues/450
2019-07-11 16:06:51 +02:00
Olivér Falvai
3d6a4c1169 Updated confusing deep_sleep.prevent documentation (#287)
* Updated confusing deep_sleep.prevent documentation

* Fixed wording
2019-07-11 10:20:04 +02:00
bwente
78da768745 Added TTGO T-Journal (#289)
Added TTGO T-Journal ESP32 Camera Module configuration
2019-07-11 10:19:53 +02:00
Otto Winter
da052a7838
Merge branch 'current' into next 2019-07-03 17:35:48 +02:00
mtl010957
01ef2dc80b Added docs for tilt capability in template cover (#260)
* Added docs for tilt capability in template cover

* Cleaned up spurious character from merge
2019-07-03 16:45:58 +02:00