Skip to content

Commit 976dad5

Browse files
committed
Merge branch 'next' into rc
2 parents 20c1239 + f2102ff commit 976dad5

File tree

158 files changed

+1134
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+1134
-49
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ deploy-release:
3939
TARGET_REPO: OttoWinter/esphomedocs
4040
PRIVATE_KEY: ${GITHUB_PRIVATE_KEY}
4141
CNAME: esphomelib.com
42+
BASE_URL: https://esphomelib.com
4243
only:
4344
- current
4445

@@ -48,5 +49,6 @@ deploy-beta:
4849
TARGET_REPO: OttoWinter/esphomedocs-beta
4950
PRIVATE_KEY: ${GITHUB_BETA_PRIVATE_KEY}
5051
CNAME: beta.esphomelib.com
52+
BASE_URL: https://beta.esphomelib.com
5153
only:
5254
- rc

_static/changelog-1.9.0.png

49 KB
Loading

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'breathe',
4545
'disqus',
4646
'github',
47+
'seo',
4748
]
4849

4950
breathe_projects = {"esphomelib": "./_doxyxml/"}
@@ -207,3 +208,4 @@
207208
author, 'esphomelib', 'One line description of project.',
208209
'Miscellaneous'),
209210
]
211+
html_baseurl = os.getenv('BASE_URL', 'https://esphomelib.com')

esphomeyaml/changelog/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog - Version 1.9.0
22
=========================
33

4+
.. seo::
5+
:description: Changelog for esphomelib version 1.9.0.
6+
:image: /_static/_changelog-1.9.0.png
7+
:author: Otto Winter
8+
:author_twitter: @OttoWinter_
9+
410
.. imgtable::
511

612
Beta Releases, guides/faq.html#how-do-i-update-to-the-latest-beta-release, new-box.svg

esphomeyaml/changelog/v1.7.0.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Version 1.7.0
22
=============
33

4+
.. seo::
5+
:description: Changelog for esphomelib version 1.7.0.
6+
:author: Otto Winter
7+
:author_twitter: @OttoWinter_
8+
49
Wow, what a week! As you may know, I wrote a blog post on the `Home Assistant web site <https://www.home-assistant.io/blog/2018/06/05/esphomelib/>`__
510
and since then, the amount of esphomelib users has grown sixfold according to the number of GitHub clones!
611

esphomeyaml/changelog/v1.8.0.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Version 1.8.0
22
=============
33

4+
.. seo::
5+
:description: Changelog for esphomelib version 1.8.0.
6+
:author: Otto Winter
7+
:author_twitter: @OttoWinter_
8+
49
.. imgtable::
510

611
Waveshare E-Paper, components/display/waveshare_epaper, waveshare_epaper.jpg

esphomeyaml/components/ads1115.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ADS1115 Hub
22
===========
33

4+
.. seo::
5+
:description: Instructions for setting up ADS1115 analog voltage multiplexer hubs.
6+
:image: ads1115.jpg
7+
:keywords: ADS1115
8+
49
The ``ads1115`` domain creates a global hub so that you can later create
510
individual sensors using the :doc:`ADS1115 Sensor Platform </esphomeyaml/components/sensor/ads1115>`.
611
To use this hub, first setup the :ref:`I²C Bus <i2c>` and connect the sensor to the pins specified there.

esphomeyaml/components/binary_sensor/esp32_ble_tracker.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ESP32 Bluetooth Low Energy Device
22
=================================
33

4+
.. seo::
5+
:description: Instructions for setting up BLE binary sensors for the ESP32.
6+
:image: bluetooth.svg
7+
48
The ``esp32_ble_tracker`` binary sensor platform lets you track the presence of a
59
bluetooth low energy device.
610

esphomeyaml/components/binary_sensor/esp32_touch.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ESP32 Touch Pad Binary Sensor
22
=============================
33

4+
.. seo::
5+
:description: Instructions for setting up the touch pad on the ESP32.
6+
:image: touch.svg
7+
48
The ``esp32_touch`` binary sensor platform lets you use the touch peripheral of the
59
ESP32 to detect if a certain pin is being "touched".
610

esphomeyaml/components/binary_sensor/gpio.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
GPIO Binary Sensor
22
==================
33

4+
.. seo::
5+
:description: Instructions for setting up GPIO binary sensors with esphomelib.
6+
:image: pin.svg
7+
48
The GPIO Binary Sensor platform allows you to use any input pin on your
59
device as a binary sensor.
610

0 commit comments

Comments
 (0)