Jesse Hills
2b3edea033
Add docs for media_player and i2s_audio ( #2107 )
2022-06-02 17:00:24 +12:00
Jesse Hills
528f0bfba9
Merge branch 'current' into next
2022-05-11 09:35:55 +12:00
Andre Lengwenus
8d4bccafb2
Add docs for SML ( #1493 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-05-10 21:05:54 +12:00
Martin
bccd86bcac
Sen5x docs ( #2017 )
2022-05-10 20:15:10 +12:00
Ingo Theiss
c3d2635f5a
ENS210 Humidity & Temperature sensor component ( #1745 )
2022-05-09 17:23:40 +12:00
imgbot[bot]
d5faa434c9
[ImgBot] Optimize images ( #2035 )
...
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-04-22 14:05:05 +12:00
I. Tomita
e26488848e
Documentation for BL0939 (Sonoff Dual R3 v2) ( #1970 )
2022-04-21 10:11:28 +12:00
rnauber
851c2605ab
Add documentation for Shelly Dimmer 2 ( #1753 )
...
Co-authored-by: Richard Nauber <richard@nauber.dev>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-04-14 13:48:37 +12:00
Joe
234f2f7ee8
BedJet component docs ( #1508 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-04-14 13:16:19 +12:00
rnauber
22e927ba3d
Add documentation for Shelly Dimmer 2 ( #1753 )
...
Co-authored-by: Richard Nauber <richard@nauber.dev>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-04-14 13:14:02 +12:00
Jesse Hills
67d009c4bb
Fix images
2022-04-13 15:41:29 +12:00
Jesse Hills
5f39c7e539
Update changelog for 2022.4.0b1
2022-04-13 15:31:22 +12:00
anatoly-savchenkov
625b763d7f
Sonoff D1 dimmer support ( #1664 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-04-12 17:03:45 +12:00
functionpointer
cef832fcd8
Add integration hydreon_rgxx for rain sensors by Hydreon ( #1616 )
2022-04-11 14:50:59 +12:00
andrewpc
49cc75ba41
QMP6988 Documentation ( #1935 )
2022-03-15 08:09:29 +13:00
Sean Brogan
a1d238cc99
Add mopeka pro check integration docs ( #1564 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-03-01 11:30:37 +13:00
RubyBailey
e62c773d07
Honeywellabp ( #1880 )
...
Co-authored-by: RubyBailey <ruby_bailey11@hotmail.com>
2022-02-22 11:25:31 +01:00
Arturo Casal
bae87951ae
Add device support: MCP4728 ( #1888 )
...
* Initial MCP4728 docs
* Fixed doc reference labels and links
* Fixed link to mcp4728 component.
* Changed parameter name
* Update components/output/mcp4728.rst
Added default value
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Update components/output/mcp4728.rst
Added default value
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Update components/output/mcp4728.rst
Added default value
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Update components/output/mcp4728.rst
Added default value
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Reduced image size
* Extended parameter and output voltage explanation.
* Changed index position to keep alphabetical order.
Co-authored-by: Otto Winter <otto@otto-winter.com>
2022-02-21 12:46:50 +01:00
Fabian Affolter
cfbd29050f
Add MPU6886 docs ( #1933 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-02-21 12:23:30 +13:00
Otto Winter
794d7abc7c
Add copy integration ( #1932 )
2022-02-21 09:13:39 +13:00
Otto Winter
863a94be70
Rework lint ( #1924 )
2022-02-20 10:39:33 +01:00
Arturo Casal
4d71ef93ba
Add sensor support: MAX44009 ( #1897 )
2022-02-18 22:25:38 +01:00
Adrián Panella
99cf423415
Add analog_threshold component ( #1901 )
2022-02-18 09:14:14 +13:00
Jesse Hills
85f261f8bf
Update changelog for 2022.2.0b1
2022-02-10 00:02:27 +13:00
mckaymatthew
a8338a898f
Add Max9611 Docs ( #1612 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-02-08 22:56:42 +13:00
Jesse Hills
2cac389efb
Add lilygo t5 4.7" touchscreen docs ( #1886 )
2022-02-08 21:50:33 +13:00
functionpointer
970e5b1e4f
MLX90393: Add documentation ( #1641 )
2022-02-08 20:42:16 +13:00
Jeff Eberl
657d15d7ce
Added RadonEye RD200 Component ( #1857 )
2022-02-08 16:32:42 +13:00
Jesse Hills
2e9e6be8c5
Merge branch 'current' into next
2022-02-04 09:28:37 +13:00
Otto Winter
7ad73e0daf
Optimize images displayed on homepage ( #1860 )
2022-01-31 08:05:20 +01:00
Jesse Hills
2aad032f6e
Merge branch 'current' into next
2022-01-27 09:45:34 +13:00
Flaviu Tamas
7bfa9be862
Improve documentation around installing ESPHome and connecting devices to computers ( #1787 )
...
* Begin for-dummies programming guide
* Delete getting-started-cli content
* Seperate connection guide
* Refactor instructions
Have the Getting started guides link to the correct subguides when they
need to explain how to do a common thing.
* Apply suggestions from code review
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
* Add physical connection note to hassio guide
* Improve page titles
* Mention lack of tested Mac instructions
* Fix typos
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2022-01-21 14:01:10 +00:00
Jesse Hills
c1322525ed
Add ektf2232 touchscreen controller ( #1793 )
2022-01-21 15:45:57 +13:00
Jesse Hills
10c2e0fc51
Merge branch 'current' into next
2022-01-13 09:55:20 +13:00
Andreas Soehlke
37d3019ddb
Add cd74hc4067 docs ( #1503 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: asoehlke <git@soehlke.de>
2022-01-11 17:00:02 +13:00
rsumner
6844b41ed4
Mcp3204 docs ( #1712 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-01-10 12:04:58 +13:00
Jesse Hills
c9180e86eb
Add MCP47A1 docs ( #1780 )
2022-01-08 21:36:01 +13:00
Andrej Friesen
31d4ae0658
Add AirGradient DIY Air Quality to cookbook ( #1727 )
...
Co-authored-by: Andrej Friesen <andrej@gridscale.io>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-01-08 21:32:17 +13:00
Martin
024a59e1de
Document BMP388 / BMP390 ( #1617 )
...
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2022-01-06 15:01:58 +13:00
Snōwball
3dd126fad7
Added bl0940 documentation ( #1752 )
2022-01-04 10:45:49 +01:00
MrEditor97
9d9571f036
INA260 Current and Power Sensor support ( #1649 )
2021-12-31 22:08:56 +13:00
Benny de Leeuw
a908ca2682
Add docs from growatt modbus sensor ( #1732 )
2021-12-20 14:31:03 +13:00
Jesse Hills
5eae51ea9e
Merge branch 'current' into next
2021-11-26 09:02:41 +13:00
Oxan van Leeuwen
c263da4e86
mDNS component documentation ( #1662 )
...
Co-authored-by: webeling67 <61348455+webeling67@users.noreply.github.com>
2021-11-26 08:59:02 +13:00
Otto Winter
6053f490b5
Update svg2png and seo.py ( #1380 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-11-16 15:19:33 +13:00
Sam Hughes
a16d4f3743
Docs for CAP1188 Capacitive Touch Sensor ( #1589 )
2021-11-10 18:53:33 +01:00
Arturo Casal
825cf25f5a
Added docs for CSE7761 power sensor ( #1541 )
...
* Added docs for CSE7761 power sensor
Also added docs for Sonoff Dual R3 v1.x
* Update components/sensor/cse7761.rst
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-10-28 20:59:01 +02:00
Jesse Hills
ff6435a334
Merge branch 'current' into next
2021-10-13 16:36:23 +13:00
Paul Monigatti
8bed2ede8d
Add Safe Mode Restart Switch ( #1504 )
2021-10-06 20:44:52 +13:00
Matteo Franceschini
6c86fe2e5e
Pzem 004t doc improvements ( #1371 )
2021-10-06 16:10:47 +13:00