Commit Graph

857 Commits

Author SHA1 Message Date
icarome
492a5f6beb
Update diy.rst (#534) 2020-04-11 15:31:33 -03:00
Guillermo Ruffino
875555742f
Revert "Add documentation for cwww and rgbww constant_brightness variables. (#530)" (#539)
This reverts commit f832223c41.
2020-04-10 12:43:22 -03:00
Ermanno Baschiera
1dfb880444
remove link to Adafruit and mkelec (#531)
* remove links to Adafruit and mkelec
2020-04-09 14:22:33 -07:00
kroimon
f832223c41
Add documentation for cwww and rgbww constant_brightness variables. (#530) 2020-04-08 09:31:35 -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
Drew Perttula
a4a5321bd9
add a note about the log level of dump: all (#475)
It would have saved me a bunch of time just now if I knew that remote_receiver's dump=all logging is at level DEBUG.
2020-03-19 23:59:38 -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
Jason Hines
473a6e402d
Update migrate_sonoff_tasmota.rst (#483)
Added note about issue 955 https://github.com/esphome/issues/issues/955
2020-03-12 14:36:27 -07:00
sillyfrog
5aaafb2a70
Update board for Sonoff and links to Tasmota (#484)
Co-authored-by: Sillyfrog <sillyfrog@users.noreply.github.com>
2020-03-12 14:19:28 -07:00
Vc
6f98760d80
Update ssd1306.rst (#481)
Added brightness to the screen configuration block
2020-03-12 13:57:45 -07:00
truglodite
ca806ac8ce
remove uppercase names (#487)
name: cannot contain uppercase, but the docs say uppercase. Fixed
2020-03-12 13:57:15 -07:00
RockBomber
4ca3d71065
Update sonoff-t1-3.rst (#497)
Fix error compile with suggested YAML
2020-03-12 13:56:19 -07:00
TBobsin
05c1f9bd84
Update sonoff.rst (#470)
New Models have an extra PIN labeled EXP-LOG beside EXP-LOG,GND,RX,TX,VCC
2020-03-12 13:46:45 -07:00
Gediminas Šaltenis
99750d250f
small mistype fix (#477)
fix small mistype, should be ppb instead of ppm
2020-03-12 13:44:48 -07:00
Tuckie
61752eb048
Wrong IC (#499) 2020-03-12 13:42:45 -07:00
Krasimir Nedelchev
a556699597
Fix typos (#480) 2020-03-12 13:42:13 -07:00
Oskar Napieraj
065d2314a4
Typo fix (#498)
likely left over from when documentation was adapted from the custom cover component
2020-03-12 13:40:10 -07:00
Geoff Davis
75dec2989f
Fix link syntax (#507)
Link wasn't rendering correctly.
2020-03-12 13:39:10 -07:00
Francisk0
7d6c25d058
Update pzemac.rst (#495)
RX pin is  duplicated and don´t have TX pin
2020-03-12 13:31:57 -07:00
Geoff Davis
8fde56e774
Add UART-based Mitsibishi HeatPump Component (#506) 2020-03-12 00:48:08 -03:00
perjury
38117baf6d
remove apostrophe (#504)
Incorrect usage of apostrophe
2020-03-02 19:58:48 -03:00
tubalainen
d7b9d7995c
Brightness feature not included in doc. (#445)
Updated the documentation for the SSD1306 with the new brightness feature.
PR: https://github.com/esphome/esphome/pull/681/
2020-02-19 14:15:32 -03:00
Chris Nussbaum
73cfbf1a6e
Add my ESPHome configs (#492) 2020-02-15 22:34:34 -03:00
Brian Hanifin
96ae658637
Update diy.rst (#493)
Adding my "DIY Irrigation Controller" article per @glmnet's suggestion [on Twitter](https://twitter.com/glmnet/status/1228310694807863296).
2020-02-15 22:30:46 -03:00
Rubén G
953c557859
New DIY project about Cat Feeder (#439)
Full EspHome & Home Assistant Cat Feeder, with all the wirings, Home Assistant files and working espHome configuration.
2020-02-13 11:20:24 -03:00
Andreas
89eba19430 my9231->bit_depth: parameter name and sonoff B1 (#489)
- Fix the parameter name bit_depth (current referred to as bit_depths)
- Add bit_depth: 8 to sonoff B1 example config. This fixed my application on a Sonoff B1
(see also https://github.com/esphome/issues/issues/991)
2020-02-09 14:12:30 +01:00
Guillermo Ruffino
61b1a55d2b
faq reboot_timeout (#472)
* faq reboot_timeout 

Adds reboot_timeout to components that causes reboots.

* added code sample
2020-01-17 15:42:23 -03:00
Otto Winter
29d84bee2f
Compress images 2020-01-14 14:48:53 +01:00
nldroid
2423486b3a Added my custom component, now with correct syntax (#454) 2020-01-14 10:06:42 +01:00
Daniel Bjørnbakk
03ca209105 fixed non working example (#381)
* fixed non working example

small fix to get the color swipe working

* Apply suggestions from code review

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

Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-01-12 16:42:44 +01:00
Vc
fa81290579 Patch 3 (#460)
* Update sonoff.rst

Added Sonoff dual board version 1.4

* Update devices/sonoff.rst

fixed, thanks!

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

Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-01-12 16:36:20 +01:00
Otto Winter
4037e507d7
Remove requirement for titlebars matching length 2020-01-12 16:36:02 +01:00
Otto Winter
428d9e23a8
Remove permission bits for images 2020-01-12 16:28:41 +01:00
Otto Winter
c3852cb30d
Update .gitignore for better macOS support and IntelliJ editing 2020-01-12 16:28:24 +01:00
Mechotronic
a468feccb0 On_sunrise was listed twice in description. (#464)
Changed the second one to on_sunset
2020-01-12 16:01:03 +01:00
spattinson
eaebd436df change "tracker" to "presence" (#465)
two instances in sample config. to reflect new name.
2020-01-12 16:00:08 +01:00
Luar Roji
f93b01590c Added degree symbol output on ~ for MAX7219 (#376) 2020-01-12 15:18:34 +01:00
Alex Solomaha
98b80e4244 Update getting_started_command_line.rst (#461)
Fixed typo
2020-01-08 11:17:38 -03:00
Richard Lewis
66e774b227 Fix broken link (#437) 2019-12-30 14:13:15 -03:00
Otto Winter
2887630653
Update supporters.rst 2019-12-12 12:02:59 +01:00
LMR
d5cd4c107b DIY Examples : Added SW420 Vibration Sensor with Remote Notifications (#436) 2019-12-10 11:09:00 +01:00
Otto Winter
fb3eab4636
Update esp32_ble_tracker.rst
Fixes https://github.com/esphome/issues/issues/912
2019-12-10 11:07:16 +01:00
David Beitey
c8baae2bc6 Use .timestamp instead of .time in time docs (#435)
`.time` is deprecated since https://github.com/esphome/esphome/pull/531; this updates the reference in the documentation so that warnings like the following can be avoided:

```
src/main.cpp: In lambda function:
src/main.cpp:462:20: warning: 'esphome::time::ESPTime::<anonymous union>::time' is deprecated (declared at src/esphome/components/time/real_time_clock.h:35): .time is deprecated, use .timestamp instead [-Wdeprecated-declarations]
       return (time.time);
 ```
2019-12-07 17:16:06 +01:00
Nick Whyte
9382e2f37a Add doc for color correction of rgb* lights (#431)
* Add doc for color correction of rgb* lights

* PR changes

* .
2019-12-07 17:15:41 +01:00
Otto Winter
b5a50b5b62
BME280/BME680/BMP280 oversampling none docs
Fixes https://github.com/esphome/issues/issues/893
2019-12-04 11:45:49 +01:00
Otto Winter
ac121643aa
Add note about multiple on_clicks
Fixes https://github.com/esphome/feature-requests/issues/510
2019-11-30 11:21:04 +01: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
Guillermo Ruffino
d5f3b8b3d6
dfplayer updates (#421) 2019-11-22 10:45:16 -03:00
Otto Winter
2e0c149f98
Remove stop_bits 2 reference PZEM004T 2019-11-20 17:20:18 +01:00