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
Maurice Makaay
50a4f76949
Update config packages.
3 years ago
Maurice Makaay
ceed01b8f2
Add activate_preset service config package.
3 years ago
Maurice Makaay
97af5897ac
Add ota_feedback.yaml config package.
3 years ago
Maurice Makaay
bc8a6381ba
On dev branch, use config package from dev as well.
3 years ago
Maurice Makaay
46ab5700cc
Fix core.yaml package.
3 years ago
Maurice Makaay
6d83f80718
Compatility 2021.10.0 ( #57 )
Made the lamp work with ESPHome 2021.10.0
3 years ago
Maurice Makaay
524725a6ca
Fixed indent of `refresh` in `external_components`
Thanks to @maartenpaul for the heads up!
3 years ago
Maurice Makaay
e9054ef5b0
Updated changelog for release.
3 years ago
Maurice Makaay
76fd479ee5
Getting ready for 2021.9.1 release.
3 years ago
Maurice Makaay
61c8884c5b
Added refresh to external component config.
3 years ago
Maurice Makaay
a970575fec
Fixed a compilation issue with ESPHome 2021.9.0 (currently in beta).
3 years ago
Maurice Makaay
6c21db7bc3
Make Component parent class public.
3 years ago
Maurice Makaay
11e00c9d34
Some light transformer fixes ( #51 )
- Fixed transitioning from the off to on state. Thanks to @marcel1988 for informing
me about his non-functional wake-up light script. Before this fix, the light would
stay off during the full transformation, only to turn on at the very end.
- The `on_brightness` trigger is now also called at the start of a transition.
This fixes a problem with the brightness slider illumination not following along
when you slide your finger over it.
- Suppressing a transition time for transitioning to a night light color is now
only instant when starting from a night light setting. Before this change, moving
from for example 80% brightness to 1% brightness (i.e. night light), would be
instant. Now an actual transformation is done.
3 years ago
Maurice Makaay
e7b9ed20b4
Updated changelog.
3 years ago