Commit Graph

204 Commits

Author SHA1 Message Date
Otto Winter
3f7065d722
Add light restore mode 2019-05-27 19:22:49 +02:00
Otto Winter
6a18008e89
Add reference to parent 2019-05-27 19:22:36 +02:00
Otto Winter
4cfcf283d8
Fix RDM6300 docs 2019-05-27 19:22:28 +02:00
Richard Lewis
32c90b84eb Update bh1750.rst (fix incorrect link text) (#246)
Fix adafruit link text to "Adafruit" instead of "Aliexpress".
2019-05-27 17:02:04 +02:00
Johboh
bfd23de3a7 Sensor: correct example for on_raw_value (#255) 2019-05-27 11:29:26 +02:00
Johboh
6d6151d119 Stepper component: fix typo in doc (#254) 2019-05-26 10:27:08 +02:00
Otto Winter
367e8576bc
Pulse Width 2019-05-25 09:08:05 +02:00
Abdelkader Boudih
6b32d76178 Fix type in docs mi flora (#250) 2019-05-24 16:19:26 +02:00
Otto Winter
d23b7e5736
Updates 2019-05-15 11:49:05 +02:00
Otto Winter
fb22c082c8
Custom stuff 2019-05-15 10:54:51 +02:00
Otto Winter
c1fe08f927
CCS811 env_data 2019-05-14 11:40:48 +02:00
Otto Winter
52cd23c733
Remote + Dev docs update 2019-05-13 21:51:04 +02:00
Otto Winter
ef49ff813d
CCS811, GPS, TTP229-BSF 2019-05-13 13:10:12 +02:00
Otto Winter
82b388c221
Update index 2019-05-12 22:59:06 +02:00
Otto Winter
87147619c0
Docs update 2019-05-12 22:44:59 +02:00
Otto Winter
b2fe7220f3
Merge branch 'current' into next 2019-05-11 17:19:00 +02:00
Richard Lewis
7c5adae397 Fix minor typo in ESP32 camera docs (#241) 2019-05-08 15:37:44 +02:00
EmmanuelLM
dcdc46be7f Update index.rst (#236)
Fix turn_on() lambda call doc
2019-05-01 18:07:15 +02:00
ffabi
f63564d4b0 fixed copy paste error (#237)
I assume that the MH-Z19 was from copy pasting the uart part in this page, fixed it to Nextion LCD Display
2019-05-01 17:53:42 +02:00
Otto Winter
679e39f7ff
Add MiFlora firmware version comment
See https://github.com/esphome/issues/issues/260#issuecomment-487684720
2019-05-01 17:53:17 +02:00
Kevin O'Rourke
f0844a50f5 Fix config name for showing previous page (#238)
Although the documentation says `show_prev` it's `show_previous` in esphome/components/display/__init__.py and `show_prev` results in a build error:

```
Failed config

binary_sensor.gpio: [source badgy.yaml:37]
  platform: gpio
  pin: GPIO10
  id: joystick_left
  on_click:  [source badgy.yaml:41]
    then:
      - [source badgy.yaml:42]

        Unable to find action with the name 'display.page.show_prev'.
        display.page.show_prev: my_display [source badgy.yaml:42]
      - component.update: my_display
```
2019-05-01 17:15:51 +02:00
Erik Näsström
0f5c202cdd Add esp32_camera ttgo-camera example (#231)
* Update esp32_camera.rst

* Update esp32_camera.rst
2019-04-24 14:00:09 +02:00
Otto Winter
41c084d6cd
Update xiaomi_miflora.rst 2019-04-16 18:10:00 +02:00
Otto Winter
098a51b7de
Update xiaomi_miflora.rst 2019-04-16 18:09:25 +02:00
gitolicious
3f75ea95ed Fixed lint and ref errors (#228)
* Added newline to fix lint error

* Fixed lambda calls ref errors
2019-04-15 22:06:35 +02:00
Otto Winter
84ef3cb072
Merge branch 'current' into next 2019-04-15 22:02:08 +02:00
kimonm
c9fecc93e7 Voltage range of ADC is at the chip pin (#224)
Clarify that this component uses voltage range at the chip pin, but voltage range at the board pin can be greater (e.g., for NodeMCU)

## Description:


**Related issue (if applicable):** fixes <link to issue>

**Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#<esphome PR number goes here>
**Pull request in [esphome-core](https://github.com/esphome/esphome-core) with C++ framework changes (if applicable):** esphome/esphome-core#<esphome-core PR number goes here>

## Checklist:

  - [ ] Branch: `next` is for changes and new documentation that will go public with the next ESPHome release. Fixes, changes and adjustments for the current release should be created against `current`.


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-04-15 21:45:37 +02:00
Patrik Hermansson
c1e42981b6 Added Docker command (#210)
* Added Docker command

Added Docker command in section "Using with Home Assistant"

* Update mqtt.rst
2019-04-09 14:32:40 +02:00
jcullen86
a99915eef1 Typo in ESP32 Touch Component (#216)
senors => sensors

## Description:


**Related issue (if applicable):** fixes <link to issue>

**Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#<esphome PR number goes here>
**Pull request in [esphome-core](https://github.com/esphome/esphome-core) with C++ framework changes (if applicable):** esphome/esphome-core#<esphome-core PR number goes here>

## Checklist:

  - [ ] Branch: `next` is for changes and new documentation that will go public with the next ESPHome release. Fixes, changes and adjustments for the current release should be created against `current`.
2019-04-09 14:31:54 +02:00
Aalian Khan
3bf3f3438d Stepper combine lambda docs (#223)
## Description:
#222 

**Related issue (if applicable):** fixes <link to issue>

**Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#<esphome PR number goes here>
**Pull request in [esphome-core](https://github.com/esphome/esphome-core) with C++ framework changes (if applicable):** esphome/esphome-core#<esphome-core PR number goes here>

## Checklist:

  - [x] Branch: `next` is for changes and new documentation that will go public with the next ESPHome release. Fixes, changes and adjustments for the current release should be created against `current`.


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-04-09 11:05:03 +02:00
MeIchthys
8ada25472e Minor Gramatical fix (#220)
Line 8

"allows you to create a sensors that import" -> "allows you to create sensors that import"
2019-04-07 21:48:35 +02:00
Dave Richer
b39faff293 Update index.rst (#214)
Remove deprecated filter_nan: option
2019-04-01 10:22:51 +02:00
Michiel van Turnhout
6d6b16fe6c TTP229-LSF i2c device support (#205)
* add ttp229-lsf docs

* fixed link to datasheet

* remove indent

* type image filename

* convert image to jpg

* Update ttp229.rst

- Change id in example to name. Reason: otherwise it won't show up in frontend and users will be confused
- Reorder conf options
- esphomelib -> esphome

* Remove disqus
2019-03-31 19:00:45 +02:00
Plácido Revilla
1f593433c4 Extend the documentation of esp8266_restore_from_flash to include pla… (#203)
* Extend the documentation of esp8266_restore_from_flash to include platforms that use the underlying component

* Updated documentation for esp8266_restore_from_flash in a separate section

* Lint and small rewrite

* Add note about rapidly updating components
2019-03-31 18:42:01 +02:00
Otto Winter
04eda24475
Merge branch 'current' into next 2019-03-31 13:07:46 +02:00
Dave Richer
7dd8fd2f18 Update api.rst (#209)
Fix api homeassistant.service docs
2019-03-30 10:31:13 +01:00
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
ded5bd5c06
Merge branch 'current' into next 2019-03-20 13:07:16 +01:00
Otto Winter
7abc639bee
Add SIOD/SIOC note 2019-03-18 15:48:27 +01:00
puuu
27e087084e Allow gamma correction for light partition (#201)
Allow gamma correction for light partition
2019-03-18 14:56:03 +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
Otto Winter
fa685d106d
Merge branch 'updates' into next
# Conflicts:
#	components/binary_sensor/homeassistant.rst
#	components/sensor/dht.rst
#	components/uart.rst
#	cookbook/h801.rst
2019-02-16 23:26:32 +01:00
Otto Winter
59e03981a4
Update next docs 2019-02-16 23:25:23 +01:00
Otto Winter
644b1f033e
Updates 2019-02-16 23:24:32 +01:00
Otto Winter
8f26843d27
Merge branch 'current' into next 2019-02-16 20:27:48 +01:00
Otto Winter
e630eab6c3
Fix outdated on_value_range docs 2019-02-16 10:21:13 +01:00
Otto Winter
d874164247
Fix type 2019-02-16 10:18:43 +01:00
Otto Winter
ccf568b760
Add neopixelbus pin info 2019-02-14 16:59:24 +01:00
Otto Winter
2ae45de9b8
Use custom shields
The previous shields were loading too slow and didn't fit the documentation style
2019-02-14 16:19:07 +01:00
Brandon Davidson
0f816a2ff5 Enable use of alternate hardware UARTs for logging (#161)
* Add HW_UART to docs

* HW_UART -> HARDWARE_UART; move long text out of note.
2019-02-13 11:20:34 +01:00
Jesse Hills
f66ef45029 Add docs for JVC remote transmitting and receiving (#160)
* Add docs for JVC remote transmitting and receiving

* Moving JVC down in docs
2019-02-12 00:01:20 +01:00
Otto Winter
065c5d2321
Add Homeassistant binary sensor (#156) 2019-02-10 16:33:48 +01:00
Otto Winter
e5c431d7ca
Fix BME680 iir_filter docs
Fixes https://github.com/esphome/issues/issues/31
2019-02-09 14:02:52 +01:00
Greg Johnson
7aee4091b3 Remove duplicate "includes" line (#154) 2019-02-08 15:22:38 +01:00
Otto Winter
6ecc76ba80
Merge branch 'current' into next
# Conflicts:
#	Makefile
#	esphomeyaml/changelog/v1.10.0.rst
#	esphomeyaml/devices/sonoff_basic.rst
#	esphomeyaml/index.rst
2019-02-07 18:22:22 +01:00
Otto Winter
e23dbe7fd9
Fix references 2019-02-07 18:07:16 +01:00
Otto Winter
8d9b0d2375
Netlify (#153)
* Netlify

* Fix

* Faster doxygen

* Update Makefile

* Try without api

* Debug

* Fix

* Update Makefile

* Debug

* Try 1.8.13

* Remove debug

* Update Makefile

* Optimize
2019-02-07 13:54:45 +01:00