Commit Graph

152 Commits

Author SHA1 Message Date
Rich Foley 6cb874f3db
Add H801 PIR sensor to cookbook (#584)
* Add H801 PIR sensor to cookbook

* Elongated title underline
2020-06-11 18:42:43 -03:00
nldroid d88c424291
Added NEO Coolcam (#496)
The addition can help people creating the right config for the NEO Coolcam wifi smart plug
2020-05-26 19:57:18 -03:00
Matthew Edwards 9b6170ac60
Fix typos (#561) 2020-05-10 16:27:59 -03:00
mnaz 684f0a41d7
Simple grammar change. (#578)
Simple grammar change.
2020-05-07 10:10:51 -03:00
deftdawg 06e452c2d5
Add unit_of_measurement to make graphing happens (#569)
without units these values are displayed as series of string values instead of a graph
2020-04-30 18:09:07 -03:00
Tommy Jonsson 00abf8b483
ifan02 cookbook (#218)
* ifan02 cookbook

* removed spaces

* removed spaces

* indent codeblock, newline at end

* fixes

* add seo :image:

* spaces...

* Complete the example code & fix compilation errors

Tried compiling this code today using ESPHome 1.13.6.. it would not compile. 

* The ifan02.h file was the main culprit and I was able to fix the issue.

* The .yaml example was missing a few declarations at the beginning so I added them.
* I fixed an error related to using ```light``` for the light id since that is a reserved name.
* I added an ```on_boot``` declaration to turn off the light as early as possible after power is restored. (if mains power is restored in the middle of the night and the light turns on while you are sleeping it can be quite annoying, this turns it off during the boot process).

* removed blank spaces on line 66

Those blank spaces get me every time ;-)

* fix doc links (hopefully)

I think my last PR was made against the wrong fork/branch/etc... sorry, I'm still learning github.
I currently have the time and really want to see this make it into the cookbook. I think if you add me as a collaborator I would be able to push the changes and help get the errors sorted more quickly; if not, no worries, I'll take no offense and do my best to continue helping as we are doing now.

* fix fan link

replace
```
:doc:`/components/fan`
```
with
```
:doc:`/components/fan/index`
```

Co-authored-by: mjoshd <35782597+mjoshd@users.noreply.github.com>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-04-05 13:49:52 -03:00
morph027 ba9cd08d09
added rgbww light using pwm driver (#482)
* added rgbww light using pwm driver
2020-03-12 14:37:10 -07:00
RockBomber 4ca3d71065
Update sonoff-t1-3.rst (#497)
Fix error compile with suggested YAML
2020-03-12 13:56:19 -07:00
Krasimir Nedelchev a556699597
Fix typos (#480) 2020-03-12 13:42:13 -07:00
Ben Suffolk b3d811d5a3 Cookbook for Sonoff Light Switches (#407)
* Cookbook for Sonoff Light Switches

Cookbook for various Sonoff Light Switch options including Basic, Dual and T1-3

* Removed references to myself

All references to I have been removed and re worded into a more generic text

* Fixed Formatting issues to Pass Travis Checks

* Update cookbook/sonoff-basic-light-switch.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* Update cookbook/sonoff-dual-light-switch.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* Update cookbook/sonoff-dual-light-switch.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* Update cookbook/sonoff-dual-light-switch.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* Update cookbook/sonoff-dual-light-switch.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* Update cookbook/sonoff-dual-light-switch.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* Update cookbook/sonoff-dual-light-switch.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* Update cookbook/sonoff-dual-light-switch.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* Update cookbook/sonoff-dual-light-switch.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* YAML updates

Removed fast_connect, UART swotches from Dual R1, and reference to an issue that no longer exists
2019-11-29 18:27:26 +01:00
Guillaume DELVIT ad16db3789 Fix time id conflict (#418)
correct time id as it is not authorized with new version
2019-11-29 18:16:51 +01:00
Hamish Moffatt e49a97a2fe add Topersun smart plug (#413)
* add Topersun smart plug

* fix copy and paste error
2019-11-17 23:18:19 +01:00
ankycooper 289f9e8f52 Update Mirabella Genio red LED GPIO (#406)
Update 3.2 Mirabella Genio Wi-Fi 1 USB Adaptor to use red LED on GPIO4
2019-11-07 22:36:08 +01:00
Taigar2015 ddb48b190e Update brilliant-mirabella-genio-smart-plugs.rst - Added Gosund… (#402)
* Update brilliant-mirabella-genio-smart-plugs.rst

* Update brilliant-mirabella-genio-smart-plugs.rst

* Update brilliant-mirabella-genio-smart-plugs.rst

Fixed URL
2019-11-06 14:19:30 +01:00
Ville Skyttä 4ed468e747 Spelling and grammar fixes (#372) 2019-10-21 20:35:56 +02:00
Guillermo Ruffino 9e003f2010
Cookbook ape (#334)
* cookbook-ape

* Optimize SVG

* Update cookbook/arduino_port_extender.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* Update cookbook/arduino_port_extender.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* Update cookbook/arduino_port_extender.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* Update cookbook/arduino_port_extender.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* updates

* fixed indents

* whitespace

* whitespace

* Minor corrections
2019-10-19 17:24:47 -03:00
cryptelli 52cbfe59cd Cookbook Guide for Zemismart LED RGBW Downlights (#297)
* Cookbook Guide for Zemismart LED RGBW Downlights

* Linting
2019-10-19 22:18:52 +02:00
Nebula c66462a2fb Added cookbook for Teckin SB50 Bulb (#360)
* Added cookbook for Teckin SB50 Bulb

* Added comments to YAML file


Co-authored-by: root <root@centos.nebula.local>
2019-10-17 14:06:16 +02:00
Evan Petousis 12ed372dc6 Update incorrect GPIO pin for Mirabella Genio Cold + Warm White… (#337) 2019-09-04 11:05:01 +02:00
tomlut ac867cbdbf Absolute humidity calculation description (#283)
Description of absolute humidity calculation referenced the use of pressure sensor instead of temperature relative humidity sensor.
2019-07-03 15:32:34 +02:00
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