Commit Graph

4352 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
B48D81EFCC
8cc9649f29
Added more configuration examples (#3105)
* Added more configuration examples

Added configuration examples for ESP32-Stick Boards (Esp32-Stick-Eth, Esp32-Stick-PoE-P, Esp32-Stick-PoE-A)

* fix: Added missing line break after code-block

* fix: Added missing spaces

Added missing spaces to ethernet block (linting error)
2023-08-04 00:28:36 +02:00
blackscreener
a9143309d4
Update index.rst (#3103)
The code parameter is an optional. Without "std::string("1234")" compilation fails.
2023-08-03 19:53:50 +02:00
Pascal Roeleven
50fd45f073
Add undocumented available DSMR sensors (#3100) 2023-08-02 19:24:28 +02:00
Nosen92
d029ac031e
Documented Holley Meter SML hardware bug and workaround (#3099)
* Documented Holley Meter SML hardware bug and workaround

* Documented Holley Meter SML hardware bug and workaround
2023-08-02 19:23:53 +02:00
Jesse Hills
c4fc718d48
Merge pull request #3097 from esphome/bump-2023.7.1
2023.7.1
2023-08-01 16:54:38 +12:00
Jesse Hills
8d3ce3dc60
Update supporters for 2023.7.1 2023-08-01 12:09:52 +12:00
Jesse Hills
53e01edac9
Update changelog for 2023.7.1 2023-08-01 12:09:19 +12:00
Jesse Hills
75fb166e6a
Bump version to 2023.7.1 2023-08-01 12:08:39 +12:00
Jesse Hills
b012bef7b0
Remove message saying dashboard wont work on windows (#3082) 2023-08-01 12:08:39 +12:00
mullerdavid
c994a3ca22
Adding Inkplate 6 v2 Documentation (#3092) 2023-07-31 09:10:35 +12:00
Mat931
2134e5fdf3
Add 'map_linear' and 'clamp' sensor filters (#3039) 2023-07-31 09:09:15 +12:00
Sergey Dudanov
b6b4cb5c30
climate triggers Climate and ClimateCall references (#3033) 2023-07-31 07:52:08 +12:00
Brian Orpin
c3222cac9f
Update FAQ to speifically mention OpenWrt and pfSense for mDNS (#3091)
* Update FAQ to speifically mention OpenWrt and pfSense for mDNS

Add specific reference to OpenWrt and pfSense to fix mDNS across subnets so when searching for either term, the FAQ should appear and point the user in the direction of adding the Avahi module and enabling it (plenty of detailed instructions available).

* Update faq.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-07-28 20:00:34 +02:00
cvwillegen
68fa517768
Fix typo (#3088) 2023-07-24 19:53:48 +02:00
Sergey Dudanov
87854b1e72
Coolix IR protocol improvements (#3071)
* coolix changes

* remove templateable
2023-07-23 08:16:06 +12:00
kahrendt
5d6dc508a5
Fix a link and add more to See Also (#3085) 2023-07-22 20:53:51 +02:00
Jesse Hills
8c17d25efb
Fix issue link (#3084) 2023-07-20 14:46:50 +12:00
imgbot[bot]
06b6c9f4e7
[ImgBot] Optimize images (#3051)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-07-20 10:42:39 +12:00
Guillermo Ruffino
a160d97f9e
Fix for schema 2023.7 (#3078) 2023-07-19 22:35:00 +00:00
Patrick ZAJDA
6afdf5aea8
Specify web_server ota configuration variable is not compatible with esp-idf (#3081)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-07-20 10:27:48 +12:00
Jesse Hills
80a00046ab
Merge branch 'current' into next 2023-07-19 21:53:11 +00:00
Jesse Hills
f53c03e104
Add block about component operation warning to changelog (#3083) 2023-07-20 09:33:15 +12:00
Jesse Hills
fa63927b55
Remove message saying dashboard wont work on windows (#3082) 2023-07-20 08:53:28 +12:00
Graham Brown
500a93608d
fix issues and note only away/home (#3040) 2023-07-20 08:31:03 +12:00
Jesse Hills
0d0b6ab063
Merge pull request #3080 from esphome/bump-2023.7.0
2023.7.0
2023-07-19 15:44:53 +12:00
Jesse Hills
abde203b50
Update changelog for 2023.7.0 2023-07-19 13:38:00 +12:00
Jesse Hills
020078825f
Bump version to 2023.7.0 2023-07-19 12:59:51 +12:00
Jesse Hills
1789c1687e
Merge pull request #3079 from esphome/bump-2023.7.0b3
2023.7.0b3
2023-07-19 12:40:44 +12:00
Jesse Hills
b1c46812c8
Update supporters for 2023.7.0b3 2023-07-19 11:42:23 +12:00
Jesse Hills
759099c98f
Update changelog for 2023.7.0b3 2023-07-19 11:41:54 +12:00
Jesse Hills
5f99106bf2
Bump version to 2023.7.0b3 2023-07-19 11:41:30 +12:00
Jesse Hills
a97fa8dcbb
Merge branch 'current' into beta 2023-07-19 11:41:10 +12:00
Kevyn Malpass
e2ae2dec30
Update automations.rst (#3076)
Added .c_str() for string output in logger example. 
On line 290, changed:

ESP_LOGD(TAG, "%s: %d", id(my_global_string), id(my_global_int));

to:

ESP_LOGD(TAG, "%s: %d", id(my_global_string).c_str(), id(my_global_int));
2023-07-18 07:00:50 +02:00
Jesse Hills
35bc188e8f
Merge pull request #3073 from esphome/bump-2023.7.0b2
2023.7.0b2
2023-07-17 10:19:49 +12:00
Jesse Hills
91e560e181
Update supporters for 2023.7.0b2 2023-07-17 09:30:47 +12:00
Jesse Hills
2fbd37dc1c
Update changelog for 2023.7.0b2 2023-07-17 09:30:16 +12:00
Jesse Hills
0b91727b3c
Bump version to 2023.7.0b2 2023-07-17 09:29:38 +12:00
Clyde Stubbs
59a279e923
Add timeout filter documentation (#3068) 2023-07-17 09:29:38 +12:00
Jesse Hills
d22b54e634
Add section for ADC pins on esp32 (#3072) 2023-07-17 09:29:38 +12:00
Jesse Hills
25928d5f71
Remove restore_state from template switch (#3070) 2023-07-17 09:29:37 +12:00
Jesse Hills
7bfd2aad4a
Merge branch 'current' into beta 2023-07-17 09:29:21 +12:00
Jesse Hills
8d465f1876
Merge branch 'current' into next 2023-07-17 09:29:20 +12:00
Clyde Stubbs
b85e32ae95
Add timeout filter documentation (#3068) 2023-07-17 09:17:34 +12:00
Jesse Hills
078c5a2def
Add section for ADC pins on esp32 (#3072) 2023-07-17 09:12:25 +12:00
Jesse Hills
65844ba677
Remove restore_state from template switch (#3070) 2023-07-17 09:11:54 +12:00
NP v/d Spek
046e7ba697
Update remote_transmitter.rst (#3066)
changed ``Set this **is** 50%`` to ``set this **to** 50%``
2023-07-15 10:49:22 +02:00
gohakn
21a9fdf4f6
vbus alias Deltasol BS Plus V2 (#3065) 2023-07-14 14:49:38 -07:00
Jesse Hills
2da5d1eadf
Fix tip on dark mode (#3062) 2023-07-14 10:45:17 +12:00
Jesse Hills
1f12c0fb74
Merge pull request #3060 from esphome/bump-2023.7.0b1
2023.7.0b1
2023-07-13 10:54:11 +12:00