Commit Graph

549 Commits

Author SHA1 Message Date
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
Otto Winter 6d3ec98eed
Update supporters.rst 2019-05-11 11:54:48 +02:00
Richard Lewis 7c5adae397 Fix minor typo in ESP32 camera docs (#241) 2019-05-08 15:37:44 +02:00
Eenoo 856f50642f Update h801 cookbook (#235)
Update h801 cookbook
2019-05-01 19:51:36 +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
Otto Winter e437812ac3
Update supporters.rst 2019-05-01 17:23:33 +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
Otto Winter 8e954e0351
Update supporters.rst 2019-04-24 14:15:41 +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
gitolicious ef078d63d8 Create .gitpod.yml (#226)
Add Gitpod configuration
2019-04-22 16:22:46 +02:00
Otto Winter 17a11ac304
Update supporters.rst 2019-04-22 16:14:00 +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
Otto Winter 59301789cb
Update supporters.rst 2019-04-15 22:09:38 +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
gitolicious 7637e2b552 Added Gitpod documentation (#225)
* Added Gitpod documentation

* Adapted gitpod description

* Line break
2019-04-15 22:04:37 +02:00
Otto Winter 84ef3cb072
Merge branch 'current' into next 2019-04-15 22:02:08 +02:00
Otto Winter 8ccddf7f90
Lint 2019-04-15 21:50:51 +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 95f96b2016 Added a section for all lambda calls (#222)
* Added a section for all lambda calls

It was really hard for me to find lambda calls so I made a list. I want to add the light, stepper and servo components to this list but they don't have a heading for lambda instead they have [note: this can also be written in lambda], so I will change those to have a lambda calls heading.

* Update automations.rst
2019-04-09 14:31:01 +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
Otto Winter 1a05ae9157
Update supporters.rst 2019-04-07 14:19:13 +02:00
Otto Winter 3e5b4b6071
Update supporters.rst 2019-04-01 10:25:52 +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 723d5c9b56
Update supporters.rst 2019-03-31 13:30:42 +02:00
Otto Winter 342b5f1247
Bump version to v1.12.2 2019-03-31 13:14:03 +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 f724d47094
Update supporters.rst 2019-03-29 21:43:46 +01:00
Otto Winter ecace233c2
Update supporters.rst 2019-03-27 23:00:35 +01:00
Paulus Schoutsen 73eb515e1f Expand USB flashing, clarify how to report a bug. (#204)
Update the FAQ to mention serial drivers on a Mac, `--device` for Docker and finish a sentence in how to report an issue.
2019-03-24 18:05:36 +01:00
Otto Winter 967acbfa3a
Change to run 2019-03-24 16:34:41 +01:00
Otto Winter e72fa28594
Clean up top section of index
- Remove some migration guides
- Remove configuration types page, accessed through deep linking
2019-03-24 15:00:55 +01:00
Otto Winter 9d6c814991
Remove disqus
They started injecting ads :(
2019-03-24 14:54:58 +01:00
Otto Winter dd913116de
Update supporters.rst 2019-03-24 10:35:47 +01:00
Otto Winter 95c301bd00
Update supporters.rst 2019-03-23 22:40:15 +01:00
Otto Winter c8541de707
Update supporters.rst 2019-03-22 21:07:33 +01:00
Otto Winter 9eabbf1b1a
Update i2c.rst 2019-03-20 20:08:21 +01:00
Otto Winter b214e3f1b6
Update supporters.rst 2019-03-20 20:06:00 +01:00
Otto Winter d23f7ec1e0
Bump version to v1.12.1 2019-03-20 13:13:06 +01:00
Otto Winter ded5bd5c06
Merge branch 'current' into next 2019-03-20 13:07:16 +01:00