Commit Graph

697 Commits

Author SHA1 Message Date
David Martin
9c9872ca0c
Just a couple of Typos corrected :) (#1222) 2021-06-07 21:40:39 +02:00
Luca Zimmermann
16a6366bf5
Correct yaml indentation for dfplayer.play (#1217) 2021-06-04 10:50:36 -03:00
Adrián Panella
79baf0939f
rf_bridge: add new actions (#1193) 2021-06-01 07:24:37 +12:00
imgbot[bot]
a2c3c2c314
[ImgBot] Optimize images (#1208)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-05-31 13:37:19 +02:00
David Martin
f352734e50
Update Web address link for Nextion Editor (#1199) 2021-05-26 00:44:23 +02:00
Bert
98b1256a6a
Fix off to on (#1200) 2021-05-26 00:35:11 +02:00
Albin Kauffmann
c1c675d51a
Fix ble_client YAML syntax (#1196)
This patch fixes YAML indentation.
Adding 2 spaces before the C++ code avoids to get the following error:

ERROR Error while reading config: Invalid YAML syntax:

while scanning a simple key
  in "/config/esphome/HOSTNAME.yaml", line 31, column 11:
              ESP_LOGD("ble_client_lambda", "C ... 
              ^
could not find expected ':'
  in "/config/esphome/HOSTNAME.yaml", line 32, column 5:
        on_disconnect:
        ^
2021-05-25 10:27:07 +02:00
Daniel
911c930ba8
Update due to new version 1.18.0 (#1198)
It seems that with version 1.18.0 it is not longer `measurement_time` but `measurement_duration` which should be reflected in the documentation also.
2021-05-25 10:02:21 +02:00
GeekVisit
dd1a739df4
Update adc.rst (#943)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-22 22:05:52 +02:00
Franck Nijhof
9955d40bf2
Replace Hass.io with Home Assistant (#1186) 2021-05-20 07:36:42 -07:00
Oxan van Leeuwen
c8aceb21e2
Fix spelling/capitalizing mistakes in ESPHome (#1187) 2021-05-20 16:00:53 +02:00
Andrea
e258c2b8a7
feat: ESP32-EVB ethernet configuration example (#1092) 2021-05-19 23:25:20 +02:00
mipa87
cb6425046e
Fixed Sensirion typo (#1184) 2021-05-19 22:17:39 +02:00
starwolf73
f0e05750d1
[b-parasite] Fix doc typo on "battery" (#1182) 2021-05-19 15:21:59 +02:00
Jesse Hills
c8f3aa9a20
Merge branch 'current' into beta 2021-05-19 09:54:26 +12:00
Carlos Garcia Saura
3bea218b3c
Added warning: GPIOs are LIVE in power measurement devices (#583) 2021-05-17 17:05:55 +02:00
Adrián Panella
0eb2dc1fe2
GPIO Switch: simplify Momentary Switch example (#1121)
Simplify case and avoid the need to use a secondary template switch.
Use `on_turn_on` directly to trigger the delay and turning off afterwards
2021-05-17 17:04:34 +02:00
Karol Zlot
1b748284f6
changed LG example to existing, working code (#1171) 2021-05-17 17:03:59 +02:00
Mike
368564e659
Document missing use_address in Ethernet component (#1176)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-17 16:13:49 +02:00
Casey Olson
93b4e4195f
Update max frequency (#1172)
Not sure if this is an issue with the docs, or the linter, but the linter throws an error at 1526: `value must be at most 1525.88`
2021-05-17 09:58:45 +02:00
Maurice Makaay
37a67fd1aa
Some clarification added to external components. (#1165)
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net>
2021-05-17 13:53:37 +12:00
BoukeHaarsma23
b1a039eaf2
Add sm2135 component (#1127) 2021-05-13 07:17:16 +12:00
Jesse Hills
cd79a05906
Merge branch 'current' into beta 2021-05-13 07:17:05 +12:00
TheGroundZero
11021e90cf
Explain where to upload .ttf font files (#1133)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-12 18:42:50 +02:00
Peter Remøy Paulsen
d2704ffc89
Fixed wrong link in i2c_id (#1163) 2021-05-12 17:57:06 +02:00
Jan Sandbrink
b718ca26e0
Fix docs for inkplate (#1158)
* Fix docs for inkplate

Version 1.17.0 seems to have changed this, updating the
docs accordingly.

* Consistently refer to inkplate6 component and image

Since the component is called inkplate6, the index
is now referring to a page called inkplate6 and the
image is also called inkplate6.jpg.

Deleted the alternative Inkplate.jpg (title cased file name)
2021-05-12 09:36:04 +02:00
Paul Deen
1de3e29bd3
Replaced set_password with new_password (#1157)
incorrect syntax in documentation
2021-05-12 09:57:45 +12:00
Jesse Hills
37045859da
Fix missed merge conflict (#1155) 2021-05-12 09:57:45 +12:00
Peter Kuehne
ebcec7b03a
Update allowed characters for node names (#1072) 2021-05-12 09:57:45 +12:00
Jesse Hills
90d94eb57e
Merge branch 'current' into beta 2021-05-12 09:57:33 +12:00
Fredrik Erlandsson
34b2bef1d1
Show how calculations are made (#861)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-11 16:21:47 +02:00
James Callaghan
39d5fc6312
Sample codeblock has incorrect variables (#1156)
Four of the variables in the sample codeblock don't include underscores as defined in the variables section. This throws an error when using this sample code. To avoid others getting these errors I have updated the sample so it uses the right variables.
2021-05-11 14:40:52 +02:00
Daniel
cd361ae115
add font to usage example (#1050)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-11 00:07:58 +02:00
Marc Teale
63d36b4d7d
Specify format for BSSID entries. (#1046)
Co-authored-by: Marc Teale <marc.teale@openmarket.com>
2021-05-11 07:57:02 +12:00
Dezorian
7cbd96e955
Added compatibility notes (#1033) 2021-05-10 12:58:29 +02:00
larsonmpdx
2edeb78838
thermostat min/max temperature clarification (#1057)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-10 12:55:06 +02:00
Simon
8b4d0867d6
Update deep_sleep.rst (#1152)
The documentation is wrong, as discussed on discord. This fixes that.
2021-05-10 18:59:48 +12:00
Pavel Skuratovich
7dce09c4bc
Update pulse_counter.rst (#1089) 2021-05-10 00:12:16 +02:00
Jakub Šimo
fc793e0682
Update docs: Add references to alternative ICs to HLW8012 and CSE7766 (#902) 2021-05-10 00:01:02 +02:00
Alex
436efccf69
Added receive for Fujitsu ACs (#1037)
Co-authored-by: Alex Richards <alex.github@gmail.com>
2021-05-09 23:37:50 +02:00
Nikola
bcbbd1dacd
Fixed datasheet link for RC522 (#1144) 2021-05-09 17:00:01 -03:00
Jesse Hills
21a79c4d69
Merge branch 'current' into next 2021-05-09 22:58:32 +12:00
Klaas Schoute
30a30b1eba
Add output part to binary light example (#1061) 2021-05-08 18:23:26 +12:00
Guillermo Ruffino
eb950033a8
add External components docs (#1107)
* Add external_components

* fixes

* fix indent

* fix misplaced directive

* add full config before shorthands

* adding a bit more info

* update contributing use external components
2021-05-07 15:02:08 -03:00
Farzad E
e6b2fbbddc
Added docs for enable_mdns option (#1118)
* Added enable_mdns option to docs

* Update faq.rst

* Further updates to faq.rst

* Updated components with link to faq entry on mDNS

* Minor changes to faq.rst

* Added link to docker reference FAQ notes

* Update guides/faq.rst

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

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2021-05-06 12:32:13 -03:00
Diego Elio Pettenò
a665d8f24f
xiaomi_ble: update docs around CGG1 and bindkey. (#876) 2021-05-05 22:35:20 +12:00
Jesse Hills
a4fe969c8a
Merge branch 'current' into next 2021-05-05 22:34:47 +12:00
mbo18
9b8bbd9a65
Change wifi signal strength unit to dBm (#1125) 2021-05-05 20:13:23 +12:00
Ryan Mounce
f800e5608b
Document Tuya fan direction datapoint (#877) 2021-05-05 16:24:40 +12:00
Jesse Hills
a035cf27cb
Add note about hyperion classic udp port (#1135) 2021-05-05 14:09:45 +12:00