Commit Graph

1185 Commits

Author SHA1 Message Date
Keith Burzinski
4100d4c387 Add transmit pioneer (#446)
* Added transmit_pioneer documentation
2020-01-13 14:39:43 -08:00
Guillermo Ruffino
b3c5bf437b change docs to suggest logger config (#378)
using sample config instead of warning at top to match other uart components
2020-01-12 17:08:24 +01:00
Daniel Bjørnbakk
03ca209105 fixed non working example (#381)
* fixed non working example

small fix to get the color swipe working

* Apply suggestions from code review

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

Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-01-12 16:42:44 +01:00
Panuruj Khambanonda (PK)
4ff46e74e2 Update SGP30 for the correct eCO2 and TVOC baseline (#458)
* Update SGP30 for the correct eCO2 and TVOC baseline

* Apply suggestions from code review

Fix incorrect markdown syntax

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

Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-01-12 16:42:24 +01:00
Vc
fa81290579 Patch 3 (#460)
* Update sonoff.rst

Added Sonoff dual board version 1.4

* Update devices/sonoff.rst

fixed, thanks!

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

Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-01-12 16:36:20 +01:00
Otto Winter
4037e507d7
Remove requirement for titlebars matching length 2020-01-12 16:36:02 +01:00
Otto Winter
428d9e23a8
Remove permission bits for images 2020-01-12 16:28:41 +01:00
Otto Winter
c3852cb30d
Update .gitignore for better macOS support and IntelliJ editing 2020-01-12 16:28:24 +01:00
Mechotronic
a468feccb0 On_sunrise was listed twice in description. (#464)
Changed the second one to on_sunset
2020-01-12 16:01:03 +01:00
spattinson
eaebd436df change "tracker" to "presence" (#465)
two instances in sample config. to reflect new name.
2020-01-12 16:00:08 +01:00
Luar Roji
f93b01590c Added degree symbol output on ~ for MAX7219 (#376) 2020-01-12 15:18:34 +01:00
voibit
3974418c3f Added support for inverted output in neopixelbus (#441) 2020-01-12 15:16:30 +01:00
Alex Solomaha
98b80e4244 Update getting_started_command_line.rst (#461)
Fixed typo
2020-01-08 11:17:38 -03:00
Guillermo Ruffino
93fa8b40fb
tm1651 not a display component (#462) 2020-01-08 11:16:40 -03:00
Richard Lewis
66e774b227 Fix broken link (#437) 2019-12-30 14:13:15 -03:00
Guillermo Ruffino
1b5f339b58
Fix climate link 2019-12-30 09:37:22 -03:00
Guillermo Ruffino
f0b82ad1a0
merge all ir climates in a single doc (#385)
* merge all ir climates in a single doc

* Add links to h headers

* Run svgo over SVG

Optional, but removes the inkscape metadata

* Update seo image

* Link to FAQ

Don't want to have people open those in the normal repo.

* Add explicit no to the table

* Sort configuration variables by assumed use frequency

* Update tag

* Add more info to Using a Receiver

* Minor change

Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-12-30 09:20:17 -03:00
Otto Winter
2887630653
Update supporters.rst 2019-12-12 12:02:59 +01:00
Jesse Hills
dd754ca63f Add docs for RF Bridge (#433)
* Add docs for RF Bridge

* Add full image

* Fix title underline

* More title underlines

* Fix ref

* Update components/rf_bridge.rst

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

* Fix ref
2019-12-10 11:09:47 +01:00
LMR
d5cd4c107b DIY Examples : Added SW420 Vibration Sensor with Remote Notifications (#436) 2019-12-10 11:09:00 +01:00
Otto Winter
fb3eab4636
Update esp32_ble_tracker.rst
Fixes https://github.com/esphome/issues/issues/912
2019-12-10 11:07:16 +01:00
David Beitey
c8baae2bc6 Use .timestamp instead of .time in time docs (#435)
`.time` is deprecated since https://github.com/esphome/esphome/pull/531; this updates the reference in the documentation so that warnings like the following can be avoided:

```
src/main.cpp: In lambda function:
src/main.cpp:462:20: warning: 'esphome::time::ESPTime::<anonymous union>::time' is deprecated (declared at src/esphome/components/time/real_time_clock.h:35): .time is deprecated, use .timestamp instead [-Wdeprecated-declarations]
       return (time.time);
 ```
2019-12-07 17:16:06 +01:00
Nick Whyte
9382e2f37a Add doc for color correction of rgb* lights (#431)
* Add doc for color correction of rgb* lights

* PR changes

* .
2019-12-07 17:15:41 +01:00
Nick Whyte
f092a36086 Add doc for duty cycle output component (#427)
* Add doc for duty cycle output component

* add to index

* png -> svg

* .

* See also

* duty_cycle -> slow_pwm

* .

* .

* wrap long line

* Update components/output/slow_pwm.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>
2019-12-07 17:14:55 +01:00
Otto Winter
559be3f441
Merge branch 'next' of https://github.com/esphome/esphome-docs into next 2019-12-04 19:01:41 +01:00
Evgeny
05626a6a0d Add TM1651 docs (#429)
* Add TM1651 docs

* updated gitignore

* Fixed title underline

* Fixed title length

* Moved docs, added actions

* fix gitignore

* fix indent
2019-12-04 13:11:49 +01:00
Nad
c9ed4ad6d4 Add documentation for Sensirion SPS30 Particulate Matter sensors (#424)
* Add documentation for SPS30 Particulate Matter sensors

* Fix document formatting;

* Removed redundant accuracy settings


Co-authored-by: Nad <valordk@github>
2019-12-04 12:34:14 +01:00
Otto Winter
b5a50b5b62
BME280/BME680/BMP280 oversampling none docs
Fixes https://github.com/esphome/issues/issues/893
2019-12-04 11:45:49 +01:00
Andrej Komelj
f87389b425 Add B/W support for Waveshare 2.90in (B) screen (#426) 2019-12-03 14:18:07 +01:00
Otto Winter
ac121643aa
Add note about multiple on_clicks
Fixes https://github.com/esphome/feature-requests/issues/510
2019-11-30 11:21:04 +01:00
Ben Suffolk
b3d811d5a3 Cookbook for Sonoff Light Switches (#407)
* Cookbook for Sonoff Light Switches

Cookbook for various Sonoff Light Switch options including Basic, Dual and T1-3

* Removed references to myself

All references to I have been removed and re worded into a more generic text

* Fixed Formatting issues to Pass Travis Checks

* Update cookbook/sonoff-basic-light-switch.rst

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

* Update cookbook/sonoff-dual-light-switch.rst

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

* Update cookbook/sonoff-dual-light-switch.rst

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

* Update cookbook/sonoff-dual-light-switch.rst

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

* Update cookbook/sonoff-dual-light-switch.rst

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

* Update cookbook/sonoff-dual-light-switch.rst

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

* Update cookbook/sonoff-dual-light-switch.rst

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

* Update cookbook/sonoff-dual-light-switch.rst

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

* Update cookbook/sonoff-dual-light-switch.rst

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

* YAML updates

Removed fast_connect, UART swotches from Dual R1, and reference to an issue that no longer exists
2019-11-29 18:27:26 +01:00
Guillaume DELVIT
ad16db3789 Fix time id conflict (#418)
correct time id as it is not authorized with new version
2019-11-29 18:16:51 +01:00
Tim P
3ece925ed0 Added Documentation for QMC5883L + HMC5883L Doc improvements (#301)
* QMC5883L docs + HMC5883L improvments

* clean up docs

* update docs

* Fix Default value
2019-11-26 18:43:06 +01:00
Guillermo Ruffino
d5f3b8b3d6
dfplayer updates (#421) 2019-11-22 10:45:16 -03:00
Otto Winter
2e0c149f98
Remove stop_bits 2 reference PZEM004T 2019-11-20 17:20:18 +01:00
Guillermo Ruffino
35d0401965 add climate core docs fan, swing (#415)
* ad climate core docs fan, swing

* fix copy paste is evil

* fix typo
2019-11-20 17:10:35 +01:00
Alexey Vlasov
7533a46dc0 Added Android Beacon MQTT app (#417) 2019-11-20 13:49:15 +01:00
Otto Winter
6b5d981c53
Bump version to v1.14.3 2019-11-17 23:37:35 +01:00
Samuel Sieb
a89a85a4a5
document the new has_position parameter for the template cover (#410)
* document the new has_position parameter for the template cover

* better description


Co-authored-by: Samuel Sieb <samuel@sieb.net>
2019-11-17 23:34:06 +01:00
Otto Winter
f80c48dbfa
Merge branch 'current' into next 2019-11-17 23:31:01 +01:00
Otto Winter
87934e8792
Merge branch 'next' of https://github.com/esphome/esphome-docs into next 2019-11-17 23:30:47 +01:00
Hamish Moffatt
e49a97a2fe add Topersun smart plug (#413)
* add Topersun smart plug

* fix copy and paste error
2019-11-17 23:18:19 +01:00
Samuel Sieb
e248a78eb5 document the new has_position parameter for the template cover (#410)
* document the new has_position parameter for the template cover

* better description


Co-authored-by: Samuel Sieb <samuel@sieb.net>
2019-11-12 22:23:56 +01:00
Destix
f054a74699 Update lcd_display.rst (#411) 2019-11-12 15:37:46 +01:00
Nikolay Vasilchuk
519bbc30b2 http_request component Docs (#392) 2019-11-09 18:39:13 +01:00
ankycooper
289f9e8f52 Update Mirabella Genio red LED GPIO (#406)
Update 3.2 Mirabella Genio Wi-Fi 1 USB Adaptor to use red LED on GPIO4
2019-11-07 22:36:08 +01:00
Alexander Leisentritt
5a83a0dcef added docs for ruuvitag (#383)
* added docs for ruuvitag

* updated for RAWv2 protocol

* typo

* punctuation

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

* added acceleration

* typo

Co-Authored-By: Otto Winter <otto@otto-winter.com>
2019-11-07 22:10:13 +01:00
Bergont Nicolas
08cc779dea DIY Examples : add Custom ESPHome for Wofea Alarm (#405) 2019-11-07 15:39:41 +01:00
kvvoff
6cac2ff316 DIY Examples: Add Universal IR Remote ZJ-A1 link (#404)
ESPHome config for Universal IR Remote ZJ-A1 (russian)
2019-11-07 12:26:34 +01:00
Taigar2015
ddb48b190e Update brilliant-mirabella-genio-smart-plugs.rst - Added Gosund… (#402)
* Update brilliant-mirabella-genio-smart-plugs.rst

* Update brilliant-mirabella-genio-smart-plugs.rst

* Update brilliant-mirabella-genio-smart-plugs.rst

Fixed URL
2019-11-06 14:19:30 +01:00