Commit Graph

1933 Commits

Author SHA1 Message Date
meijerwynand
e3e8c274b0
Update hdc1080.rst (#2652)
HDC1080 library compatible with CHT8305
2023-02-12 21:18:07 +01:00
Eric van Blokland
53bffad94f
Added documentation for the CanalSat and CanalSatLD codec (#2318)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-02-09 13:22:09 +13:00
Jesse Hills
a5710689b6
Add note about startup time for mics4514 (#2650) 2023-02-09 12:52:51 +13:00
jmichiel
726e70ab8c
Add preset MQTT topics + remove away mode refs (#2641)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-09 12:46:02 +13:00
Jesse Hills
a6fff4b5f2
Merge branch 'current' into next 2023-02-08 23:37:59 +00:00
Michael Muré
04882129e9
climate: add support for quiet fan speed (#2160) 2023-02-09 11:28:20 +13:00
Bob Perciaccante
dc07be64ce
Update mopeka_pro_check documentation to support Lippert devices (#2493) 2023-02-09 11:07:58 +13:00
Jesse Hills
300c55bc1f
Add JL1101 to ethernet docs (#2649) 2023-02-07 12:55:01 +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
Noxmiles
f3fb438652
Update ccs811.rst (#2549)
* Update ccs811.rst

* Update ccs811.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-02-05 19:47:22 +00:00
lillborje71
798b47dc5c
Update index.rst (#2574)
* Update index.rst

* Update index.rst

* Update index.rst

* Update index.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-02-05 20:39:25 +01:00
mistrjirka
764155d5e5
Removing information that after some testing isn't true (#2568)
Raspberry pico W is supported, but the vanilla raspberry pico clearly is not. After trying "rpipico" as a board this error shows up "Error: Unknown board ID 'rpipico'". It is bit misleading, because from what I know about esphome you cannot just have a device that communicates through USB and doesn't connect to WiFi. 

I think it is important to understand that RP2040 isn't like ESP. Every RP2040 board doesn't support esphome, but basically any ESP device can support esphome.
2023-02-05 20:36:50 +01:00
sebcaps
4e8fa5c131
Update dallas.rst (#2570)
Fix mini resolution from 8 to 9, to comply with datasheet and component validation rules
2023-02-05 20:34:37 +01:00
Jan Pieter Waagmeester
880085fa33
Fix list layout for Graph>'Trace specific fields' (#2577) 2023-02-05 20:31:35 +01:00
xyzroe
5d870401ff
Examples of Daly BMS control using uart.write (#2584)
* Update daly_bms.rst

Add a couple of examples of Daly BMS control using uart.write

* Examples of Daly BMS control using uart.write

fixed lint errors

* Examples of Daly BMS control using uart.write

 probably fixed lint errors

* Fixed every boot up battery level setup
2023-02-05 20:29:30 +01:00
Mike Ellis
a34f2c8679
Update st7789v.rst (#2622)
* Update st7789v.rst

Modified to allow dimmable control of the backlight (using GPIO4)

* Update st7789v.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-02-05 19:28:12 +00:00
backcountrymountains
fd4fd55333
Alternative Costco Feit A19 Bulb config (#2591)
I have a Costco Feit A19 that is similar but different. It is actually a RGBCT. I was wondering if we could post it here or otherwise make clear that there are alternate configs for Feit A19 bulbs. Maybe just warning people that there are several models of Feit A19 RGB/white bulbs is enough to not confuse people like me that used the sample code. Also, whoTF makes 2 nearly identical bulbs but with different pinouts WTF is that about, Feit electric?

My change is to the pins of the sm16716 and changing it to an RGBCT bulb.
2023-02-05 20:27:57 +01:00
RubyBailey
9f7b9e83a9
Onboard USB chip may interfere with deep sleep. (#2627)
* Update deep_sleep.rst

Added note to explain that onboard USB chip may interfere with deep sleep.

* Update deep_sleep.rst

Added note to explain potential with deep sleep on some ESP8266

* Update deep_sleep.rst
2023-02-05 20:21:00 +01:00
Antonio Fiol
a3bdd1ff5d
Added example with the expanded form for file (#2635)
Added one example where file does not use the short form, but the YAML expanded one described below the examples.
2023-02-05 20:10:26 +01:00
TechSmart Solutions
60233fccf8
Update index.rst (#2643) 2023-02-05 10:19:11 +01:00
usernames122
923db447a1
Add comma (#2629)
You forgot a comma, so i fixed it for you.
2023-02-04 21:22:50 +01:00
Florian Trück
07f6b30cc1
Update SCD30 sensor documentation (#2631) 2023-02-03 21:13:31 +13:00
Joakim Plate
703aada7da
Add initial docs for mdns extensions (#2553) 2023-02-02 17:19:00 +13:00
@RubenKelevra
3d6bfec6dd
sensor index: add missing commas (#2639) 2023-02-01 16:24:37 -08:00
Jannick
b4aa44d564
Correct signed and unsigned data type descriptions (#2637)
- S_QWORD from unsigned to signed 64 bit
- U_QWORD_R twice
2023-02-01 07:36:34 +01:00
WitchKing
a55a071a7c
Added documentation in order to use ADS1015 (#2581)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-01-26 17:21:07 +13:00
Jesse Hills
c8fefadfa4
Merge branch 'current' into next 2023-01-26 14:59:51 +13:00
Jesse Hills
ba2bcccdf3
Add improv serial next_url (#2620) 2023-01-25 14:37:03 +13:00
Jesse Hills
b7a6bc4d78
Add documentation for MiCS 4514 (#2605) 2023-01-25 09:58:48 +13:00
Guillermo Ruffino
8b7fcf2313
Format-fixes-202211 (#2461) 2023-01-24 14:56:46 -03:00
NP v/d Spek
8a18636d4b
Add missing font: component to example. (#2614)
Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
fixes https://github.com/esphome/issues/issues/4065
2023-01-24 15:27:16 +13:00
Jesse Hills
4171ba1fb4
Fix display font and static text ref (#2618) 2023-01-24 14:35:06 +13:00
Jesse Hills
f858439867
Move password to bottom of list and add deprecated label (#2617) 2023-01-24 14:34:58 +13:00
H. Árkosi Róbert
a7f83576f9
Fix order (#2615) 2023-01-23 22:31:20 +01:00
Jesse Hills
528ccd2e65
Merge branch 'current' into next 2023-01-24 08:30:14 +13:00
Antonio
13a7cdc5f4
Update ethernet.rst (#2612)
Include LILYGO TTGO T-Internet ESP32-WROVER-E LAN8270 configuration
2023-01-23 07:29:48 +01:00
Jesse Hills
8c3d9b5b8b
Merge branch 'current' into next 2023-01-23 09:06:03 +13:00
Nejc
dd5bc51973
Update pcf8574.rst (#2608)
* Update pcf8574.rst

* Update components/pcf8574.rst

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-01-22 08:50:58 +13:00
Jesse Hills
96308aeb57
Merge branch 'current' into next 2023-01-20 18:33:02 +13:00
Lukas Schulte
50171271cc
addded: BME680 IAQ Class (#2593)
* addded: BME680 IAQ Class

* fixed: yaml layout

* fixed: some iaq values has result in an error

* Update bme680_bsec.rst

* Update bme680_bsec.rst

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-01-19 19:42:35 +01:00
billthe4th
7453de6ae2
Fix esp32-arduino_framework ref (#2587) 2023-01-19 14:59:17 +01:00
H. Árkosi Róbert
110080c3f4
Revert "Added power negative filter example - very useful (#2595)" (#2604)
This reverts commit db7c4b4c59.
2023-01-19 14:33:24 +01:00
Chester
db7c4b4c59
Added power negative filter example - very useful (#2595) 2023-01-19 14:30:58 +01:00
jensgraef
1659578643
Fix typo in text-sensor documentation (#2601) 2023-01-19 13:47:53 +01:00
Jesse Hills
21a01eee50
Fix link to mqtt base component config (#2603) 2023-01-19 09:49:06 +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
Stanislav Habich
833d2d783a
Updated documentation for pca9685 (#2325) 2023-01-18 13:00:39 +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
Z3LIFF
170f9fa40b
add "actual_gain" information (#2600) 2023-01-18 10:17:35 +13:00
H. Árkosi Róbert
9c5afcbec1
Documentation for key_collector component (#2426)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2023-01-17 17:18:42 +13:00
martin jonasson
9b3096fa2f
Spelling mistake public/publish (#2594) 2023-01-14 14:24:17 -08:00
Antonio Fiol
101ead9279
Fix API reference link (#2586) 2023-01-11 10:09:55 +01:00
Antonio Fiol
7697877195
Add note explaining what to do in set_action (#2585)
Add note explaining what to do in set_action to update the state of the component.
2023-01-11 09:51:27 +01:00
Samuel Sieb
bc0c9aa286
Add framework workaround to the config example (#2580) 2023-01-11 15:45:47 +13:00
EtienneMD
52a5ebea51
Add X9C potentiometer docs (#2541) 2023-01-11 14:51:58 +13:00
Stas
6a378af92e
http_request: document new parameter duration_ms in on_response handler (#2578) 2023-01-10 17:40:48 +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
lillborje71
36b3a33c05
fix rotary encode example (#2573) 2023-01-04 15:34:00 -08:00
optimusprimespace
ca531ba52e
Updated pmsx003.rst (#2567) 2022-12-23 13:45:46 +01: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
Jeremy Pack
dc528e0b6b
Rework reference to MQTT as its not really the point (#2565) 2022-12-23 11:59:38 +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
Jesse Hills
0751e604f7
Add disable_crc to modbus doc (#2563) 2022-12-22 20:14:15 +13:00
Dave T
16b7c27648
Add docs for ili9341 image adaptive pallet mode (#2089) 2022-12-22 19:54:07 +13:00
Steve Rodgers
f17fe13da6
Add PCA9554 docs (#2532) 2022-12-22 18:39:29 +13:00
Evgeni Golov
a3bc4197fa
document that cron behaves like days_of_week, not like crontab (#2555) 2022-12-18 12:51:45 -08:00
mailwash
7ccd3ddfe9
Update sn74hc165.rst (#2552)
Corrected:
        pin:
          sn74hc165: sn74hc165_hub
2022-12-18 13:54:49 +01:00
H. Árkosi Róbert
0cf1618a7c
Update servo.rst (#2546)
8551c30b39 (commitcomment-93267779)
2022-12-16 15:09:31 +01:00
pedjas
67e445bc06
Updated example (#2545)
Example updates so it better represents how it should be used for novice users and work as expected.
2022-12-16 13:28:00 +01:00
Nejc
afa259f609
Added example for 16x32 display in addressable_light.rst (#2543)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-12-16 10:40:36 +13:00
J. Nick Koston
aef86632f1
Update bluetooth proxy docs with latest information on active bluetooth connections (#2469)
* Add warning about web server component causing failures

* Update components/bluetooth_proxy.rst

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* feedback

* feedback

* Apply suggestions from code review

* Update components/bluetooth_proxy.rst

* feedback

* feedback

* preen

* preen

* clarify services are GATT services

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2022-12-15 18:25:18 +01:00
H. Árkosi Róbert
bb4125f709
Update wifi.rst (#2540)
add ethernet to seealso
2022-12-15 10:04:45 +01:00
H. Árkosi Róbert
bd15bf78f7
Update ethernet_info.rst (#2539)
add ethernet to seealso
2022-12-15 10:01:30 +01:00
H. Árkosi Róbert
4e2619e50b
Update wifi_info.rst (#2538)
add wifi and wifi_signal to seealso
2022-12-15 10:01:03 +01:00
H. Árkosi Róbert
0b108efbba
Update wifi_signal.rst (#2536)
add wifi_info to seealso
2022-12-15 10:00:44 +01:00
H. Árkosi Róbert
5712ac2feb
Update wifi.rst (#2537)
add wifi_info and wifi_signal to seealso
2022-12-15 10:00:22 +01:00
H. Árkosi Róbert
3c5725837b
Update network.rst (#2535) 2022-12-15 09:55:53 +01:00
H. Árkosi Róbert
d1a76e03b8
Update ethernet.rst (#2534)
merge similar configs
2022-12-15 09:16:16 +01:00
Jeef
65d61fef7b
Update xiaomi_ble.rst (#2531)
* Update xiaomi_ble.rst

I spent a while trying to figure out how to find the Mac address for some sensors. As Bind Key has a top level heading I figured MAC address should also.

* Update xiaomi_ble.rst

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2022-12-14 21:00:36 +01:00
pedjas
3d4d6bdca1
Added basic usage example (#2498)
* Added basic usage example

Document is not easy to follow for people who do not have some experience using ESPHome. I added simple usage example to help them starting up.

* Update index.rst

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2022-12-14 17:49:11 +01:00
H. Árkosi Róbert
d931e55d50
Ethernet wESP32 rev 7, AiThinker, SLZB-06 and appearance (#2529)
* Ethernet wESP32 rev 7, AiThinker, SLZB-06 and appearance
2022-12-14 17:46:09 +01:00
H. Árkosi Róbert
20a6e1ff58
Document cache_services option for bluetooth proxies (#2528)
https://github.com/esphome/esphome-docs/pull/2520
2022-12-14 17:11:02 +01:00
Jesse Hills
a62f0438fc
Merge branch 'current' into beta 2022-12-12 17:19:06 +13:00
H. Árkosi Róbert
2522c8a92f
Update pid.rst (#2517)
* Update pid.rst

* Update pid.rst
2022-12-11 17:45:42 +01: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
9a8aa667ee
Add reports_fahrenheit to tuya climate (#2448) 2022-12-07 07:29:21 +13:00
Jesse Hills
40af2a48ad
Change limit from 4 to 256 for sn74hc595 (#2490) 2022-12-07 07:23:11 +13:00
Jesse Hills
12b3894b2f
Merge branch 'current' into next 2022-12-06 12:52:20 +13:00
Bascht74
a7e8ab3b7c
fix mistake in example for .active_index() (#2499) 2022-12-02 08:03:57 +13:00
Jesse Hills
b6daf7e679
Merge branch 'current' into next 2022-12-01 13:47:29 +13:00
imgbot[bot]
fb465cfe5a
[ImgBot] Optimize images (#2486)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-11-30 19:38:57 +13:00
Patrick Collins
c9b92b86d0
Update PID Climate with deadband and sampling (#1944)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2022-11-30 10:58:51 +13:00
Javier Peletier
f540ae6be4
Modbus restore mode update PR #4122 (#2494) 2022-11-30 10:44:35 +13:00
Javier Peletier
72e6385a3f
move restore mode from gpio/output to base switch (#2381) 2022-11-30 10:05:43 +13:00
optimusprimespace
786280b7c0
Update ade7953.rst 2022-11-28 17:09:02 +01:00
optimusprimespace
25be999f28
Update ade7953.rst 2022-11-28 17:06:34 +01:00
H. Árkosi Róbert
8ee46ce4e4
Update i2c.rst 2022-11-28 12:44:38 +01:00
H. Árkosi Róbert
d714d08dad
Merge branch 'current' into patch-5 2022-11-28 11:38:59 +01:00
H. Árkosi Róbert
8d740d122c
Merge pull request #2466 from swifty99/patch-4
update clean-mqtt commandline order
2022-11-28 11:31:40 +01:00
H. Árkosi Róbert
820219bf7a
Merge branch 'current' into patch-5 2022-11-28 11:11:45 +01:00
H. Árkosi Róbert
ecd9c97f57
Update wifi_signal.rst 2022-11-28 11:11:15 +01:00
H. Árkosi Róbert
214425385f
Fix anchor 2022-11-28 11:06:38 +01:00
H. Árkosi Róbert
8ee151aac3
Merge branch 'current' into patch-5 2022-11-28 11:03:08 +01:00
H. Árkosi Róbert
d0a95ef5af
Update wifi_signal.rst 2022-11-28 11:02:41 +01:00
H. Árkosi Róbert
09de4bbd2c
Update bme680_bsec.rst 2022-11-28 10:50:08 +01:00
H. Árkosi Róbert
b4d301dddc
Merge branch 'current' into patch-1 2022-11-28 10:48:14 +01:00
H. Árkosi Róbert
75a204059f
Update bme680_bsec.rst 2022-11-28 10:45:40 +01:00
H. Árkosi Róbert
d73b7d1006
Merge branch 'current' into patch-5 2022-11-28 10:40:36 +01:00
H. Árkosi Róbert
e53f92e989
Merge pull request #2434 from piotr-kubiak/patch-2
Fixed syntax
2022-11-28 10:39:39 +01:00
H. Árkosi Róbert
00d79a7607
Merge branch 'current' into patch-5 2022-11-28 10:31:38 +01:00
H. Árkosi Róbert
f104f7f23f
Merge pull request #2378 from bkaufx/patch-2
Re-send: Fix color temp units for strobe effect
2022-11-28 10:29:53 +01:00
H. Árkosi Róbert
ad9575376d
Merge pull request #2372 from rlowens/patch-6
Add copy-sensor anchor
2022-11-28 10:28:00 +01:00
H. Árkosi Róbert
08ccac0388
Merge pull request #2396 from whnr/patch-1
Update max31856.rst
2022-11-28 10:26:40 +01:00
H. Árkosi Róbert
d4138b02d8
Merge branch 'current' into patch-1 2022-11-28 10:09:56 +01:00
H. Árkosi Róbert
52af335ce5
Update max31856.rst 2022-11-28 10:09:32 +01:00
H. Árkosi Róbert
f2b3cb875c
Merge branch 'current' into patch-1 2022-11-28 10:06:41 +01:00
H. Árkosi Róbert
0ef29ca648
Update dht.rst 2022-11-28 10:06:10 +01:00
H. Árkosi Róbert
7b15540170
Merge pull request #2332 from duhow/patch-1
Update YAML indent of mpl3115a2
2022-11-28 09:46:25 +01:00
H. Árkosi Róbert
e611e14121
Merge pull request #2334 from briangunderson/patch-1
update bedjet.rst
2022-11-28 09:45:14 +01:00
H. Árkosi Róbert
dd4fb76dda
Merge pull request #2343 from sisco0/docs/update-quantile-details-link
docs: update the quantile link
2022-11-28 09:43:02 +01:00
H. Árkosi Róbert
256fb1a3d7
Merge branch 'current' into current 2022-11-28 09:29:40 +01:00
H. Árkosi Róbert
21da19bdfa
Update pca9685.rst 2022-11-28 09:29:07 +01:00
swifty99
dc68655854
Merge branch 'current' into patch-4 2022-11-27 20:36:24 +01:00
swifty99
5e10fff764
Update i2c.rst 2022-11-27 18:44:24 +01:00
swifty99
8b28684e46
Multiplexing annotation outdated,
Added link to I2C Multiplexer
2022-11-27 18:37:24 +01:00
H. Árkosi Róbert
0ab1c99b4f
Merge pull request #2480 from esphome/nagyrobi-patch-4
Update thermostat.rst
2022-11-25 14:43:10 +01:00
H. Árkosi Róbert
2d4082d8ad
Update thermostat.rst
Remove deprecated (rejected by config validation) options from thermostat
2022-11-25 14:38:58 +01:00
H. Árkosi Róbert
cd9937927f
climate cosmetic fixes 2022-11-25 14:31:51 +01:00
diletone
de1d8332e2
Fix set_calibration_point_high example (#2476) 2022-11-25 00:38:09 -08:00
rlowens
ed45c152c9
Update debug.rst
Minor typo
2022-11-24 00:17:03 -06:00
Jesse Hills
cd60df33d0
Merge branch 'current' into next 2022-11-24 16:56:33 +13:00
Ryan Neufeld
2e6c5ce710
Update shelly_dimmer.rst (#2472) 2022-11-24 07:54:59 +13:00
Jesse Hills
37b668e9c1
Merge branch 'current' into next 2022-11-23 13:00:59 +13:00
Alex Reid
c161e670a9
feat: Doc to support templatable code for Midea IR (#2463) 2022-11-23 12:53:51 +13:00
Piotr Kubiak
9d8002ca84
Merge branch 'current' into patch-2 2022-11-22 21:08:51 +01:00
swifty99
913f9175c6
update clean-mqtt commandline order
update clean-mqtt to current esphome commandline order
2022-11-21 14:09:31 +01:00
Jesse Hills
3253434979
Fix indentation for sgp4x (#2465) 2022-11-21 11:32:46 +13:00
H. Árkosi Róbert
a858abc079
Update bluetooth_proxy.rst 2022-11-18 21:41:51 +01:00
H. Árkosi Róbert
4109fcf5e6
Add files via upload 2022-11-18 13:33:31 +01:00
H. Árkosi Róbert
ea4b8111e6
Update lcd_menu.rst 2022-11-18 10:48:40 +01:00
H. Árkosi Róbert
d06a2a3aab
Update lcd_display.rst 2022-11-18 09:27:15 +01:00
H. Árkosi Róbert
31853d1af5
Fix of typos again 2022-11-18 09:19:55 +01:00
Franck Nijhof
55c12a1366
Add number device class support (#2457) 2022-11-18 08:01:32 +13:00
H. Árkosi Róbert
3b7aecebde
Update lcd_display.rst 2022-11-17 15:24:44 +01:00
H. Árkosi Róbert
083e1705f3
Add files via upload 2022-11-17 15:12:37 +01:00
H. Árkosi Róbert
4a9743bb0a
Update lcd_display.rst
A few more fixes.
2022-11-17 14:53:26 +01:00
H. Árkosi Róbert
4adc0267cf
Merge pull request #2450 from esphome/nagyrobi-patch-3
Update lcd_display.rst
2022-11-17 14:30:29 +01:00
H. Árkosi Róbert
0ba89c6bb1
Update lcd_display.rst 2022-11-17 14:27:40 +01:00
H. Árkosi Róbert
8fd2b45e3d
Merge pull request #2452 from esphome/nagyrobi-patch-3-2
Update lcd_menu.rst
2022-11-17 14:24:17 +01:00
H. Árkosi Róbert
450d5bdf23
Update lcd_display.rst 2022-11-17 14:22:48 +01:00
H. Árkosi Róbert
8c36f34084
Update index.rst 2022-11-17 14:20:52 +01:00
H. Árkosi Róbert
e477822b64
Update lcd_display.rst 2022-11-17 14:17:34 +01:00
H. Árkosi Róbert
92f35cb0a2
Update lcd_menu.rst
Add Edit link and LCD screens to the bottom
2022-11-17 14:13:56 +01:00
H. Árkosi Róbert
3d60ffa73c
Update index.rst
Add Edit link to the bottom
2022-11-17 14:13:28 +01:00
H. Árkosi Róbert
86cdde1322
Update lcd_display.rst
Remove dead link, add more explanation, note about the chipset versions, datasheet and character sets available.
2022-11-17 14:12:46 +01:00
Jesse Hills
725a05229d
Update datasheet link on scd4x (#2449) 2022-11-17 19:36:15 +13:00
Jesse Hills
f98f7071bb
Add notes for ADC on RP2040 (#2446) 2022-11-17 13:52:18 +13:00
Jesse Hills
50938aab5f
Add notes for ADC on RP2040 (#2446) 2022-11-17 13:51:15 +13:00
Jesse Hills
e81a5d47fd
Updates for runtime entered wifi credentials (#2443) 2022-11-16 15:48:53 +13:00
Jesse Hills
03884998ab
Updates for runtime entered wifi credentials (#2443) 2022-11-16 15:46:36 +13:00
H. Árkosi Róbert
3a6697e102
Cleaner images for LCD Menu component, nicer back arrow character (#2441)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-11-16 12:30:45 +13:00
Jesse Hills
72c0c15dae
Merge branch 'current' into next 2022-11-16 12:30:35 +13:00
Jesse Hills
6b0c125f6a
Merge branch 'current' into beta 2022-11-16 12:30:35 +13:00
H. Árkosi Róbert
2f178ec7a8
Cleaner images for LCD Menu component, nicer back arrow character (#2441)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-11-16 12:28:38 +13:00
Kuba Szczodrzyński
1b0f08d96a
Add reset_reason text sensor to debug component (#2302) 2022-11-16 08:14:23 +13:00
Guillermo Ruffino
0978f22ddd
suggest using broadcast address for pzemac (#2293) 2022-11-15 10:36:35 -08:00
Mikkel Jeppesen
b136931741
Update bme680_bsec.rst 2022-11-14 23:00:10 +01:00
H. Árkosi Róbert
b6d2361fca
Merge pull request #2438 from esphome/nagyrobi-patch-2
`homeassistant` text sensor remove obsolete old version specification
2022-11-14 14:22:11 +01:00
H. Árkosi Róbert
b92ca2d93a
Update homeassistant.rst 2022-11-14 14:20:09 +01:00
H. Árkosi Róbert
44a37e3a5a
Update homeassistant.rst 2022-11-14 14:17:55 +01:00
H. Árkosi Róbert
a6f955354c
Merge pull request #2394 from pauln/update-sm300d2-docs
Revise SM300D2 documentation
2022-11-14 11:18:58 +01:00
H. Árkosi Róbert
8201a0df2c
Merge pull request #2383 from CWempe/patch-1
Remove duplicated option in hmc5883l.rst
2022-11-14 11:14:57 +01:00
Jesse Hills
c4251f52b8
Merge branch 'current' into next 2022-11-14 13:31:38 +13:00
Jesse Hills
028f40a8ea
Merge branch 'current' into beta 2022-11-14 13:31:38 +13:00
Mikkel Jeppesen
5536822b4b
Update description on temperature offset
This clarifies the "polarity" of the temperature offset setting
2022-11-13 19:50:17 +01:00
Piotr Kubiak
19ef5b8ec7
Fixed syntax 2022-11-13 19:07:15 +01:00
Benno Pütz
2a699ca74e
Typo
In line 10: Either "a button" or just "buttons" - in this context I'd prefer the former
2022-11-11 23:44:22 +01:00
Benno Pütz
e5c1cd48d1
removed superfluous 'to' in power_supply.rst (#2287) 2022-11-10 21:32:46 -08:00
Benjamin Freeman
34be440cbe
Add M5Stack PoESP32 Unit ethernet configuration (#2420) 2022-11-11 13:22:03 +13:00
Gilles van den Hoven
983ca09fdc
Updates for new functionality of the EZO component. (#2133)
Co-authored-by: Steve HOLWEG <PoppyPop@users.noreply.github.com>
Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
2022-11-10 11:08:25 +13:00
Jesse Hills
da4402105e
Merge branch 'current' into beta 2022-11-10 11:08:13 +13:00
Nick
5a1b07af19
Add information about 3.3v current ability and UART rx_buffer_size (#2281)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-11-10 08:00:56 +13:00
Colin Leroy-Mira
b96679e6ca
Merge branch 'current' into current 2022-11-09 16:53:49 +01:00
H. Árkosi Róbert
f65720c831
Merge pull request #2406 from optimusprimespace/current
SDM230M important notice to user to pay attention when configuring the energy monitor
2022-11-09 16:53:36 +01:00
Colin Leroy-Mira
bc12457fb5 Explicit wiring a bit 2022-11-09 16:49:31 +01:00
Jesse Hills
ff64be2162
Merge branch 'current' into next 2022-11-09 17:26:51 +13:00
Ben Marengo
0a445dd7d4
Update esphome.rst 2022-11-08 16:59:32 +00:00
Ben Marengo
74e4fe4c17
Update esphome.rst 2022-11-08 16:35:33 +00:00
Ben Marengo
e47f4d7db8
Update esphome.rst 2022-11-08 16:27:27 +00:00
Jesse Hills
5a2f48f818
Add default ota port for rp2040 (#2415) 2022-11-08 11:11:12 +13:00
swifty99
68dafe02ca Remove misleading specification in example yaml
Integration time of 2.4ms gives most inaccurate results. Auto integration time does a good job and is default. Reference yaml which most users copy should reflect this.
2022-11-07 16:44:59 +01:00
optimusprimespace
70876a5e83
Merge branch 'esphome:current' into current 2022-11-07 15:33:32 +01: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
Søren Christian Aarup
79960466f3
Merge branch 'current' into patch-1 2022-11-06 15:17:46 +01:00