Commit Graph

883 Commits

Author SHA1 Message Date
Stefan Lässer
e947978cdc
Not every nodeMCU board supports 12V (#626)
It could destroy the board if users just try and power it using 12V. There are boards that don't support 12V but only up to 5V.
2020-05-28 19:27:37 -03:00
gitolicious
fa929e7a81
Typo: NEC -> Sony (#624) 2020-05-28 19:26:26 -03:00
igg
8dc3a2dfc3
Update docs to reflect ssd1327 support (#500)
* Added ssd1327 image

* Added ssd1327 changes for 128x128 displays

* Revert "Added ssd1327 image"

This reverts commit f3cf3745ad.

* fixed travis complaints

Co-authored-by: Ilya Goldberg <iggie@mac.com>
2020-05-28 19:09:48 -03:00
Guyohms
c396cf696c
Changed miflora platforms (#586)
Modified the example to reflect the 1.14 breaking change
2020-05-26 20:40:01 -03:00
Guillermo Ruffino
0f04817d10
Revert "pzemac energy support (#514)" (#623)
This reverts commit 4de002b4a9.
2020-05-26 20:08:57 -03:00
rradar
4de002b4a9
pzemac energy support (#514)
https://github.com/esphome/esphome/pull/933
2020-05-26 20:07:55 -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
Aalian Khan
7edcfae2dd
Minor spelling (#622) 2020-05-26 19:52:23 -03:00
Marc Egli
644b9ea0d2
Add smart intercom blogpost (#621)
Extend blog post list with an ESPhome related blogpost I wrote some time ago. It uses remote_receiver/remote_transmitter to intergrate with an existing bus intercom and will likely work with some adaptations with other intercoms.
2020-05-25 12:05:03 -03:00
Michael Klamminger
0a3dfcae89
Update pulse_counter.rst (#609)
* Update pulse_counter.rst

Add information about available pulse counter channels

* Update components/sensor/pulse_counter.rst

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-05-24 11:30:36 -03:00
Michael Nieß
01da5ff334
Fix copy/paste error (#574) 2020-05-23 20:50:45 -03:00
Jeff Rescignano
96d692c6a5
Update WaveShare E-Paper URL on WaveShare E-Paper page (#597) 2020-05-23 20:46:01 -03:00
Jeff Rescignano
6d64ecb9e8
Update Home Assistant custom compontent URL on contributing guide page (#603) 2020-05-23 20:45:33 -03:00
Jeff Rescignano
402dc8a08a
Update datasheet URL on SPG30 page (#601) 2020-05-23 20:44:25 -03:00
Jeff Rescignano
734e4ec2a9
Update datasheet URL on STS3X page (#602) 2020-05-23 20:43:25 -03:00
Jeff Rescignano
61b5493282
Update datasheet URL on SCD30 page (#600) 2020-05-23 20:41:48 -03:00
Jeff Rescignano
3bb0ebb80c
Update datagram URL on TX20 page (#599) 2020-05-23 20:41:07 -03:00
Jeff Rescignano
6845a9a867
Update datasheet URL on SHTCX page (#598)
* Update datasheet URL on SHTCX page

* Update datasheet URL on SHTCX page (2)
2020-05-23 20:40:04 -03:00
Rsan
bcce3ec4d6
Deleted Warning because the component is already tested (#615) 2020-05-23 20:38:57 -03:00
declanshanaghy
af01734499
Adding example of how to use a buzzer (#570)
* Adding example of how to use a buzzer

* Making sub-sections
2020-05-10 16:29:49 -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
kbouchard111
f30c100913
Update wifi.rst (#562)
* Update wifi.rst

Add documentation for output_power option.

* Update wifi.rst

Add default info for ESP8266 and warning about 20.5dB
2020-04-27 12:47:11 -03:00
Niklas Wagner
63030e097d
Improve LEDC documentation (#557) 2020-04-24 22:05:19 -03:00
MrZetor
40e5e11dda
Update sonoff.rst (#549)
Added configuration for Sonoff S55. Functionality verified.
2020-04-20 10:02:21 -03:00
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