esphome/esphome
Silvio ed593544d8
Add support for Daly Smart BMS (#2156)
* Add support for Daly Smart BMS

* Fix clang-format and python lint

* Fix const declaration

* Add code owner

* Fix malloc with std::vector

* Fix with suggestions

* Revert "Fix with suggestions"

This reverts commit bc618f20cf.

* Fix last commit

* Fix Python Lint

* Fix typo

* Use std::vector instead pointer and fix loop

* Fix typo

* Add test configuration to test3.yaml

* Fix test3.yaml

* Fix uart in test3.yaml
2021-09-22 12:03:42 +02:00
..
components Add support for Daly Smart BMS (#2156) 2021-09-22 12:03:42 +02:00
core Configurable Flash Write Interval (#2119) 2021-09-21 13:47:51 +02:00
dashboard ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
__init__.py
__main__.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
automation.py lambda condition should return (#1833) 2021-05-26 08:03:59 +12:00
codegen.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
config_helpers.py
config_validation.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
config.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
const.py Allow non-addressable lights in light partitions (#2256) 2021-09-22 13:59:21 +12:00
coroutine.py Introduce new async-def coroutine syntax (#1657) 2021-05-17 17:14:15 +12:00
cpp_generator.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
cpp_helpers.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
cpp_types.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
espota2.py Bump pylint from 2.10.2 to 2.11.1 (#2334) 2021-09-19 19:22:28 +02:00
final_validate.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
git.py Allow using a git source for a package (#2193) 2021-09-06 08:23:06 +12:00
helpers.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
jsonschema.py schema-dump-pins (#1596) 2021-03-08 22:53:20 -03:00
loader.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
log.py Fix colorlog removing colors and refactor color code (#1671) 2021-04-08 13:58:01 +02:00
mqtt.py Bump pylint from 2.10.2 to 2.11.1 (#2334) 2021-09-19 19:22:28 +02:00
pins.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
platformio_api.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
storage_json.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
types.py Improve config final validation (#1917) 2021-06-18 11:52:02 +12:00
util.py Allow .yml files to show up in the dashboard (#2257) 2021-09-08 16:11:09 +12:00
voluptuous_schema.py
vscode.py Support multiple configuration directories for update-all subcommand (#1925) 2021-08-11 17:21:57 +12:00
wizard.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
writer.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
yaml_util.py Bump pylint from 2.10.2 to 2.11.1 (#2334) 2021-09-19 19:22:28 +02:00
zeroconf.py Simple time.sleep in place of threading wait due to upgraded zeroconf (#2307) 2021-09-15 16:39:13 +12:00