Oxan van Leeuwen
c6dc8a11e2
Add namespace to all PlatformIO library references ( #2296 )
...
* Remove unnecessary duplication in platformio.ini
* Add namespace to all platformio library references
* Add cmake-build-* to gitignore
They're generated by the CLion add-on for each PlatformIO environment.
Listing them all separately seems nonsensical.
2021-09-15 19:01:31 +02:00
Otto Winter
a4867a00ea
Activate owning-memory clang-tidy check ( #1891 )
...
* Activate owning-memory clang-tidy check
* Lint
* Lint
* Fix issue with new NfcTag constructor
* Update pointers for number and select
* Add back the NOLINT to display buffer
* Fix merge
* DSMR fixes
* Nextion fixes
* Fix pipsolar
* Fix lwip socket
* Format
* Change socket fix
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2021-09-13 11:31:02 +02:00
Stefan Agner
501f88ca86
Avoid non-const globals and enable clang-tidy check ( #1892 )
2021-06-11 08:19:44 +12:00
Otto Winter
a33bb32874
Convert components to async-def syntax ( #1823 )
...
* Convert components to async-def syntax
* Remove stray @coroutine
* Manual part
* Convert complexer components code to async-def
* Manual cleanup
* More manual cleanup
2021-05-24 21:45:31 +02:00
Otto Winter
2376a2c941
Convert components to async-def syntax ( #1821 )
2021-05-24 10:58:29 +02:00
Guillermo Ruffino
69879920eb
add-black ( #1593 )
...
* Add black
Update pre commit
Update pre commit
add empty line
* Format with black
2021-03-07 16:03:16 -03:00
Evgeny
4402a6eb4c
Add TM1651 simple level, turn on, turn off actions ( #920 )
...
* Add TM1651 simple level action
* fixed brightness validation
* Updated lib, fixed import
* Added turn_on, turn_off actions
* Fixed after lint
2020-02-15 20:52:20 -03:00
Guillermo Ruffino
990a4d4774
Display tm1637 ( #946 )
...
* add TM1637 support
2020-01-13 14:44:55 -08:00
Evgeny
31d964c16a
Add TM1561 support ( #893 )
...
* Add TM1561 support
* Fixed after clang-tidy
* Fixed after clang-tidy
* Fixed after clang-tidy, updated lib_deps
* Fixed after clang-tidy, updated formatting
* Added actions, removed from display domain
* Protected methods naming
* float casting
* float casting
2019-12-04 13:11:53 +01:00