Commit Graph

67 Commits

Author SHA1 Message Date
Guillermo Ruffino 896afdcfa1
Fix format next (#1023)
* Missing colon

* update sun

* format fix and adaptation

* fix format

* fix format 2

* fix format 3

* fix format

* fix format

* fix format

* format fix

* revert title as heads

* rename image case-sensitive

* rename again
2021-02-20 18:02:46 -03:00
Jesse Hills fe6f68f150
Update next from current 20201221 (#894) 2020-12-21 13:55:44 +13:00
Jesse Hills 3e730ea5d1
I2c text update (#839)
* Mass replace I^2C with I²C

* Replace most I2C with I²C
2020-11-09 14:22:55 +13:00
Guillermo Ruffino 98110c620b Merge branch 'current' into beta 2020-09-13 01:00:39 -03:00
Brett McKenzie 129829103e
Added Arlec Grid Connect Smart Plug (#749) 2020-09-08 08:50:45 -03:00
Guillermo Ruffino 5fe33f9b1d Merge branch 'current' into beta 2020-08-23 20:47:19 -03:00
rradar fb94346273
Cookbook: BME280 Environment added dew point calculations (#629) 2020-07-30 13:47:23 +02:00
Otto Winter 2722e1bb31
Merge branch 'current' into next 2020-07-25 19:29:54 +02:00
Daniel Hyles 0f3e7ca9c9
Update mirabella-genio-bulb.rst (#694)
New version of this bulb does not have a ESP chip anymore
2020-07-18 23:30:32 -03:00
Otto Winter 412297ab6d
Merge branch 'current' into next 2020-07-14 21:14:02 +02:00
Otto Winter c353bed9dd
Use inclusive terminology (#685) 2020-07-14 18:45:53 +02:00
nickrout ce8eba7289
include referene to custom axp192 component needed for this. (#651)
Prompted by this https://community.home-assistant.io/t/support-for-axp192-power-management-chip/205798
2020-06-28 13:34:16 +02:00
rlowens 3f9fe6b4f0
Typo, "be be" (#650) 2020-06-19 21:45:17 +02:00
gitolicious 3b92289a08
Added Etekcity Voltson cookbook (#628)
* Added Etekcity Voltson cookbook

* added esw01-eu images

* Added cookbook link

* Added esw01-eu cookbook image for index

* Removed direct docu links
2020-06-12 22:15:30 -03:00
ryanalden b300dd373d
Adding ESP32 leak detector cookbook (#568) 2020-06-12 22:09:22 -03:00
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