1
0
mirror of https://github.com/esphome/esphome-docs.git synced 2025-03-20 15:00:06 +01:00
Commit Graph

533 Commits

Author SHA1 Message Date
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 ()
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 ()
* Update esp32_camera.rst

* Update esp32_camera.rst
2019-04-24 14:00:09 +02:00
gitolicious
ef078d63d8 Create .gitpod.yml ()
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 ()
* Added newline to fix lint error

* Fixed lambda calls ref errors
2019-04-15 22:06:35 +02:00
gitolicious
7637e2b552 Added Gitpod documentation ()
* Added Gitpod documentation

* Adapted gitpod description

* Line break
2019-04-15 22:04:37 +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 ()
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 ()
* 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 ()
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 ()
* 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 ()
## 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:

  - [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 ()
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 ()
Remove deprecated filter_nan: option
2019-04-01 10:22:51 +02:00
Plácido Revilla
1f593433c4 Extend the documentation of esp8266_restore_from_flash to include pla… ()
* 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
Dave Richer
7dd8fd2f18 Update api.rst ()
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. ()
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
Rutger Nijhuis
e5b8fa5950 Sonoff S20 yaml fix ()
The output component used platform: `binary` which not an output component and should be `gpio`.
2019-03-18 16:19:10 +01:00
Otto Winter
7abc639bee
Add SIOD/SIOC note 2019-03-18 15:48:27 +01:00
Otto Winter
956a96a0fc
Add screenshot 2019-03-17 21:53:29 +01:00
Otto Winter
dcfb334f20
Fix upgrade footer link browser cache TTL 2019-03-17 21:30:11 +01:00
Otto Winter
6fbcd8bf45
Bump version to v1.12.0 2019-03-17 21:13:01 +01:00
Otto Winter
2bbb3d8839
Lint 2019-03-17 21:00:01 +01:00
Otto Winter
69207c22b9
Bump version to v1.12.0b4 2019-03-17 20:47:35 +01:00
Otto Winter
0e03fb0f1e
Merge branch 'current' into beta 2019-03-17 20:45:54 +01:00
Otto Winter
3432dbd1b1
Update changelog 2019-03-17 20:45:03 +01:00
Otto Winter
2f3e785dd1
Update screenshots 2019-03-17 19:38:56 +01:00
Otto Winter
f602c962f9
Bump version to v1.12.0b3 2019-03-17 16:08:26 +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