Commit Graph

483 Commits

Author SHA1 Message Date
André Cirne
5934f07397
Add documentation for for a01nyub (#2934)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-07 13:23:52 +12:00
Jesse Hills
f918f95f48
Update changelog for 2023.7.0b1 2023-07-13 10:15:27 +12:00
Sergey Dudanov
c78d80b831
New duty_time sensor (#3049)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-07-13 08:48:21 +12:00
Christian
b83777305e
fix naming (#3059) 2023-07-13 08:13:53 +12:00
danieltwagner
87f7a1c82a
Add ATM90E26 documentation (#3002) 2023-07-12 17:10:25 +12:00
Christian
f54cf2ff7d
grove TB6612FNG (#2906)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-07-12 15:02:56 +12:00
Stefan Rado
a7dd5acf17
Add documentation for TT21100 touchscreen component (#2916)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-07-12 13:19:28 +12:00
jan-hofmeier
2a96773541
Add documentation for Alpha3 Pump component (#2278)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-07-11 17:12:53 +12:00
kahrendt
860677d09d
Add documentation for new Zio Ultrasonic Distance Sensor component (#3043) 2023-07-11 16:24:23 +12:00
Jesse Hills
e3280e01db
Merge branch 'current' into next 2023-07-10 11:24:28 +12:00
Graham Brown
54b52def5b
Dark mode (#3025) 2023-07-10 09:49:12 +12:00
Jesse Hills
8e48e0393d
Merge branch 'current' into next 2023-06-28 12:34:48 +12:00
Jesse Hills
22fec03cd3
Update display index images and alphabetise (#3024) 2023-06-26 18:05:52 -05:00
NP v/d Spek
80c17d3920
ili9xxx: add list of models on top of the document. (#3023)
* Update ili9xxx.rst

Pleasing the list of allowed display models on top of the page.
As suggested on the discord #documention channel.

* Update index.rst

Adding all display models that can be used with the ili9xxx display controller component.

* Update index.rst

restore 'ILI9xxx, components/display/ili9xxx, ili9341.jpg' in index page

* adding driver aliases to the index page as well.

* revert last changes

* Update components/display/ili9xxx.rst

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-06-26 17:39:17 -05:00
Jesse Hills
5973c2547a
Merge branch 'current' into next 2023-06-20 11:10:37 +12:00
Jesse Hills
99665eeae2
Merge branch 'current' into beta 2023-06-20 11:10:37 +12:00
yousaf465
71ccd666e2
Add RPI Pico in description. (#2995)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-06-19 18:58:12 +12:00
MrEditor97
75b8ddf5ee
XL9535 I/O Expander (#2949) 2023-06-19 15:26:10 +12:00
Jesse Hills
369809d257
Merge branch 'current' into next 2023-06-15 14:23:43 +12:00
Graham Brown
e7047e6fe0
Add Alarm Control Panel (#2891)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-06-15 12:34:42 +12:00
H. Árkosi Róbert
1240f2c904
Update index.rst (#2972)
Remove python cookbook from index
2023-06-03 07:45:40 +12:00
Guillermo Ruffino
0b041128a6
Current-gen-schema (#2887)
* fix enum docs style

* schema fixes updates for 2023.2

* support multi key prop

* format fixes

* Format fixes

* set typed

* fix code quotes

* add platforms

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-05-31 15:31:55 +02:00
yousaf465
bcc9ed6bc5
Create how to share sensor data via http_request (#2893)
* Create how to share sensor data via http_request

initial webserver for http_request

* Update how to share sensor data via http_request

* Rename how to share sensor data via http_request to http_request_sensor.rst

* Update http_request_sensor.rst

* added client and server images

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

fixed template sensor

* Update http_request_sensor.rst

fixed template senor indent

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update index.rst

added htttp_request to cookbook

* Update http_request_sensor.rst

updated node ----> nodes

* Update index.rst

Updated node to nodes in index.rst

* Update http_request_sensor.rst

fixed headline underline too short

* Update http_request_sensor.rst

* Update index.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

* Update http_request_sensor.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-05-31 15:24:42 +02:00
Tim Laurence
f1268d3670
Add directions on how to automate firmware updates (#2914) 2023-05-31 14:35:30 +02:00
Sybren A. Stüvel
091f50260a
Add TMP1075 temperature sensor documentation (#2895)
See https://github.com/esphome/esphome/pull/4776 for the PR that adds
this sensor to ESPHome.
2023-05-26 00:04:37 -05:00
Daniel Mahaney
7167370d03
Add rp2040_pio_led_strip docs (#2917)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-05-22 10:31:35 +12:00
Jesse Hills
2ab7d958dd
Add esp32_rmt_led_strip docs (#2902) 2023-05-09 09:33:49 +12:00
Jesse Hills
b52df8e9a3
Add gp8403 docs (#2901) 2023-05-08 12:45:14 +12:00
Jesse Hills
962656bec3
Speaker docs (#2892) 2023-05-08 10:36:43 +12:00
looping40
72bc0f612c
Max6956 support added (#2320)
Co-authored-by: Nicolas C <nicolas.camil@airbus.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-05-02 09:51:55 +12:00
Philippe FOUQUET
3032493225
Add HYT271 doc (#2583) 2023-05-01 16:18:40 +12:00
Mat931
4b5f24a1d6
Add PCA6416A (#2834)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-05-01 16:00:24 +12:00
notsonominal
dab09f6c86
Adding docs for mlx90614 (#2845)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-04-27 01:18:05 +00:00
Jesse Hills
a765931f35
Merge branch 'current' into next 2023-04-17 15:45:23 +12:00
H. Árkosi Róbert
7f51bc25fe
Further movement to devices site (#2835)
* Further movement to devices site

* Update _redirects

* Update template.rst

* change icon for magic

* Update index.rst
2023-04-13 14:23:03 +02:00
Jesse Hills
cd92f71534
Merge branch 'current' into next 2023-04-13 10:11:13 +12:00
Keith Burzinski
0893d25cdf
Add some missing binary sensors to the index (#2819) 2023-04-12 11:42:28 +02:00
H. Árkosi Róbert
dbfd65504e
Add/Rename item in Cookbook (#2821)
* Add/Rename item in Cookbook

Made a "Lambda Magic" cookbook item, where we can gather interesting Lambda implementations.

* Update lambda_magic.rst

* Update lambda_magic.rst

* Update lcd_display.rst
2023-04-12 11:37:13 +02:00
H. Árkosi Róbert
8c3cd97ea1
Remove migrated items from Cookbook (part2) (#2820)
* Remove migrated items from Cookbook (part2)

These devices are migrated to the devices site with https://github.com/esphome/esphome-devices/pull/386

* remove unused images
2023-04-12 10:28:06 +02:00
Jesse Hills
c745a29af7
Initial voice assistant documentation (#2813) 2023-04-12 11:53:24 +12:00
H. Árkosi Róbert
0998228c45
Remove migrated items from Cookbook (#2816)
* remove migrated documentation

All of these are present now on our https://devices.esphome.io/ site.

The missing ones were pushed with https://github.com/esphome/esphome-devices/pull/385, and the rest ones were already in, thus removing here the duplicates.

* Update modbus.rst

* Update modbus.rst

* Update modbus_controller.rst

* Update ltr390.rst

* Update ltr390.rst

* Update modbus_controller.rst

* fix broken links

* Update index.rst

* Update index.rst
2023-04-11 17:51:46 +02:00
Ben Hoff
f44e9b3e8f
Mmc5603 (#2524)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-04-05 13:30:47 +12:00
Keith Burzinski
acc4d25c21
Group and sort binary sensors into categories (#2802) 2023-04-04 19:28:17 +12:00
LuBeDa
0191785511
Add EHMTX to cookbook (#2369) 2023-03-25 20:31:50 +00:00
NP v/d Spek
5176b16150
Replace ili9341 with ili9xxx documentation (#2729)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-03-09 15:48:13 +13:00
Samuel Sieb
f7420c857f
fix kuntze docs (#2698)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2023-03-09 15:48:13 +13:00
Morgan Robertson
df41bf7675
Add documentation for AS7341 spectral color sensor (#2609)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-03-08 14:28:10 +13:00
DAVe3283
3e74757ce9
Add absolute humidity component (#2723)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-03-08 10:21:36 +13:00
kahrendt
ec78f92910
Add documentation for fs3000 sensor. (#2715)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-03-07 19:27:20 +13:00
Yaroslav Heriatovych
ac71defd45
Add haier climate component (#2431)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-23 15:05:54 +13:00
Shreyas Karnik
b6adcdb0cc
add person sensor (sen21231) from useful sensors (#2678)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-23 13:37:47 +13:00
Fabian
52b2e857ea
Add Mopeka standard to next docs. (#2624)
Co-authored-by: Your Name <you@example.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-22 10:49:15 +13:00
Mat931
a060225575
Add internal_temperature component (#2611)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-02-20 16:43:15 +13:00
H. Árkosi Róbert
11528c83e9
Documentation for vbus component (#2397)
Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
Co-authored-by: Samuel Sieb <samuel@sieb.net>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-07 12:17:19 +13:00
sebcaps
be05682b3b
Add documentation for LD2410 (#2385)
Co-authored-by: Richard North <rich.north@gmail.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-07 11:47:51 +13:00
Jesse Hills
b7a6bc4d78
Add documentation for MiCS 4514 (#2605) 2023-01-25 09:58:48 +13:00
H. Árkosi Róbert
b84eb16038
Documentation for wiegand component (#2424)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2023-01-18 14:37:57 +13:00
Valentin Ochs
52e7be2e97
Documentation for sigma_delta_output component (#2500)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-01-18 13:42:36 +13:00
Mathias Stock
d0378c71b8
Add support for EE895, HTE501 and TEE501 sensors (#2241)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-01-18 10:43:20 +13:00
EtienneMD
52a5ebea51
Add X9C potentiometer docs (#2541) 2023-01-11 14:51:58 +13:00
H. Árkosi Róbert
f08998729a
Documentation for matrix_keypad component (#2425)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-01-10 16:07:17 +13:00
brogon
e189d6d85c
Pcf85063 rtc (#2347)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-12-23 12:33:58 +13:00
Jesse Hills
28f359e8c5
Merge branch 'current' into next 2022-12-22 22:58:00 +00:00
Jesse Hills
150d149d60
Restructure time docs into its own folder and split (#2566) 2022-12-23 11:57:01 +13:00
Cossid
039228274a
Add documentation for SM2235 & SM2335 LED drivers (#2514) 2022-12-23 11:04:29 +13:00
Cossid
e73edf0fbb
Add documentation for new component BB1658CJ LED Driver (#2432) 2022-12-23 10:39:49 +13:00
Cossid
42baa49565
Add documentation for new component BP5758D LED driver. (#2433) 2022-12-23 10:24:52 +13:00
Steve Rodgers
f17fe13da6
Add PCA9554 docs (#2532) 2022-12-22 18:39:29 +13:00
alsig
84b78f8007
Added documentation for SN74HC165 (#2504)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-12-07 12:10:29 +13:00
Jesse Hills
2dd8136698
Update changelog for 2022.11.0b2 2022-11-10 11:48:34 +13:00
Jesse Hills
da4402105e
Merge branch 'current' into beta 2022-11-10 11:08:13 +13:00
Patrick Stigler
e5f325ef7c
Added Geiger Counter to the cookbook (#2382) 2022-11-10 07:59:39 +13:00
Stanislav Meduna
dc5f04661f
Implement a simple LCD menu (#2029)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-11-07 19:01:00 +13:00
Jesse Hills
1160dc279f
Remove devices on home page and replace with platforms (#2393) 2022-10-27 15:43:17 +13:00
Jesse Hills
423e1e69d2
Add basic rp2040 docs page (#2392) 2022-10-27 12:38:26 +13:00
Maximilian
bb0900058b
Add docs from adc128s102 sensor (#2308)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-10-19 17:06:26 +13:00
Jadson Santos
e306940c09
Add ethernet_info docs (#2300) 2022-10-19 13:44:58 +13:00
Marcel Hoppe
6764a47089
Add support for wl-134 (#2137)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-10-19 13:44:30 +13:00
Pascal Vizeli
6985e68895
U-fire/ph (#2285)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-09-14 16:51:28 +12:00
Jordan W. Cobb
ca8a5ee051
Added documentation for TM1638 Led and Key module (#1991) 2022-09-12 00:32:54 -07:00
anatoly-savchenkov
6d9648aa2d
Add Factory Reset button and switch (#2280) 2022-09-12 10:23:55 +12:00
David Buezas
e2a524bd5a
Added documentation for bl0942 (#2286) 2022-09-12 09:36:13 +12:00
Keilin Bickar
c735cc2253
Add MPL3115A2 component (#2009)
* Add MPL3115A2

* Resized image

* Extended underline
2022-09-09 00:18:10 -05:00
Pascal Vizeli
8044302769
Add documentation for ufire_ec (#2273)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-09-08 22:30:16 +12:00
Philippe FOUQUET
8e3689fb45
Add doc for tm1621 LCD display (#2242) 2022-09-08 11:40:32 +12:00
MrEditor97
2e34f4772b
Support for MCP9600 sensor (#2217)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-08-25 15:49:35 +12:00
Jesse Hills
a98b66b199
Add docs for bluetooth proxy (#2247)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-08-25 09:02:17 +12:00
Keith Burzinski
3d26641178
Add dps310 sensor doc (#2218) 2022-08-19 07:49:58 +12:00
puuu
cbacebc478
Add documentation of pvvx_mithermometer display platform (#1986) 2022-08-15 10:56:29 +12:00
Adrián Panella
475933a41f
add feedback cover component (#1942) 2022-08-09 17:21:30 +12:00
Keith Burzinski
91f7eda827
Sprinkler Controller documentation (#1471) 2022-08-09 12:19:45 +12:00
Jesse Hills
d48af09642
Merge branch 'current' into next 2022-08-08 08:23:47 +12:00
piechade
c4c056d60b
Add SMT100 Soil Moisture Sensor documentation (#2197)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Dennis Piecha <d.piecha@ymail.com>
2022-07-28 11:22:56 +12:00
H. Árkosi Róbert
2d6552d545
Merge pull request #2083 from sumirati/feature_1398
Feature 1398
2022-07-01 10:45:18 +02:00
Nick B
178a84b401
Documentation for DAC7678 component (#2053) 2022-06-21 17:12:19 +12:00
Jesse Hills
2b3edea033
Add docs for media_player and i2s_audio (#2107) 2022-06-02 17:00:24 +12:00
Martin
02007a12f2
Sgp4x (#2016) 2022-05-19 12:47:37 +12:00
Jesse Hills
bc5d77164f
Merge branch 'current' into next 2022-05-16 13:33:17 +12:00
sumirati
4f11e2a1b8 Update AHT10 docs to show support for DHT20 sensor 2022-05-16 01:10:44 +02:00
Maxim Ocheretianko
ecd45454e9
Add Tuya select documentation (#2075) 2022-05-16 07:49:48 +12:00