Commit Graph

70 Commits

Author SHA1 Message Date
Jesse Hills
d9d17e757e
Add config option docs for disabled_by_default (#1361) 2021-08-10 13:45:41 +12:00
Otto winter
a7a9f297ae
Merge branch 'current' into next 2021-08-04 17:45:47 +02:00
Guillermo Ruffino
5b0a0aa74d
A few format consistency issues (#1340)
* fix nextion missing properties

* teleinfo is now component

* tuya props formatting

* havells name component mismatch

* light.addressable_set do not have color_brightness

* Revert "light.addressable_set do not have color_brightness"

This reverts commit a0abf7e44139b86f7d65b2ba2f2c40151ad6a257.
2021-08-04 09:35:19 -03:00
Jesse Hills
c30920a713
Merge branch 'current' into next 2021-07-29 19:51:02 +12:00
Oxan van Leeuwen
5e3102a123
Use lowercase true/false values (#1327)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-07-29 09:56:11 +12:00
Jesse Hills
d41b259a28
Merge branch 'current' into next 2021-07-27 09:42:47 +12:00
Oxan van Leeuwen
8495cc5936
Fix a bunch of typos (#1324) 2021-07-22 23:38:38 +02:00
SenexCrenshaw
e015aca5ca
Nextion update (#934)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
2021-07-15 13:56:01 +12:00
SenexCrenshaw
86ed64201c
Nextion update (#934)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
2021-07-15 12:51:30 +12:00
Jesse Hills
314c74a235
Remove extra comma from xpt2046.rst (#1265) 2021-06-21 08:25:55 +12:00
romerod
f75e5ebab8
Add on_tag_removed documentation to pn532.rst (#915) 2021-05-18 11:54:17 +12:00
Stanislav Meduna
566c1f54bf
Add XPT2046 touch screen controller documentation (#1015)
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2021-05-17 13:04:12 +12:00
Franck Nijhof
0068dbbfbf
Add attribute support to Home Assistant sensors (#1159) 2021-05-17 11:16:33 +12:00
Stanislav Meduna
d125a5de77
Add the documentation for the autorepeat filter (#1093)
* add the documentation for the autorepeat filter

* make no timing equivalent to a single default one
2021-05-13 17:37:06 -03:00
Peter Remøy Paulsen
d2704ffc89
Fixed wrong link in i2c_id (#1163) 2021-05-12 17:57:06 +02:00
Nikola
bcbbd1dacd
Fixed datasheet link for RC522 (#1144) 2021-05-09 17:00:01 -03:00
Jesse Hills
5bb554f9e7
Merge branch 'current' into next 2021-03-22 17:13:27 +13:00
Jesse Hills
cfc8ad709d
Update RC522 i2c example and default (#1059) 2021-03-17 14:25:31 +13:00
Guillermo Ruffino
f6c277c4f9
schema-filters (#1052)
* pin schema and other fixes

* schema filters and registries
2021-03-11 15:31:31 -03:00
Minideezel
5cbc078c9a
Adding that mpr121_id is a valid option for binary_sensor (#966) 2021-03-09 18:24:50 -03:00
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
Guillermo Ruffino
9420c45a01
Fix format consistency (#989) 2021-02-07 13:35:39 -03:00
Jesse Hills
f320672cbf
Add docs for pn532 NDEF functionality (#936) 2021-01-17 17:06:45 +13:00
Guillermo Ruffino
e44eb01685
add rc522 i2c config variant (#933)
* add i2c config variant

* add i2c address
2021-01-17 17:06:45 +13:00
Jesse Hills
4ef6fa0954
Add docs for pn532 NDEF functionality (#936) 2021-01-15 09:30:01 +13:00
Guillermo Ruffino
51175fb634
add rc522 i2c config variant (#933)
* add i2c config variant

* add i2c address
2021-01-12 10:14:11 -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
Jesse Hills
03b98dc320
Update PN532 docs to add I2C (#798) 2020-10-31 19:56:29 -03:00
Guillermo Ruffino
d84787b337
add rc522 docs (#810) 2020-10-27 12:42:09 +13:00
Jesse Hills
1494ca6211
Add docs for homeassistant.tag_scanned action (#763)
* Add docs for homeassistant.tag_scanned

* Add pn532 example

* Add example to rdm6300
2020-09-20 10:30:37 -03:00
Otto Winter
f22ac1a550
Partially Revert make SPI CS pin optional (#706) 2020-07-25 14:24:02 +02:00
Otto Winter
412297ab6d
Merge branch 'current' into next 2020-07-14 21:14:02 +02:00
Jesse Hills
fbc2fbbf15
Add Tuya Binary Sensor docs (#662)
* Add docs for Tuya binary sensor

* Add tuya binary to index

* Add link to tuya component

* Fix label

* update image link

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-11 19:50:33 -03:00
igg
d738a58a60
Docs for CS Optional (#644)
* Docs for CS Optional

* rst fix

Co-authored-by: Ilya Goldberg <iggie@mac.com>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-06-10 17:02:51 -03:00
Matthew Edwards
9b6170ac60
Fix typos (#561) 2020-05-10 16:27:59 -03: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
Otto Winter
f80c48dbfa
Merge branch 'current' into next 2019-11-17 23:31:01 +01:00
Matthew Harrold
40336953f5 Remove references to scan_interval (#400) 2019-11-05 21:42:56 +01:00
Lumpusz
13dcc33804 Ble rssi svc (#377)
* Update supporters.rst

* docs for ble service uuid based tracking

* code review updates

* fix rst syntax

* Update components/binary_sensor/ble_presence.rst

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

* Update components/binary_sensor/ble_presence.rst

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

* Update components/binary_sensor/ble_presence.rst

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

* Update components/binary_sensor/ble_presence.rst

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

* Revert "Update supporters.rst"

This reverts commit a790f261e2.


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-31 15:34:28 +01:00
Robert Kiss
deb2559be6 Add doc for delayed_on_off binary_sensor filter (#324)
* add doc for delayed_on_off binary_sensor filter

* added delayed_on_off yaml example
2019-08-29 16:09:40 +02:00
Otto Winter
46b108ce9b
Update index.rst 2019-06-20 18:44:01 +02:00
Otto Winter
749b6e8e73
Lint 2019-05-28 21:49:02 +02:00
Michiel van Turnhout
f8394cf1c5
extended mpr121 docs with debounce and thresholds config (#245)
* added debounce and threshold

* extended and fixed documentation for thresholds

* line to long

* line to long list end

* no spaces at lin end

* Update mpr121.rst

* default for touch release thresholds

* Lint


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-05-28 21:37:34 +02:00
Otto Winter
4cfcf283d8
Fix RDM6300 docs 2019-05-27 19:22:28 +02:00
Otto Winter
52cd23c733
Remote + Dev docs update 2019-05-13 21:51:04 +02:00
Otto Winter
ef49ff813d
CCS811, GPS, TTP229-BSF 2019-05-13 13:10:12 +02:00
Otto Winter
87147619c0
Docs update 2019-05-12 22:44:59 +02:00
Otto Winter
b2fe7220f3
Merge branch 'current' into next 2019-05-11 17:19:00 +02:00
gitolicious
3f75ea95ed Fixed lint and ref errors (#228)
* Added newline to fix lint error

* Fixed lambda calls ref errors
2019-04-15 22:06:35 +02:00