Commit Graph

3446 Commits

Author SHA1 Message Date
Jesse Hills
4f5b0a10d5
Merge pull request #2403 from esphome/bump-2022.10.2
2022.10.2
2022-11-02 19:02:20 +13:00
Samuel Sieb
d4c6049c74
Change stepper example to use number instead of HA config (#2404) 2022-11-01 15:03:26 +13:00
Jesse Hills
2bef818a76
Update supporters for 2022.10.2 2022-11-01 12:39:47 +13:00
Jesse Hills
3a8d870731
Update changelog for 2022.10.2 2022-11-01 12:39:11 +13:00
Jesse Hills
d4728ecdd6
Bump version to 2022.10.2 2022-11-01 12:38:56 +13:00
Jesse Hills
28bb68b2f0
Merge branch 'current' into next 2022-11-01 12:38:36 +13:00
Ingurum
e0baa18eca
fix numbercall function names (#2255) 2022-10-30 21:50:56 -07:00
H. Árkosi Róbert
c6382f757e
Merge pull request #2401 from tubalainen/patch-6
id cannot be the same as the component name
2022-10-30 21:25:31 +01:00
Dennis
87ccff4297
Added note about decimal accuracy of other sensors
Any sensors other than the DHT11 has at least one digit of accuracy. The default is 0, so this accuracy is lost and it's not obvious that the default masks the possibly higher resolution.
2022-10-30 18:39:07 +01:00
tubalainen
c762271f3e
id cannot be the same as the component name
The id cannot be the same as the component name, the example will not compile.
2022-10-30 17:45:17 +01:00
H. Árkosi Róbert
8231a3def5
Merge pull request #2400 from tubalainen/patch-5
Spelling miss on interRupt
2022-10-30 15:53:23 +01:00
tubalainen
2f100e2598
Spelling miss on interRupt
interupt -> interrupt
2022-10-30 15:38:28 +01:00
Paulus Schoutsen
d851bd413b
Remove gitpod instructions (#2399) 2022-10-28 15:42:19 +02:00
whnr
c0579f928e
Update max31856.rst
Added note that only K type is supported at the moment.
2022-10-27 19:02:18 -04:00
Paul Nicholls
f99ee565a4 Revise SM300D2 documentation
Adds information about the LCD modules which are often sold with/for these sensors, and using them in conjunction with an ESP.  Also notes that INPUT_PULLDOWN mode may help with reliability, and aligns some of the config descriptions with other air quality sensors.
2022-10-27 20:27:10 +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
Jesse Hills
540a68d1f6
Add compile_process_limit docs (#2391) 2022-10-27 12:17:26 +13:00
Samuel Sieb
d7699cd495
fix lambda entries in the script docs (#2390) 2022-10-26 14:10:27 -07:00
Samuel Sieb
3c45f1b3ec
remove invalid method from docs (#2389) 2022-10-26 11:05:29 -07:00
Jesse Hills
a9cc2d663d
Merge pull request #2388 from esphome/bump-2022.10.1
2022.10.1
2022-10-26 13:00:27 +13:00
Jesse Hills
ae76662b1a
Update supporters for 2022.10.1 2022-10-26 12:09:51 +13:00
Jesse Hills
19f1688854
Update changelog for 2022.10.1 2022-10-26 12:09:12 +13:00
Jesse Hills
edfd375339
Bump version to 2022.10.1 2022-10-26 12:08:21 +13:00
Jesse Hills
1f2fad852c
Merge branch 'current' into next 2022-10-26 12:07:51 +13:00
H. Árkosi Róbert
5e214c836f
Remove human readable example from uptime (#2384) 2022-10-25 19:10:06 +13:00
Samuel Sieb
444ca70937
replace deprecated hexencode (#2240) 2022-10-24 16:06:07 -07:00
Samuel Sieb
1dad7e4a57
fix pulse_counter example indent (#2387)
fixes #2386
2022-10-24 11:08:37 -07:00
Christoph Wempe
f5e4c2a39a
Remove duplicated option in hmc5883l.rst
The **range** option was listed twice.
2022-10-23 12:52:51 +02:00
H. Árkosi Róbert
9a11aea7d9
Merge pull request #2380 from marengaz/patch-1
clarify that `active` is nested
2022-10-22 08:34:51 +02:00
Ben Marengo
859c1accae
clarify that active is nested 2022-10-21 21:47:35 +01:00
briangunderson
ed88c1c6bc
Merge branch 'current' into patch-1 2022-10-21 12:21:25 -05:00
Brian Kaufman
7da3ff04cd
Fix color temp units for strobe effect
Re-sending PR
2022-10-21 09:27:17 -07:00
H. Árkosi Róbert
fcf6b8c4ca
Merge pull request #2377 from esphome/revert-2375-patch-1
Revert "Fix color temp units for strobe effect"
2022-10-21 06:50:09 +02:00
H. Árkosi Róbert
eacd292d90
Revert "Fix color temp units for strobe effect" 2022-10-21 06:49:16 +02:00
H. Árkosi Róbert
a3c2b9fcdf
Merge pull request #2375 from bkaufx/patch-1
Fix color temp units for strobe effect
2022-10-21 06:48:41 +02:00
Brian Kaufman
8478bb15de
Fix color temp units for strobe effect
Percentage is not acceptable per config validation (cv.color_temperature).  Must be mireds or Kelvin.
2022-10-20 13:00:21 -07:00
hagak
b1b0aeb68f
Added Daikin BRC Component to the Climate IR doc (#2245)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-10-19 20:29:31 +13:00
rlowens
7b0df82b16
Add copy-sensor anchor 2022-10-19 02:18:07 -05: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
Carlos Gustavo Sarmiento
c8a99994ec
Documentation for Atlas Scientific Peristaltic Pump (#2115) 2022-10-19 16:13:22 +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
Jesse Hills
d8ecd9e175
Merge pull request #2370 from esphome/bump-2022.10.0
2022.10.0
2022-10-19 11:13:40 +13:00
Jesse Hills
01d05e7191
Update supporters for 2022.10.0 2022-10-19 10:40:02 +13:00
Jesse Hills
b0e84d795b
Update changelog for 2022.10.0 2022-10-19 10:39:25 +13:00
Jesse Hills
123cc834ef
Bump version to 2022.10.0 2022-10-19 10:30:22 +13:00
Jesse Hills
0a11470ac9
Merge branch 'current' into beta 2022-10-19 10:30:16 +13:00
Jesse Hills
e5cbec1c9d
Merge branch 'current' into current 2022-10-19 08:11:19 +13:00
Jesse Hills
98394994f7
Update components/output/pca9685.rst 2022-10-19 08:10:38 +13:00