esphome/esphome
Tim P fa1adfd934 Add QMC5883L Sensor + Improvements to HMC5883L (#671)
* Add QMC5883L and Updated HMC5883L

* add tests

* changed to oversampling

* fix pylint

* fix private method

* typo fix

* fix protected method

* Clean up code and PR recomendations

* fix tests

* remote file

* fix qmc oversampling unit

* Remove hmc5883l config logging

Either the units are converted to the user values like 1x, 8x oversampling or not printed at all. Printing the machine-value of these is only confusing users.

* Changes for validate_enum

Move stuff that can be done beforehand out of the bound function, use text_type for py2/3 compatability.

* Remove unused constant

* Remove duplicate tests

* Repeat remove config print

* remove changes to test2 since bin is to large

* Add comment to HMC5583L


Co-authored-by: Timothy Purchas <timothy@TPF.local>
Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-11-26 18:43:11 +01:00
..
api WIP: ESP8266 work on connection issues (#648) 2019-07-02 13:03:11 +02:00
components Add QMC5883L Sensor + Improvements to HMC5883L (#671) 2019-11-26 18:43:11 +01:00
core Update variable in scheduler (#838) 2019-11-06 22:35:22 +01:00
dashboard [Hotfix] Dashboard authentication on Py3 (#812) 2019-10-31 15:10:52 +01:00
__init__.py Rename esphomeyaml to esphome (#426) 2019-02-13 16:54:02 +01:00
__main__.py Switch to 115200 baud upload if 460800 fails (#856) 2019-11-14 12:42:50 +01:00
automation.py http_request component (#719) 2019-11-09 18:37:52 +01:00
codegen.py Logger on_message trigger (#729) 2019-10-24 14:19:33 +02:00
config.py Filter some debug lines from PlatformIO in output (#771) 2019-10-19 14:04:14 +02:00
config_helpers.py Make file generation saving atomic (#792) 2019-10-24 21:53:42 +02:00
config_validation.py Add wifi output_power setting (#853) 2019-11-12 17:39:27 +01:00
const.py fix: template cover add position action (#877) 2019-11-21 17:57:27 -03:00
core.py Filter some debug lines from PlatformIO in output (#771) 2019-10-19 14:04:14 +02:00
core_config.py http_request component (#719) 2019-11-09 18:37:52 +01:00
cpp_generator.py Use default format to render FloatLiteral (#717) 2019-09-04 11:06:18 +02:00
cpp_helpers.py Warn if not registered properly 2019-05-21 12:23:38 +02:00
cpp_types.py Logger on_message trigger (#729) 2019-10-24 14:19:33 +02:00
espota2.py Also accept invalid spelling from Updater 2019-09-01 11:42:37 +02:00
helpers.py Fix wizard mkdir (#824) 2019-11-02 19:35:37 +01:00
legacy.py Add esphomeyaml legacy script 2019-02-15 10:19:18 +01:00
mqtt.py Fix MQTT python 3 stringify IPAddress Type (#864) 2019-11-17 23:25:20 +01:00
pins.py Update ESP8266/ESP32 bases (#760) 2019-10-18 14:46:29 +02:00
platformio_api.py Fix stack trace decode for latest platformio (#830) 2019-11-02 21:19:15 +01:00
py_compat.py Make file generation saving atomic (#792) 2019-10-24 21:53:42 +02:00
storage_json.py Fix wizard mkdir (#824) 2019-11-02 19:35:37 +01:00
symlink_ops.py Better symlink support under Windows (#487) 2019-03-23 22:58:25 +01:00
util.py Switch to 115200 baud upload if 460800 fails (#856) 2019-11-14 12:42:50 +01:00
voluptuous_schema.py Support voluptuous 0.11.7 / fix cpp-lint 2019-08-19 11:37:17 -07:00
vscode.py Allow multiple files in CLI syntax 2019-07-01 11:09:06 +02:00
wizard.py Make file generation saving atomic (#792) 2019-10-24 21:53:42 +02:00
writer.py Fix wizard mkdir (#824) 2019-11-02 19:35:37 +01:00
yaml_util.py Dashboard Update all button (#615) 2019-06-07 14:26:28 +02:00
zeroconf.py Rename esphomeyaml to esphome (#426) 2019-02-13 16:54:02 +01:00