Otto Winter
360effcb72
Activate some clang-tidy checks ( #1884 )
2021-06-10 13:04:40 +02:00
foxsam21
2b9350ce76
Added vol +/- control to dfplayer ( #1856 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-06-03 10:12:23 +12:00
Guillermo Ruffino
1bec1faf6d
lint
2020-05-24 23:27:28 -03:00
Andrew Zaborowski
a62b6548d2
Make some Action methods protected
...
Apparently play()/stop() etc. are not meant to be called directly by
users of the class and if they're called directly that would not give
the expected result for the classes that have an empty play().
Make all methods except play_complex, stop_comples and is_running
protected. While there also make RemoteTransmitterActionBase::encode
protected.
2020-05-01 12:44:30 +02:00
Guillermo Ruffino
367ae906c3
fix missing checks of is_playing condition ( #844 )
2019-11-11 23:50:06 -03:00
Otto Winter
8ff742d9ab
Implement more dump_configs ( #791 )
2019-10-23 14:43:41 +02:00
Guillermo Ruffino
af15a4e710
Add dfplayer mini component ( #655 )
...
* Add dfplayer mini component
* receiving some data
* implemented many actions
* lint
* undo homeassistant_time.h
* Update esphome/components/dfplayer/__init__.py
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Update esphome/components/dfplayer/dfplayer.cpp
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* add set device. fixes
* lint
* Fixes and sync with docs
* add test
* lint
* lint
* lint
2019-10-19 21:37:05 +02:00