Maurice Makaay
624d63c8bb
Prepare for release
1 year ago
Maurice Makaay
6c704ce565
Fix compilation for recent ESPHome
Compile issues with recent ESPHome versions fixed:
- An error about toolchain-riscv32-esp not being found (the PlatformIO tool manager
tries to install this one, even though the lamp is an ESP32 device and not riscv).
- On systems for which the above toolchain could be found, compilation would fail
with an error about `esp_mac.h` not being found.
1 year ago
Maurice Makaay
116e42542d
Update changelog
1 year ago
Maurice Makaay
7c427c4c0c
Suppress 'GPIO<x> is a Strapping PIN and should be avoided' warnings
1 year ago
Maurice Makaay
3b3ab422e3
Fixed wrong formatting of link in Changelog
1 year ago
Maurice Makaay
1ffc209a44
Add new version check to dev as well
1 year ago
Maurice Makaay
8866014733
Bring dev in line with branch updates
1 year ago
Maurice Makaay
f7dc8e0688
Add required ESPHome version work step for release
1 year ago
Maurice Makaay
ce87102c6e
Validate correct version of ESPHome
1 year ago
Maurice Makaay
67130ab7c7
Rollback non-working fix idea
1 year ago
Maurice Makaay
b22fa7c76f
Attempt at fixing bricking issue cleanly
1 year ago
Maurice Makaay
89d4afab2f
Document required ESPHome version
1 year ago
Maurice Makaay
fe2276cfff
Add fix for bricking for upgrades to ESPHome 2022.12.0
1 year ago
Maurice Makaay
38558df635
Move external component a dir up for dev config
1 year ago
Maurice Makaay
8a067f0613
Forgot the subdir path
1 year ago
Maurice Makaay
38779dae59
Add core config for local dev environment (bit hacky, but useful for now)
1 year ago
Maurice Makaay
f9080d63f9
Update README.chinese.md
Translation provided by: @Thisisnotgoingpublished
See: https://github.com/mmakaay/esphome-xiaomi_bslamp2/issues/88
2 years ago
Maurice Makaay
ae4181f487
Rename doc_chinese to doc.chinese
2 years ago
Maurice Makaay
f1fc271287
Add README for Chinese translation
2 years ago
Maurice Makaay
10687aed37
Add start of Chinese doc translation
2 years ago
Maurice Makaay
ecc205b16c
Add missing .h include
2 years ago
Maurice Makaay
a3d0f1c29e
Add warning about GPIO0 pad soldering
2 years ago
Maurice Makaay
ddad95e267
Lower default log level for example.yaml
2 years ago
Maurice Makaay
b19a17394d
Removed no longer applicable reference to an issue
Thanks to @kroimon for the heads up!
2 years ago
Maurice Makaay
8f0f2ac290
Update installation.md
3 years ago
Maurice Makaay
a1bae5c023
Add info about "WARNING GPIO4 is a Strapping PIN"
The current version of ESPHome shows a warning about GPIO4:
```
WARNING GPIO4 is a Strapping PIN and should be avoided.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
```
The warning can be ignored, so I added a remark about this to the documentation.
Thanks to @jossuanet for the heads up about this warning.
3 years ago
Maurice Makaay
b47f24d905
Have some items in substitutions: to prevent ESPHome error
3 years ago
Maurice Makaay
4d440566c6
Update README.md
3 years ago
Maurice Makaay
f88834ed80
Add configuration upgrade guide for 2021.10.0
3 years ago
Maurice Makaay
ca85a22288
Fix for external component URL in core.yaml
Same fix as already applied for release/2021.10.0b1.
3 years ago
Maurice Makaay
963fdb824a
Update configuration guide to include packages/core.yaml
3 years ago
Maurice Makaay
ba99c844c7
Whoops, forgot to switch github:// to https://
3 years ago
Maurice Makaay
a850d4ec85
Update release_plan.md
3 years ago
Maurice Makaay
8bc4251358
Split up external package URL in url + ref for easier release
3 years ago
Maurice Makaay
38cc82b929
Update minimum ESPHome version requirements.
3 years ago
Maurice Makaay
c84b2e135d
Updated changelog for 2021.10.0 release.
3 years ago
Maurice Makaay
240a4a7a64
Preparing a release plan.
3 years ago
Maurice Makaay
09344d9588
Put back presets in the configuratin package
3 years ago
Maurice Makaay
f9629259f3
Removed dynamic version var from example.yaml
3 years ago
Maurice Makaay
1280db01c9
Removed dynamic version var from config package
3 years ago
Maurice Makaay
68f9c12064
Testing with presets commented out
3 years ago
Maurice Makaay
4af24d8f1d
Made version a substitution var.
3 years ago
Maurice Makaay
ebc13c1782
Prepare example.yaml for release.
3 years ago
Maurice Makaay
edfdb505b1
Fixed duplicate key
3 years ago
Maurice Makaay
cbf981fde1
Add a description of the default behavior
3 years ago
Maurice Makaay
9cc5ca1f75
New example.yaml that makes use of config packages
3 years ago
Maurice Makaay
a1af947447
Finalized default behavior config package.
3 years ago
Maurice Makaay
897c060dfd
Use correct key for setting the log level.
3 years ago
Maurice Makaay
0d99511c27
Add logger to behavior_default.yaml
3 years ago
Maurice Makaay
324ff0e340
Added default behavior config package.
3 years ago