Commit Graph

82 Commits

Author SHA1 Message Date
Otto Winter
7a2669f576
Update sonoff dual cover cookbook 2019-05-31 21:29:38 +02:00
Otto Winter
1349b93c69
light conditions 2019-05-30 13:00:16 +02:00
Otto Winter
d23b7e5736
Updates 2019-05-15 11:49:05 +02:00
Otto Winter
87147619c0
Docs update 2019-05-12 22:44:59 +02:00
Eenoo
856f50642f Update h801 cookbook (#235)
Update h801 cookbook
2019-05-01 19:51:36 +02:00
Otto Winter
9d6c814991
Remove disqus
They started injecting ads :(
2019-03-24 14:54:58 +01:00
Boris Hajduk
1397bdcfdf micrograms -> grams (#198) 2019-03-15 15:22:27 +01:00
cryptelli
40ff3ee2d9 Cookbook Guide for Brilliant / Mirabella Genio Smart Plugs (#195)
* Cookbook Guide for Brilliant / Mirabella Genio Smart Plugs

* Fix documentation error

* Fix linting errors

* Simplified configuration and remove invalid component
2019-03-13 16:35:04 +01:00
Boris Hajduk
7e3edb6f69 Update bme280_environment cookbook (#149)
The absolute humidity needs at least accuracy_decimals:1, and 2 is better for stable climates. It also gets better automatic discovery my Home Assistant (graph)
2019-03-12 22:07:16 +01:00
Otto Winter
0ad211f102
Add endstop cover guide 2019-03-11 13:18:15 +01:00
cryptelli
7929a73e59 Cookbook Guide for Mirabella Genio Smart Bulbs (#184)
* Cookbook Guide for Mirabella Genio Smart Bulbs

Cookbook guide for Mirabella Genio Smart Bulbs with configuration examples.

Co-Authored-By: MartinP <mplinuxgeek@users.noreply.github.com>

* ✏Some changes

* Update mirabella-genio-bulb.rst

* Major rewrite of the documentation

Addresses points raised by @OttoWinter from initial pull request and adds detailed documentation surrounding the flashing procedure for tuya-convert 👍.

* Update Makefile

* Lint

* Address linting errors

* Address additional linting errors

* Lint esphome.io links

I just removed them, a user that wants to look it up can go manually to the link. It's not too hard to find.
2019-03-11 11:47:45 +01:00
Otto Winter
f4c1d31a1d
Revert "Remove disqus"
This reverts commit 19a22e8b39.
2019-03-06 11:02:03 +01:00
Otto Winter
19a22e8b39
Remove disqus 2019-03-05 20:42:43 +01:00
2016for
81816f944c H801 Cookbook Edit Language about holding GPIOs during flashing (#189)
H801 Cookbook Edit Language about holding GPIOs during flashing
2019-03-05 16:30:38 +01:00
tubalainen
bd55854471 Updated with an example of text based states (#190)
* Updated with an example of text based states

* Update display_time_temp_oled.rst
2019-03-05 16:28:44 +01:00
Otto Winter
7478734228
Add more lints 2019-02-27 18:32:47 +01:00
Otto Winter
5f55de48ec
Warn on invalid title length 2019-02-27 10:23:58 +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
1b2f03dc5d
Fix build 2019-02-26 21:36:35 +01:00
Anders
3c348b69e7 Cookbook entry for Display component (#173)
* Cookbook entry for Display component

* Update display.rst

Fixed some syntax errors in reStructuredText which is totally new for me.

* new attept learning how to properly link in this markup language

Fixed some more issues

* ✏ Minor formatting

* Update display.rst

* Create display2.jpg

* Update display.rst

* Updated title & resized images

- Updated the title and renamed the file
- Resized the images

* Minor typos

* Hopefully last edits for some time

- highlighted that 'model' also could be different
- small cosmetic changes

* Aligned image filenames and added cookbook entry to to index

* Moved the thumbnail image to correct folder
2019-02-26 21:29:34 +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
3cbaad579e
Fix h801 newline 2019-02-16 20:30:26 +01:00
Otto Winter
8f26843d27
Merge branch 'current' into next 2019-02-16 20:27:48 +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
erazor666
0023d2c9c9 H801 LED controller (remade) (#158)
* misc cleanup and fixes

* resize and compression

* added h801 guide

* Resize and compress

* Update h801.rst

* edited in different editor
2019-02-12 00:05:30 +01:00
Otto Winter
e6ef84dc1a
Update travis 2019-02-11 15:01:22 +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
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