Maurice Makaay
fa5fae019b
Added links for TOC.
3 years ago
Maurice Makaay
1555e1dc52
Added all new pictures to the flashing guide.
3 years ago
Maurice Makaay
7570f5960f
Lowered resolution of new doc pictures.
3 years ago
Maurice Makaay
923c320876
Backup work on flashing guide.
3 years ago
Maurice Makaay
2fa266c531
Backup work on flashing guide.
3 years ago
Maurice Makaay
5e9131d3fe
Work in progress on the flashing guide.
3 years ago
Maurice Makaay
3d4e51f125
Fixed a few documentation links.
3 years ago
Maurice Makaay
f0501d986b
Added features list.
3 years ago
Maurice Makaay
50e4b86244
Added images for describing the flashing process.
3 years ago
Maurice Makaay
b7544c92e0
Merge branch 'main' of https://github.com/mmakaay/esphome-xiaomi_bslamp2 into main
3 years ago
Maurice Makaay
015866f5ab
Dropped the use of exceptions.
I tried the codebase against the new esp-idf 4 alpha code, and
the build didn't have exception handling enabled by default.
I saw no problems with modifying the code to not raise exceptions,
so I did so to be future-proof.
The exception cases were cases that should not happen anyway,
because the input that could trigger the exception has already
been validated on beforehand by the Python-based code generation.
3 years ago
Maurice Makaay
dc0eee0fa3
Switched to using my own arduino-esp32 unicore build.
3 years ago
Maurice Makaay
4443f95cf2
Update README.md
3 years ago
erwinschoonhoven
c15191fb98
Fixes some links ( #20 )
3 years ago
Maurice Makaay
976c947f52
One small typo for man, one big bug for compiler kind.
3 years ago
Maurice Makaay
a61a546c70
Formatted the codebase using the ESPHome clang rules.
3 years ago
Maurice Makaay
10ce0ba6c9
Merge branch 'main' of https://github.com/mmakaay/esphome-xiaomi_bslamp2 into main
3 years ago
Maurice Makaay
c90d9677f8
Applied ESPHome-style code styling.
3 years ago
Maurice Makaay
6e4e9859f2
Update CHANGELOG.md
3 years ago
Maurice Makaay
79fefff9aa
Update CHANGELOG.md
3 years ago
Maurice Makaay
2a92e72f10
Started the CHANGELOG.md.
3 years ago
Maurice Makaay
197ccfe0d3
Suppress transitions for night light mode.
Fixes #10
"When changing RGB color settings, while night light mode is active,
transitions don't look good. On many of the transitions, the light
level shows a significant drop."
This commit fully suppresses transitions when the light is in
night light mode.
3 years ago
Maurice Makaay
7f718a6d7e
Use DISABLE_ASYNCTCP_ACK_TIMEOUTS to fix client disconnects (depends on not yet accepted pull request: https://github.com/esphome/esphome/pull/1712 ).
3 years ago
Maurice Makaay
d4f8675fa7
Fixed a few C++ build warnings.
3 years ago
Maurice Makaay
c1036e2f4d
Use the active color for the long press power button night light.
3 years ago
Maurice Makaay
52e1a20014
Added a test plan to the documentation. I use this test plan to check for regression, before releasing new versions of the code.
3 years ago
Maurice Makaay
b690c290cf
Multi touch events ( #17 )
Documentation and binary sensor code quality improvements.
3 years ago
Maurice Makaay
e58c4fba3d
Better config checks for presets.
3 years ago
Maurice Makaay
c9847317f5
Removed accidentally added bogus file.
3 years ago
Maurice Makaay
db273e7214
Merge branch 'main' of https://github.com/mmakaay/esphome-xiaomi_bslamp2 into main
3 years ago
Maurice Makaay
3c2ffd111f
Small configuration updates in line with new documentation.
3 years ago
Maurice Makaay
d65b33e14d
Added navigation links.
3 years ago
Maurice Makaay
4efd438fe0
Added navigation links.
3 years ago
Maurice Makaay
0423fee8dc
Added navigation links.
3 years ago
Maurice Makaay
ed67f359c9
Added navigation.
3 years ago
Maurice Makaay
7e2b0d556d
Added navigation links.
3 years ago
Maurice Makaay
1aa9f551f0
Fixed achored links.
3 years ago
Maurice Makaay
99becd829e
Added text_sensor docs.
3 years ago
Maurice Makaay
ba2f6c1c00
Added front panel illumination output docs.
3 years ago
Maurice Makaay
87bd1e3dd7
Added sensor (slider level touch events) docs.
3 years ago
Maurice Makaay
c470ec171a
Small configuration updates in line with new documentation.
3 years ago
Maurice Makaay
bac01ba676
Added binary_sensor documentation.
3 years ago
Maurice Makaay
6f1cc06d30
Update configuration.md
3 years ago
Maurice Makaay
ed4c10c2ad
Tiny fix in component vs. components.
3 years ago
Maurice Makaay
444aa54f5d
Update configuration.md
3 years ago
Maurice Makaay
042121b63f
Documented light component options.
3 years ago
Maurice Makaay
e04db2d4d1
Add "platform xiaomi_bslamp2" to config guide.
3 years ago
Maurice Makaay
fff529c7a2
Started working on the configuration guide.
3 years ago
Maurice Makaay
da204ed363
Create sponsoring.md
3 years ago
Maurice Makaay
43a249ba8d
Added sponsoring link.
3 years ago