Commit Graph

66 Commits

Author SHA1 Message Date
Otto Winter
9d6c814991
Remove disqus
They started injecting ads :(
2019-03-24 14:54:58 +01:00
Otto Winter
9eabbf1b1a
Update i2c.rst 2019-03-20 20:08:21 +01:00
Otto Winter
7abc639bee
Add SIOD/SIOC note 2019-03-18 15:48:27 +01:00
Otto Winter
3432dbd1b1
Update changelog 2019-03-17 20:45:03 +01:00
Otto Winter
df58f99a68
Use color temp better format 2019-03-17 15:56:16 +01:00
Otto Winter
929a63965d
Updates 2019-03-17 12:10:03 +01:00
Otto Winter
dacc730d37
Update servo.rst 2019-03-16 22:21:42 +01:00
Otto Winter
95c042744b
Add missing pages 2019-03-14 16:41:37 +01:00
Otto Winter
95a94f7452
Add Changelog 2019-03-13 18:57:49 +01:00
Otto Winter
666a1d51a5
Merge branch 'next' of https://github.com/esphome/esphome-docs into next 2019-03-13 18:57:39 +01:00
Otto Winter
c020aa7f2b
Merge branch 'current' into next 2019-03-13 18:55:40 +01:00
Otto Winter
122ebfd58a
Add user-defined services (#171) 2019-03-13 17:58:05 +01:00
Otto Winter
9a8e7986dc
Add docs 2019-03-13 16:17:05 +01:00
Otto Winter
cfb597899d
Add warning about MQTT with native API 2019-03-11 13:31:12 +01:00
Otto Winter
29644fca3b
Fix yaml 2019-03-11 13:21:21 +01:00
Otto Winter
429ddb228f
Merge branch 'current' into next 2019-03-11 11:59:39 +01:00
Bierchermuesli
7c0e2cdfe5 GPIO2 not GPIO3 (#194)
regarding... https://github.com/Makuna/NeoPixelBus/wiki/ESP8266-NeoMethods compilation works (D4 or GPIO2 as value)
2019-03-10 17:02:33 +01:00
tubalainen
4c09ee834c Update information on flashing OTA to old ip (#193) 2019-03-09 14:01:45 +01:00
puuu
2ba17ae056 Document SDS011 component (#185)
* Document SDS011 component

* move sds011 component to right position

* indicate type of parameters

* ✏ Rearrange code a bit and minor edits to make it clearer

* remove query_mode

* Lint

* Update for update_interval changes
2019-03-06 12:40:06 +01:00
Otto Winter
939c1a42b7
Merge branch 'current' into next 2019-03-06 11:02:16 +01:00
Otto Winter
f4c1d31a1d
Revert "Remove disqus"
This reverts commit 19a22e8b39.
2019-03-06 11:02:03 +01:00
Otto Winter
ce1a241a8d
Lint 2019-03-05 20:43:30 +01:00
Otto Winter
eae028de72
Merge branch 'current' into next 2019-03-05 20:43:09 +01:00
Otto Winter
19a22e8b39
Remove disqus 2019-03-05 20:42:43 +01:00
Otto Winter
0b31e7aede
Add advantes over MQTT section 2019-02-28 23:39:53 +01:00
Otto Winter
0c2efaa3cd
Merge branch 'next' of https://github.com/esphome/esphome-docs into next 2019-02-28 23:09:09 +01:00
Otto Winter
c8d82f4397
Merge remote-tracking branch 'origin/current' into next 2019-02-28 23:09:04 +01:00
Otto Winter
2d891e955d
Update index.rst 2019-02-28 09:37:37 +01:00
Otto Winter
7478734228
Add more lints 2019-02-27 18:32:47 +01:00
Michiel van Turnhout
a58727bf7b Add MPR121 support (#176)
* solved issues image size, tabs to spaces, file location

* image name was incorrect

* image for index was missing

* remove duplicate image

* Update images

- Convert main index image from .png to .jpg
- Use full picture on component page
- Add adafruit attribution

* Remove MQTT ref

* fixed configuration rows
2019-02-27 13:35:49 +01:00
FrengerH
e16c324b1f Component reshuffle (#183)
* Merge remote receiver component with platform

* Merged remote transmitter component with platform

* Merge pca9685 component with output

* Minor fixes

* Minor fix

* Fixed headers

* reshuffled esp32 touch binary sensor

* Reshuffled pn532 rfid reader

* Fixed images

* Reshuffled rdm6300 RFID component

* Reshuffled my9231 led driver component

* Reshuffled ads1115 component

* Reshuffled SSD1306 display component

* Reshuffled Character-Based LCD Display component

* Reshuffled fastled component

* Fixes netlify

* Remove duplicate figure

* Remove duplicate figure

* Remove duplicate figure

* Reorder SSD1306

To my knowledge, the i2c version is more common, so put it first.

* Put fastled clockless above SPI

clockless is more common, so put it first

* Cleanup index

Tag was used initially to distinguish between the component and binary sensor, no longer needed.

* Remove duplicate figure
2019-02-27 10:10:09 +01:00
Otto Winter
8957c35550
Remove warning about i2c scan
It is inaccurate, i2c scanning is no problem.
2019-02-27 09:32:13 +01:00
Otto Winter
fd72aa779f
Merge branch 'current' into next 2019-02-26 21:22:25 +01:00
Otto Winter
f8f451f892
Document resolution parameter 2019-02-26 21:14:23 +01:00
Otto Winter
c33a947a9c
Add linear calibration filter (#180) 2019-02-26 19:33:50 +01:00
Adriaan Peeters
c1ca3522e6 Correct ultrasonic filter_nan example (#159) 2019-02-26 19:11:26 +01:00
mtl010957
9f6fd61925 Update output documentation for min_power configuration (#167)
* Update output documentation for min_power configuration

* Removed redundant description of calculations
2019-02-26 19:11:07 +01:00
FrengerH
75a111c1ac Merge dallas component (#179)
* Merge dellas component with platform

* Fixed headers
2019-02-26 18:46:04 +01:00
Otto Winter
d9544012c4
Add restore state from flash option (#181)
* Add restore state from flash option

* Add reference
2019-02-26 16:55:46 +01:00
Ken Davidson
514e0a2c1d Fix units on the valid frequency values (#170)
Fixed the units on the valid frequency values. Also cleaned up upper/lower case.
2019-02-24 12:26:26 +01:00
Emanuele Tessore
e7fb99063f Add Ethernet pin config for olimex esp32-poe board (#166) 2019-02-23 10:59:57 +01:00
Otto Winter
5d86cdf0a6
Merge branch 'current' into beta 2019-02-22 21:28:26 +01:00
Otto Winter
81b578a931
Updates and changelog 2019-02-22 21:17:31 +01:00
Otto Winter
3415a0d915
Update i2c frequency 2019-02-22 20:20:54 +01:00
Otto Winter
5ac6ceee96
Merge branch 'current' into beta 2019-02-20 12:45:32 +01:00
mjoshd
7c03e1ff8f Custom Binary Sensor: Add missing ";" and fix indentation in YAML (#164)
Example would not compile while the semicolon ";" was missing.
2019-02-18 18:49:26 +01:00
Otto Winter
c3cb23fa0e
Document addressable_lambda light effect (#163) 2019-02-17 19:28:27 +01:00
Otto Winter
45b931dbe9
Add switch.on_turn_on/off docs 2019-02-17 19:09:52 +01:00
Otto Winter
85cfae9aec
Refactor MQTT from docs 2019-02-17 12:28:17 +01:00
Otto Winter
916407ac22
Fixes 2019-02-16 23:33:36 +01:00