Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.17.0 #1741

Closed
wants to merge 326 commits into from
Closed

1.17.0 #1741

wants to merge 326 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 8, 2019

  1. Fix integration sensor, add test (#619)

    * Fix integration sensor, add test
    
    * Fix
    
    * Fix
    OttoWinter committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    2e6db39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a451705 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1449c51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b2a9e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b0ec5c View commit details
    Browse the repository at this point in the history
  6. Work around ESP32 core WiFi Bug (#627)

    * Work around ESP32 WiFi Bug
    
    * Lint
    OttoWinter committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    4758403 View commit details
    Browse the repository at this point in the history
  7. Bump version to v1.13.5

    OttoWinter committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    d69926e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    642bc91 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Configuration menu
    Copy the full SHA
    80b48f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88c129e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a55692 View commit details
    Browse the repository at this point in the history
  4. Fix globals.set (#635)

    * Fix globals.set
    
    * Update __init__.py
    OttoWinter committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    c9ab454 View commit details
    Browse the repository at this point in the history
  5. Fix version.h file (#630)

    * Fix version.h file
    
    * Lint
    OttoWinter committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    11d9c20 View commit details
    Browse the repository at this point in the history
  6. Fix remote_receiver raw binary sensor (#639)

    * Fix remote_receiver raw binary sensor
    
    Fixes esphome/issues#439
    
    * Lint
    OttoWinter committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    10cc0b1 View commit details
    Browse the repository at this point in the history
  7. Re-add CustomMQTTDevice class (#640)

    * Re-add CustomMQTTDevice class
    
    Fixes esphome/issues#427
    
    * Fix
    OttoWinter committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    b8aa840 View commit details
    Browse the repository at this point in the history
  8. Bump version to v1.13.6

    OttoWinter committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    1ca2416 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Configuration menu
    Copy the full SHA
    bf6b112 View commit details
    Browse the repository at this point in the history
  2. Bump version to v1.14.0b1

    OttoWinter committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    347393b View commit details
    Browse the repository at this point in the history
  3. Fix merge

    OttoWinter committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    a943bc6 View commit details
    Browse the repository at this point in the history
  4. Format

    OttoWinter committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    0759140 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. Add SSD1325 Display Component (#736)

    * add ssd1325 component
    
    * fix i2c
    
    * remove ssd1325 i2c
    
    * add test
    
    * set max contrast
    
    * No macros - see styleguide
    
    * Remove invalid function
    
    * Formatting
    
    
    Co-authored-by: Otto Winter <otto@otto-winter.com>
    evandcoleman and OttoWinter committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    4bee316 View commit details
    Browse the repository at this point in the history
  2. Add support for SGP30 eCO2 and TVOC sensors (#679)

    * Add support for SGP30 eCO2 and TVOC sensors
    
    * Added test for SGP30
    
    * Lint issues fixed
    
    * Lint fixes
    
    * Fixed light lengths
    
    * Cleanup
    
    * Add support for Sensirion SCD30 CO2 sensors
    
    * Fixed few lint issues
    
    * Lint fixes
    
    * Fixed line ending for lint
    
    * Cleanup
    
    * Refactored float conversion
    
    * Refactor unnecessary return
    
    * Refactoring and cleanup
    
    * Updated uptime_sensor_ referencing and simplified checking on availability of copensation
    
    * Temperature and Humidity source moved to a separate compensation block; Dependency for Uptime sensor removed.
    
    * Both humidity_source and temperature_source are now mandatory if the compensation block is defined;
    
    * Clean up
    
    * Cleanup
    
    * Cleanup in search of perfection
    
    * Use correct comment style
    
    
    Co-authored-by: Otto Winter <otto@otto-winter.com>
    valordk and OttoWinter committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    26dbc30 View commit details
    Browse the repository at this point in the history
  3. Add support for SHTCx Temperature sensors (#676)

    * Add support for Sensirion STS3x Temperature sensors
    
    * Removed humidty reading from STS3x sensor
    
    * Fixed line error and operand error
    
    * Fixed syntax
    
    * Add test snippet for STS3x sensor
    
    * Clean up
    
    * Add support for Sensirion SHTC1 and SHTC3 Temperature sensors
    
    * Fixed the test
    
    * Fix lint issues
    
    * Update esphome/components/shtcx/shtcx.cpp
    
    Good point.
    
    Co-Authored-By: Otto Winter <otto@otto-winter.com>
    
    * Refactored device type identification and logging
    
    * Refactoring and cleanup
    
    * Remove sts3x
    
    
    Co-authored-by: Otto Winter <otto@otto-winter.com>
    valordk and OttoWinter committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    f9ca3f1 View commit details
    Browse the repository at this point in the history
  4. Add support for STS3x Temperature sensors (#669)

    * Add support for Sensirion STS3x Temperature sensors
    
    * Removed humidty reading from STS3x sensor
    
    * Fixed line error and operand error
    
    * Fixed syntax
    
    * Add test snippet for STS3x sensor
    
    * Clean up
    
    * #550 Proactive fix for STS3x component reporting WARNING status and reinitialzing similar to SHT3xd
    
    * Flattened config.
    
    * Fixed missing temperature unit
    
    * Code formatting
    
    * Added marking for future commands
    
    * Cleanup
    
    * Removed whitespace
    
    * Cleanup
    
    * Cleanup
    valordk authored and OttoWinter committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    89c1274 View commit details
    Browse the repository at this point in the history
  5. 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
    glmnet authored and OttoWinter committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    54fe1c7 View commit details
    Browse the repository at this point in the history
  6. Add new component for Tuya dimmers (#743)

    * Add new component for Tuya dimmers
    
    * Update code
    
    * Class naming
    
    * Log output
    
    * Fixes
    
    * Lint
    
    * Format
    
    * Fix test
    
    * log setting datapoint values
    
    * remove in_setup_ and fix datapoint handling
    
    
    Co-authored-by: Samuel Sieb <samuel@sieb.net>
    Co-authored-by: Otto Winter <otto@otto-winter.com>
    3 people committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    b975cae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    268387f View commit details
    Browse the repository at this point in the history
  8. Vl53l0x (#644)

    * VL530LX
    
    * VL53L0X
    
    * Updates
    
    * License
    
    * Lint
    OttoWinter committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    b70a032 View commit details
    Browse the repository at this point in the history
  9. Add GPIO Switch interlock wait time (#777)

    * Add interlock wait time to gpio switch
    
    Fixes esphome/issues#753
    
    * Format
    
    * Fix
    OttoWinter committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    644aec7 View commit details
    Browse the repository at this point in the history
  10. Add PZEM004T/PZEMAC/PZEMDC Support (#587)

    * Add PZEM004T Support
    
    * Don't flush as much
    
    * Update pzem004t.cpp
    
    * Add generalized modbus
    
    * Add PZEMAC
    
    * Add PZEMDC
    
    * Fix file modes
    
    * Lint
    
    * Fix
    
    * Fix
    
    * Add check_uart_settings
    OttoWinter committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    d2c7afe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    48f52db View commit details
    Browse the repository at this point in the history
  12. Bump version to v1.14.0b2

    OttoWinter committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    0ee5619 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    85a958e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9f022a7 View commit details
    Browse the repository at this point in the history
  15. Lint

    OttoWinter committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    872b468 View commit details
    Browse the repository at this point in the history
  16. Change message

    OttoWinter committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    2229aa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Implementation of LCD Clear (#781)

    * Implementation of LCD Clear
    
    * Implementation of LCD Clear
    
    * Implementation of LCD Clear
    
    * Implementation of LCD Clear
    amishv authored and OttoWinter committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    31ff764 View commit details
    Browse the repository at this point in the history
  2. Add sensor force_update option (#783)

    * Add sensor force_update option
    
    * Add test
    OttoWinter committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    bd216c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eca3685 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31aa3c5 View commit details
    Browse the repository at this point in the history
  5. web_server_base AUTO_LOAD includes ASYNC_TCP (#788)

    * web_server_base AUTO_LOAD includes ASYNC_TCP
    
    fix AUTO_LOAD of web_server_base to include ASYNC_TCP
    
    * Remove from dependencies
    
    
    Co-authored-by: Otto Winter <otto@otto-winter.com>
    Schnilz and OttoWinter committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    17da9fd View commit details
    Browse the repository at this point in the history
  6. Add Python 2 deprecation notice (#784)

    * Add Python 2 deprecation notice
    
    * Update __main__.py
    OttoWinter committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    dcb4a0a View commit details
    Browse the repository at this point in the history
  7. Fix modbus CRC calculation (#789)

    * Fix modbus CRC calculation
    
    Fixes esphome/feature-requests#49 (comment)
    
    * Fix
    OttoWinter committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    c27fd0f View commit details
    Browse the repository at this point in the history
  8. Bump version to v1.14.0b3

    OttoWinter committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    42b4a16 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    8867a0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f63a62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cd76f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    576d502 View commit details
    Browse the repository at this point in the history
  5. Fix MQTT not showing logs with Python 3 (#797)

    * Fix MQTT logging for Python 3
    
    * Also fix captive portal PACKED
    OttoWinter committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    681dcb5 View commit details
    Browse the repository at this point in the history
  6. Fix scheduler first execution (#798)

    * Fix scheduler first execution not immediately
    
    * Also update sensor filters
    OttoWinter committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    6b3c7b0 View commit details
    Browse the repository at this point in the history
  7. Make file generation saving atomic (#792)

    * Make file generation saving atomic
    
    * Lint
    
    * Python 2 Compat
    
    * Fix
    
    * Handle file not found error
    OttoWinter committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    327ccb2 View commit details
    Browse the repository at this point in the history
  8. Bump version to v1.14.0b4

    OttoWinter committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    163d0c5 View commit details
    Browse the repository at this point in the history
  9. Fix merge

    OttoWinter committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    929600d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Fujitsu General climate new component (#677)

    * new Fujitsu-General climate component
    
    * Refactor out climate_ir
    
    CC @glmnet
    
    Refactored out climate_ir python files too.
    Fixed invalid namespace name for climate_ir.
    
    * Add namespace lint check
    
    * Refactor Fujitsu Climate to climate_ir
    
    
    Co-authored-by: Otto Winter <otto@otto-winter.com>
    31337Ghost and OttoWinter committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    6ae59bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bf01a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0ad5a9 View commit details
    Browse the repository at this point in the history
  4. AS3935 Use normal pin polling for IRQ (#805)

    * AS3935 Use normal pin polling for IRQ
    
    See also esphome/feature-requests#452
    
    * Fix tests
    OttoWinter committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    775b51c View commit details
    Browse the repository at this point in the history
  5. Fix modbus register (#806)

    Fixes esphome/feature-requests#49 (comment)
    
    Co-Authored-By: tsunglung <tsunglung@users.noreply.github.com>
    OttoWinter and tsunglung committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    847fe5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82a3055 View commit details
    Browse the repository at this point in the history
  7. Add check if middle_text is too short (#811)

    * Add check if middle_text is too short
    
    * Use int division as suggested
    grea09 authored and OttoWinter committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    f221157 View commit details
    Browse the repository at this point in the history
  8. [Hotfix] Dashboard authentication on Py3 (#812)

    * Fix
    
    * Review fix
    
    * Reverted first fix
    Anonym-tsk authored and OttoWinter committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    d24b882 View commit details
    Browse the repository at this point in the history
  9. Uppercase ESPHome (#814)

    OttoWinter committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    34d26a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    09d1846 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dde70c9 View commit details
    Browse the repository at this point in the history
  12. Scheduler fixes (#813)

    * Scheduler fixes
    
    Fixes esphome/issues#789, fixes esphome/issues#788
    
    Also changes to use unique_ptr - this should be much safer than the raw pointers form before (though the scoping rules might cause some issues, but looking closely I didn't find anything)
    
    * Disable debugging
    
    * Format
    OttoWinter committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    440e428 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    469c0db View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    70faeb2 View commit details
    Browse the repository at this point in the history
  15. Bump version to v1.14.0b5

    OttoWinter committed Oct 31, 2019
    2 Configuration menu
    Copy the full SHA
    5f535e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Merge branch 'beta'

    OttoWinter committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    5efd076 View commit details
    Browse the repository at this point in the history
  2. Bump version to v1.14.0

    OttoWinter committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    3aaa92f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Configuration menu
    Copy the full SHA
    7adaeac View commit details
    Browse the repository at this point in the history
  2. Fix wizard mkdir (#824)

    * Fix CLI wizard mkdir_p with empty path
    
    Fixes esphome/issues#796
    
    * Cleanup
    
    * Lint
    OttoWinter committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    e2c8b21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d70422 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    603f829 View commit details
    Browse the repository at this point in the history
  5. Remove PCF8574 input_pullup mode and cleanup (#828)

    Fixes esphome/issues#755
    Closes #822
    Fixes esphome/issues#667
    Closes #808
    
    Co-Authored-By: Amish Vishwakarma <amishv@users.noreply.github.com>
    Co-Authored-By: S-Przybylski <s-przybylski@users.noreply.github.com>
    3 people committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    1f243ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a59cde9 View commit details
    Browse the repository at this point in the history
  7. Bump version to v1.14.1

    OttoWinter committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    eae5c17 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ff2750 View commit details
    Browse the repository at this point in the history
  9. Fix weird ESP8266 wifi crashes (#831)

    * Try fix ESP8266 weird crashes
    
    * Only call disconnect if STA is active
    OttoWinter committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    0db37bb View commit details
    Browse the repository at this point in the history
  10. Bump version to v1.14.2

    OttoWinter committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    fdbc59a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Configuration menu
    Copy the full SHA
    4f3a74d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    387c757 View commit details
    Browse the repository at this point in the history
  3. Fix ESP32 rotary encoder (#834)

    * Fix ESP32 rotary encoder
    
    Fixes esphome/issues#672
    
    * Update rotary_encoder.cpp
    
    * Lint
    OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    e2d5257 View commit details
    Browse the repository at this point in the history
  4. Fix homeassistant.service schema lambda (#833)

    * Fix homeassistant.service schema lambda
    
    Fixes esphome/issues#820
    
    * Improve
    
    * Fix
    OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    1e18370 View commit details
    Browse the repository at this point in the history
  5. Update platformio libraries (#837)

    * Update platformio libraries
    
    * Lint
    OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    1b35855 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68a3b31 View commit details
    Browse the repository at this point in the history
  7. Fix calculations for negative sun declination (#839)

    Fixes esphome/issues#793
    
    Also adds a clampd function that operates with doubles, not floats
    OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    7f6672b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ef64b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3640e7 View commit details
    Browse the repository at this point in the history
  10. Add missing state attribute (#851)

    * Add api missing_state attribute
    
    Fixes esphome/issues#828
    
    Adds a new property for missing state, so that HA can now when a sensor does not have a state yet.
    
    * Update api.proto
    OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    b3094d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7752794 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    226e3b1 View commit details
    Browse the repository at this point in the history
  13. Web server CORS headers (#840)

    * Add CORS header to web server
    
    * Refactor
    
    * Cleanup
    
    See also esphome/issues#806
    OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    7487827 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7c0d777 View commit details
    Browse the repository at this point in the history
  15. Adjust some units (#852)

    * Adjust some units
    
    Fixes esphome/issues#843
    
    * Lint
    OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    a5b49db View commit details
    Browse the repository at this point in the history
  16. Fix PZEM004T v2 (#846)

    OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    6297395 View commit details
    Browse the repository at this point in the history
  17. Mark python 3.5 support deprecated (#849)

    * Mark python 3.5 unsupported
    
    Fixes esphome/issues#831
    
    * Update .travis.yml
    
    * Update typing dep
    OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    bfea6ca View commit details
    Browse the repository at this point in the history
  18. add position reporting to the template cover (#821)

    * add position reporting to the template cover
    
    * remove duplicate import
    
    * use config flag instead
    
    
    Co-authored-by: Samuel Sieb <samuel@sieb.net>
    2 people authored and OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    51d3986 View commit details
    Browse the repository at this point in the history
  19. Atm90e32 pf fix (#841)

    * correct set_pf_sensor to set_power_factor_senor
    
    * remove junk files added in error
    
    * correct sensors.yaml reference to set_reactive_power
    
    * Fixes
    Diramu authored and OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    7842a55 View commit details
    Browse the repository at this point in the history
  20. Switch to 115200 baud upload if 460800 fails (#856)

    * Switch to 115200 baud upload if 460800 fails
    
    * Update __main__.py
    OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    ea8068e View commit details
    Browse the repository at this point in the history
  21. Fix logger uart conflict check (#858)

    * Fix logger uart conflict check
    
    * Fix class for check func
    
    * Fix syntax
    
    Hope lint is OK with moving the end of the conditional outside the #IFDEF
    
    * Move end of conditional inside ifdef and remove extra whitespace
    
    * Simplify
    
    clang-format did not like the ifdefs and was reformatting in a way that killed clang-tidy.
    
    Simple solution is to use logger's hw_serial as source of truth
    
    Also simplifies the code - uart doesn't need to know what the logger uart settings mean
    brandond authored and OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    531428b View commit details
    Browse the repository at this point in the history
  22. Tuya: Fix init sequence and handle wifi test command (#820)

    * Handle WiFi test command
    
    Also rename commands to match Tuya protocol docs
    
    * Fix init sequence and product info check
    
    * Fix clang-format suggestions
    
    * Additional changes based on code review
    
    * Fix temp command buffer scope
    
    * Let the interval timer fire the first heatbeat
    
    * Fix init steps; add logging
    
    * Lint
    
    * Remove setup_priority override
    
    * Add delay to dump_config
    
    * Refactor dump sequence
    
    * Fix verbose logging
    
    * Fix lints
    
    * Don't bother suppressing duplicate config dumps
    
    * nolint
    
    
    Co-authored-by: Otto Winter <otto@otto-winter.com>
    brandond and OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    c5c42c4 View commit details
    Browse the repository at this point in the history
  23. Improve WiFi disconnect messages (#857)

    * Improve WiFi disconnect messages
    
    * Fix
    
    * Update wifi_component_esp32.cpp
    OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    e41a987 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    dd7c8da View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    37b8d66 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a055de4 View commit details
    Browse the repository at this point in the history
  27. Bump version to v1.14.3

    OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    d44ce82 View commit details
    Browse the repository at this point in the history
  28. Revert "Atm90e32 pf fix (#841)"

    This reverts commit 7842a55.
    OttoWinter committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    53c231a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Upgrade dependencies

    Skaronator authored and OttoWinter committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    0b04d14 View commit details
    Browse the repository at this point in the history
  2. Fix build

    OttoWinter committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    310e2a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aae4b2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7dddad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a597c5 View commit details
    Browse the repository at this point in the history
  6. Merge branch '1.14.4'

    OttoWinter committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    d355543 View commit details
    Browse the repository at this point in the history
  7. fix the problem of missing part of advertising packet when activ… (#868)

    * fix the problem of missing part of advertising packet when active scan is enabled.
    
    * fix for ci-suggest-changes
    warpzone authored and OttoWinter committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    8421570 View commit details
    Browse the repository at this point in the history
  8. fix climate_ir on receive optional (#897)

    * fix climate on receive optional
    
    * add climate tests
    glmnet authored and OttoWinter committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    84accb6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    706dc6d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a8e3521 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dcc8bb8 View commit details
    Browse the repository at this point in the history
  12. Update ESP32 BLE ADV parse to match BLE spec (#904)

    * Update ESP32 BLE ADV parse to match BLE spec
    
    * Update xiaomi
    
    * Update ruuvi
    
    * Format
    
    * Update esp32_ble_tracker.cpp
    
    * Fix log
    
    * Format
    
    * Update xiaomi_ble.cpp
    OttoWinter committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    219fe41 View commit details
    Browse the repository at this point in the history
  13. Add ESP8266 core v2.6.2 (#905)

    * Add ESP8266 core v2.6.2
    
    * Upstream ESP8266 Wifi fixes
    
    * Replace disable_interrupt with InterruptLock C++ class
    
    * Update code to use InterruptLock
    
    * Lint
    
    * Update dht.cpp
    
    * Improve InterruptLock docs, mark as ICACHE_RAM_ATTR
    
    * Fixes
    OttoWinter committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    072b2c4 View commit details
    Browse the repository at this point in the history
  14. Bump version to v1.14.4

    OttoWinter committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    60e6366 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Fix ESP32 interrupt enable/disable switched

    Needs to be manually cherry-picked
    OttoWinter authored and glmnet committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    bf0cce4 View commit details
    Browse the repository at this point in the history
  2. Bump version to v1.14.5

    glmnet committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    51ab0f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Configuration menu
    Copy the full SHA
    312958c View commit details
    Browse the repository at this point in the history
  2. Bump version to v1.15.0b1

    OttoWinter committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    c1748d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2092939 View commit details
    Browse the repository at this point in the history
  4. Fix bad merge for UART

    OttoWinter committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    9c0e463 View commit details
    Browse the repository at this point in the history
  5. Fix bad merge lint

    OttoWinter committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    4b8e910 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6438bd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Update cryptography requirement from <3,>=2.0.0 to >=2.0.0,<4 (#1206)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Otto Winter <otto@otto-winter.com>
    dependabot[bot] and OttoWinter committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    9483a9c View commit details
    Browse the repository at this point in the history
  2. fix dashboard select drop down (#1205)

    glmnet authored and OttoWinter committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    f39bf9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e898345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5396b05 View commit details
    Browse the repository at this point in the history
  5. Fix publish release script

    OttoWinter committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    0af73c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Mitigate CVE-2020-12638 WiFi WPA Downgrade (#1207)

    Co-authored-by: Lukas Bachschwell <lukas@lbsfilm.at>
    OttoWinter and s00500 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    08c8fa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e36dc2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0dfde9 View commit details
    Browse the repository at this point in the history
  4. Fix AS3935 sensor configuration issues (#1210)

    * Fix AS3935 coniguration
    
    * Increase verbosity
    trylika authored and OttoWinter committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    87f1ffe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d50ecb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a32b58f View commit details
    Browse the repository at this point in the history
  7. Bump version to v1.15.0b2

    OttoWinter committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    fc6a3e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3520042 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    18560f9 View commit details
    Browse the repository at this point in the history
  2. renamed icon molecule co2 (#1217)

    * renamed icon molecule co2
    
    * sort of course
    glmnet authored and OttoWinter committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    f6fe6e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57eb05c View commit details
    Browse the repository at this point in the history
  4. Stop infinite loop in light on_turn_on (#1219)

    Co-authored-by: Otto Winter <otto@otto-winter.com>
    WizKid and OttoWinter committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    86736aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbc0d50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44af5e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    351ce67 View commit details
    Browse the repository at this point in the history
  8. Bump version to v1.15.0b3

    OttoWinter committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    e2b5ecb View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1225 from esphome/bump-1.15.0b3

    1.15.0b3
    OttoWinter committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    49233e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    8a45dfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7436c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61bfd34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29cfcfa View commit details
    Browse the repository at this point in the history
  5. Fix tuya.cpp compile warning (#1232)

    OttoWinter authored and glmnet committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    5da9b2e View commit details
    Browse the repository at this point in the history
  6. Script mode fix (#1238)

    jesserockz authored and glmnet committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    dc4a880 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86df4c1 View commit details
    Browse the repository at this point in the history
  8. Bump docker base image to 2.6.0 (#1245)

    OttoWinter authored and glmnet committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    32ae8fc View commit details
    Browse the repository at this point in the history
  9. Image bit dephts (#1241)

    glmnet committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    b7352b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cfe4638 View commit details
    Browse the repository at this point in the history
  11. Fix SSD1306 post-setup brightness control (#1090)

    * Fix post-setup brightness control
    
    * Add turn_on() and turn_off() methods
    
    * Added is_on() method
    
    * Set brightness later in setup()
    
    * Use clamp() for brightness validation
    kbx81 authored and glmnet committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    228670d View commit details
    Browse the repository at this point in the history
  12. Bump version to v1.15.0b4

    glmnet committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    ff050d6 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1259 from esphome/bump-1.15.0b4

    1.15.0b4
    glmnet committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    839fe49 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Configuration menu
    Copy the full SHA
    ff90f6a View commit details
    Browse the repository at this point in the history
  2. Bump version to v1.15.0

    glmnet committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    52c4dd0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1277 from esphome/bump-1.15.0

    1.15.0
    glmnet committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    1a04e2d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. fix sntp timezone (#1266)

    glmnet committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    5fecc70 View commit details
    Browse the repository at this point in the history
  2. Fix for Ruuvi voltage parsing of RAWv2 format (#1267)

    Power_info should be 2 bytes, so changed uint8 to uint16. With uint8 voltage is always reported to be near 1.6V.
    akoivist authored and glmnet committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    9c5b693 View commit details
    Browse the repository at this point in the history
  3. Adds support for Tuya Climate temperature multiplier (#1276)

    * Adds support for temperature multiplier
    
    * Add new multiplier to test file
    
    * Remove import
    
    * Fixes
    jesserockz authored and glmnet committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    1d06426 View commit details
    Browse the repository at this point in the history
  4. Bump version to v1.15.1

    glmnet committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    c50da15 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1278 from esphome/bump-1.15.1

    1.15.1
    glmnet committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    c4edd30 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Configuration menu
    Copy the full SHA
    a0bb7c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7e6195 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    704470d View commit details
    Browse the repository at this point in the history
  4. Bump version to v1.15.2

    glmnet committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    50238f8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1292 from esphome/bump-1.15.2

    1.15.2
    glmnet committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    a3b2d38 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Fix max7219digit chip_rotation: 180 (#1321)

    Co-authored-by: Samuel Sieb <samuel@sieb.net>
    2 people authored and glmnet committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    29fc7ea View commit details
    Browse the repository at this point in the history
  2. Fix Light Trigger (#1308)

    * make LightTransitionTransformer publish at end
    
    * adjust on trigger + cleanup
    
    * add target_state_reached_callback_
    
    * fix format
    
    * revert publish_at_end change
    
    * fix bug for rapid on/off switching + remove debug logging
    
    * formatting
    
    * call state reached callback when no transition
    
    Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
    MartinWelsch and glmnet committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    221ef07 View commit details
    Browse the repository at this point in the history
  3. Fix Xiaomi merged packet parsing (#1293)

    * Fix Xiaomi merged packet parsing
    
    solves #1500
    
    * renamed variables and updated payload and value checking
    
    * renamed function and parameter
    
    * add function to header
    
    * changed log message
    Alex9779 authored and glmnet committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    540c620 View commit details
    Browse the repository at this point in the history
  4. Fix RGBW color-interlock control (#1325)

    margau authored and glmnet committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    2c71ee7 View commit details
    Browse the repository at this point in the history
  5. Fix scheduler with too many cancelled timers (#1309)

    * Fix scheduler with too many cancelled timers
    
    * lint
    
    * use variable name
    glmnet committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    b38b701 View commit details
    Browse the repository at this point in the history
  6. fix mqtt config check in OnlyWith configuration helper (#1304)

    * fix config check in OnlyWith configuration helper
    
    OnlyWith configuration helper check now verifies whether a component
    is configured in any of the packages not only in raw configuration
    
    * fix C0301(line-too-long) pylint in imports
    
    * fix flake8 (E127) over-indented line
    akomelj authored and glmnet committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    dd3e821 View commit details
    Browse the repository at this point in the history
  7. fix: Incorrect time delay conversion breaks remote_transmitter_esp826…

    …6.cpp (#1322)
    
    * Incorrect time delay conversion breaks remote_transmitter_esp8266.cpp
    
    I'm unsure why the conversion from microseconds into whole millseconds and remaining microseconds is done using a value of 16383, rather than 1000. This breaks the "on", "off" times, as well as the repeat wait_time if the period is more than 16383 microseconds.
    
    I have confirmed behaviour with an oscilloscope. See https://community.home-assistant.io/t/infrared-remote-transmitter-not-working/232825
    
    * Update esphome/core/helpers.cpp
    
    Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
    
    Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
    thejonesyboy and glmnet committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    bd061ac View commit details
    Browse the repository at this point in the history
  8. AQICalculator is off by 1 (#1331)

    Co-authored-by: Igor Katkov <ikatkov@atlassian.com>
    2 people authored and glmnet committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    9cd21bb View commit details
    Browse the repository at this point in the history
  9. Bump version to v1.15.3

    glmnet committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    2c14d13 View commit details
    Browse the repository at this point in the history
  10. Lint

    glmnet committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    8ef0f5b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1333 from esphome/bump-1.15.3

    1.15.3
    glmnet committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    ab48e4a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    0a841fc View commit details
    Browse the repository at this point in the history
  2. Bump version to v1.16.0b1

    jesserockz committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    6f7e6cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cac3055 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. fix safe_mode (#1421)

    * Deprioritize automations
    
    Ensures safe mode is loaded before any automations are ran
    
    * Fix lint
    alexyao2015 authored and jesserockz committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    585bb6d View commit details
    Browse the repository at this point in the history
  2. DS1307 real time clock component (#1441)

    * initial support for DS1307 real time clock
    
    * add simple test, make sync functions public
    
    * cleanup lint
    
    * add sync to/from rtc actions
    
    * changes action names
    
    * Update esphome/components/ds1307/ds1307.cpp
    
    Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
    
    * Update esphome/components/ds1307/time.py
    
    Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
    
    * fix suggested change
    
    Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
    2 people authored and jesserockz committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    dcd3d20 View commit details
    Browse the repository at this point in the history
  3. Add encode_uint32 method (#1427)

    e28eta authored and jesserockz committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    c67539c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72002ce View commit details
    Browse the repository at this point in the history
  5. Bump version to v1.16.0b2

    jesserockz committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    6a0d4cb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1459 from esphome/bump-1.16.0b2

    1.16.0b2
    jesserockz committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    8c849b9 View commit details
    Browse the repository at this point in the history
  7. API: copy the data to send into the tcp internal buffer (#1455)

    Without the flag lwip only holds a reference to the supplied buffers and the reference must be valid until the tcp ack is received. This can't be guaranteed for stack allocated buffers
    mknjc authored and jesserockz committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    b01db99 View commit details
    Browse the repository at this point in the history
  8. Revert esptool to 2.8 (#1460)

    glmnet authored and jesserockz committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    7acc36d View commit details
    Browse the repository at this point in the history
  9. Bump version to v1.16.0b3

    jesserockz committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    f2474c5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1463 from esphome/bump-1.16.0b3

    1.16.0b3
    jesserockz committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    c8058e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Whirlpool ac (#1467)

    * Checksum calc change
    
    * first checksum change for MODEL_DG11J1_3A
    mmanza authored and jesserockz committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    9f36b25 View commit details
    Browse the repository at this point in the history
  2. Bump pytest-mock from 3.3.1 to 3.5.1 (#1458)

    Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.3.1 to 3.5.1.
    - [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
    - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-mock@v3.3.1...v3.5.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and jesserockz committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    5e799b5 View commit details
    Browse the repository at this point in the history
  3. Add rc522 i2c (#1432)

    * split to spi and i2c
    
    * fix binary_sensor
    
    * i2c comms ready
    
    * fix rc522_spi binary sensor compat
    
    * lint
    
    * lint
    
    * add test and codeowners
    
    * fix refactor
    glmnet authored and jesserockz committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    717aab7 View commit details
    Browse the repository at this point in the history
  4. make time components polling components (#1443)

    * make real time clock components polling components
    
    * add test
    badbadc0ffee authored and jesserockz committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    652f605 View commit details
    Browse the repository at this point in the history
  5. Updated Mcp3008 to support reference_voltage and voltage_sampler::Vol…

    …tageSampler (#1387)
    
    Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
    SenexCrenshaw and jesserockz committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    28f2582 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52e1316 View commit details
    Browse the repository at this point in the history
  7. Inkplate 6 support for ESPHome (#1283)

    * Add Inkplate 6 support
    
    Inkplate 6 is e-paper display based on ESP32. This commit adds support for integrating Inkplate 6 into the ESPHome. Find more info here: inkplate.io
    
    * Greyscale working
    
    * Update inkplate.h
    
    * Fix formatting
    
    * Formatting
    
    * Update esphome/components/inkplate6/display.py
    
    Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
    
    * Update esphome/components/inkplate6/display.py
    
    Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
    
    * Fix some lint errors
    Ignore some lint errors
    Only allow on ESP32
    
    * Update the codeowners file
    
    Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
    davidzovko and jesserockz committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    6a99789 View commit details
    Browse the repository at this point in the history
  8. Bump version to v1.16.0b4

    jesserockz committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    23c663d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1475 from esphome/bump-1.16.0b4

    1.16.0b4
    jesserockz committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    828f794 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. time sync notification (#1442)

    * add on_time_sync trigger
    
    * cleanup lint
    
    * fix review remark (sntp didn't trigger callbacks)
    badbadc0ffee authored and jesserockz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    6781d08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2ad6fe View commit details
    Browse the repository at this point in the history
  3. Improve ccs811 precision (#1428)

    TheNetAdmin authored and jesserockz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    9ab6a7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97428f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65fbb8b View commit details
    Browse the repository at this point in the history
  6. Bump version to v1.16.0b5

    jesserockz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    9591c90 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1495 from esphome/bump-1.16.0b5

    1.16.0b5
    jesserockz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    b860a31 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    ea019a0 View commit details
    Browse the repository at this point in the history
  2. Add docker healthcheck (#1492)

    Klarstein authored and jesserockz committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    95bef53 View commit details
    Browse the repository at this point in the history
  3. Add support for MHO-C401 (#1486)

    Committer: nikito7
    
    Co-authored-by: vevsvevs <v-v@mail.ru>
    Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
    Co-authored-by: nikito7 <root@vbox.lan>
    4 people committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    5057caa View commit details
    Browse the repository at this point in the history
  4. Bump version to v1.16.0b6

    jesserockz committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    b601cf6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1497 from esphome/bump-1.16.0b6

    1.16.0b6
    jesserockz committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    1ea5cc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    a7ec57d View commit details
    Browse the repository at this point in the history
  2. Bump version to v1.16.0b7

    jesserockz committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    5f02d86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    431d357 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. fix esp8266 remote_transmitter using incorrect timings (#1465)

    * replace delay by delayMicroseconds in delay_microseconds_accurate
    
    * Use delay(0) to let wifi and os function run
    
    * Linting
    
    * Remove unneeded delayMicroseconds, keep it for low usec
    
    * Avoid micros() overflow issue
    hcoohb authored and jesserockz committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    043095b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1952d27 View commit details
    Browse the repository at this point in the history
  3. Bump version to v1.16.0b8

    jesserockz committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    89a89e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    0047d24 View commit details
    Browse the repository at this point in the history
  2. Bump version to v1.16.0

    jesserockz committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    2fc59ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d238e06 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    def70dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc64cf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef89249 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57b5601 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65c7e27 View commit details
    Browse the repository at this point in the history
  6. Bump version to v1.16.1

    jesserockz committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    61ecbe4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    925a992 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    1468293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a925036 View commit details
    Browse the repository at this point in the history
  3. Add reverse_enable for max7219 (#1489)

    ssieb authored and jesserockz committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    eacac78 View commit details
    Browse the repository at this point in the history
  4. Fix safe mode ota flashing under certain configurations (#1534)

    * Fix safe mode ota flashing under certain configurations by allowing the arduino loop to run instead of while(true)
    
    * rename to should_enter_safe_mode
    
    * Fix line length
    jesserockz committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    c519c02 View commit details
    Browse the repository at this point in the history
  5. Bump version to v1.16.2

    jesserockz committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    665d0fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    808ce6e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    4d340dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e074a View commit details
    Browse the repository at this point in the history
  3. Bump version to v1.17.0b1

    jesserockz committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    6114d33 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1636 from esphome/bump-1.17.0b1

    1.17.0b1
    jesserockz committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    0fe61d9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Bump version to v1.17.0

    jesserockz committed May 3, 2021
    Configuration menu
    Copy the full SHA
    822377b View commit details
    Browse the repository at this point in the history