Commit Graph

  • e994b2df1c Added and cleaned return values. Jimmy Hedman 2022-01-19 12:59:31 +0100
  • cafd691228 Clean-up Oxan van Leeuwen 2022-01-17 23:31:47 +0100
  • 32ea74cd95 Fix IPv6 address handling Oxan van Leeuwen 2022-01-17 23:18:10 +0100
  • fa25a928f6 Store socket family in Socket object. Jimmy Hedman 2022-01-12 21:19:43 +0100
  • 6ad693c817 Make getpeername and getsockname work with IPv6. Jimmy Hedman 2022-01-11 23:39:40 +0100
  • 5ef973f7c2 Make IPv6-binds bind on IPv4 as well. Jimmy Hedman 2022-01-06 23:18:16 +0100
  • 08a9c8ff9a Merge remote-tracking branch 'upstream/dev' into hydreon functionpointer 2022-01-19 12:47:45 +0100
  • 4e4cc821b9 Make prefix static const William Charlton 2022-01-19 10:34:41 +0000
  • 1af08f8094 Merge branch 'wake_on_lan_legacy' of https://github.com/willwill2will54/esphome into wake_on_lan_legacy William Charlton 2022-01-19 10:31:53 +0000
  • 2bf7bc740b add wol button to test3 William Charlton 2022-01-19 10:31:48 +0000
  • 64412eb518
    Use library function to parse incoming bytes with callbacks Jesse Hills 2022-01-19 19:50:40 +1300
  • 57cec877ca
    Bump improv library version Jesse Hills 2022-01-19 19:49:59 +1300
  • 4e8e9ed20e Merge pull request #3070 from esphome/bump-2022.1.0 Jesse Hills 2022-01-19 19:43:54 +1300
  • 318b930e9f
    Merge pull request #3070 from esphome/bump-2022.1.0 2022.1.0 Jesse Hills 2022-01-19 19:43:54 +1300
  • 4a55b4f042 Add divider to account for ADC saturation at 100MS integration time Azimath 2022-01-18 23:27:39 -0500
  • ecf7f0e10e Introduce automatic gain control to tsl2591 Azimath 2022-01-18 23:23:21 -0500
  • 0853028684 Bump version to 2022.1.0 Jesse Hills 2022-01-19 16:08:27 +1300
  • 9296a078a7
    Bump version to 2022.1.0 Jesse Hills 2022-01-19 16:08:27 +1300
  • 08a062a3a5
    Update devcontainer.json Paul Enright 2022-01-18 16:11:48 -0600
  • 7401fd42a8
    Merge branch 'dev' into ble-server-controller ble-server-controller Jesse Hills 2022-01-19 08:43:22 +1300
  • 9c283a6719 Merge pull request #3068 from esphome/bump-2022.1.0b4 Jesse Hills 2022-01-19 07:40:37 +1300
  • 5dc776e55f
    Merge pull request #3068 from esphome/bump-2022.1.0b4 2022.1.0b4 Jesse Hills 2022-01-19 07:40:37 +1300
  • 8f0f37e64a
    Handle little endian when casting Carson Full 2022-01-18 09:21:10 -0600
  • c8da24425a formatting fix Tyler Bules 2022-01-18 10:08:06 -0500
  • a988197d2a fix comparison to None Tyler Bules 2022-01-18 09:04:50 -0500
  • 581cb62b72 fixed import Tyler Bules 2022-01-18 08:58:30 -0500
  • fc961d09ac formatting fix Tyler Bules 2022-01-18 08:53:35 -0500
  • fb9b490eef created wakeup pins dict outside of validate_pin_number function. Added validate_config function to check for ext1 and touch Tyler Bules 2022-01-18 08:44:26 -0500
  • a370ab6f23 Fix calibration parameter for bme680 humidity calculation Christian Witting 2022-01-18 10:44:55 +0100
  • 8e362db2f9 Bump version to 2022.1.0b4 Jesse Hills 2022-01-18 15:49:31 +1300
  • 72d60f30f7 Bump version to 2022.1.0b4 Jesse Hills 2022-01-18 15:49:31 +1300
  • d279c42d99 Fail hard if no random bytes available for encryption (#3067) Oxan van Leeuwen 2022-01-18 02:29:57 +0100
  • 869743a742 Fail hard if no random bytes available for encryption (#3067) Oxan van Leeuwen 2022-01-18 02:29:57 +0100
  • 3df8732f4b [modbus_controller] add missing skip_updates (#3063) Martin 2022-01-17 21:05:13 +0100
  • 7b03e07908 [modbus_controller] add missing skip_updates (#3063) Martin 2022-01-17 21:05:13 +0100
  • 441ad0ae35 bump dashboard to 20220116.0 (#3061) Paulus Schoutsen 2022-01-17 11:44:18 -0800
  • 348f880e15 bump dashboard to 20220116.0 (#3061) Paulus Schoutsen 2022-01-17 11:44:18 -0800
  • cbba31194d Fail hard if no random bytes available for encryption (#3067) Oxan van Leeuwen 2022-01-18 02:29:57 +0100
  • 45173ada25 Fail hard if no random bytes available for encryption Oxan van Leeuwen 2022-01-18 00:37:10 +0100
  • 26e8df9d67 MLX90393: use release version of library functionpointer 2022-01-18 00:34:24 +0100
  • c598c05031
    Merge branch 'esphome:dev' into dev RubyBailey 2022-01-17 15:21:09 -0800
  • 8144940838 Bump pytest-asyncio from 0.17.0 to 0.17.2 (#3064) dependabot[bot] 2022-01-18 00:19:08 +0100
  • b47629af36 reed_switch to p8_gnd, removed flag_value from sensors Paul Enright 2022-01-17 16:47:48 -0600
  • 34578960ab ran through black formatter Tyler Bules 2022-01-17 17:00:54 -0500
  • 0537bf9292 modified pin number in test because it will not pass Tyler Bules 2022-01-17 15:29:36 -0500
  • a564b51dfb import function from component.esp32 Tyler Bules 2022-01-17 15:18:41 -0500
  • 9699b08ed3 [modbus_controller] add missing skip_updates (#3063) Martin 2022-01-17 21:05:13 +0100
  • 00c319b570 update __init__.py Tyler Bules 2022-01-17 14:54:14 -0500
  • 45f78f09eb bump dashboard to 20220116.0 (#3061) Paulus Schoutsen 2022-01-17 11:44:18 -0800
  • e4564d359b add CORE import Tyler Bules 2022-01-17 14:39:01 -0500
  • 3717605c6e fixed for PR checks Tyler Bules 2022-01-17 14:28:28 -0500
  • b7d7ac5ce9
    Bump esphome-dashboard from 20220113.2 to 20220116.0 dependabot[bot] 2022-01-17 19:02:40 +0000
  • 6ec705847d
    Bump pytest-asyncio from 0.17.0 to 0.17.2 dependabot[bot] 2022-01-17 19:02:30 +0000
  • a55a8553bc ESP32-C3 deep sleep fix Tyler Bules 2022-01-17 13:53:13 -0500
  • 18a39cbd81 Put .devcontainer back. Paul Enright 2022-01-17 08:23:05 -0600
  • 0027763fe3 MLX90393: rename osr_ and osr2_ to function instead of register name functionpointer 2022-01-17 12:52:16 +0100
  • a26c2066f1 mlx90393: Remove some conditionals and duplicate initializations functionpointer 2022-01-17 12:35:46 +0100
  • 7e47c374a6 add missing skip_updates Martin 2022-01-17 12:32:05 +0100
  • a68ad97992 Rename macro names Sergey V. DUDANOV 2022-01-17 15:02:00 +0400
  • dadac99dcf Fix toshiba_ac decoder Sergey V. DUDANOV 2022-01-17 14:49:33 +0400
  • 18a0b5aca5 Lint errors Sergey V. DUDANOV 2022-01-17 14:18:38 +0400
  • d60a60623f Lint errors Sergey V. DUDANOV 2022-01-17 14:10:27 +0400
  • e630f2a62c Lint errors Sergey V. DUDANOV 2022-01-17 13:58:49 +0400
  • fff207bd7e Lint errors Sergey V. DUDANOV 2022-01-17 13:55:27 +0400
  • f560891afd Perform merges when substituting dict keys Joshua Spence 2022-01-17 20:29:21 +1100
  • af5f48ff7a Lint errors Sergey V. DUDANOV 2022-01-17 13:39:14 +0400
  • cd0ce939d6 Fix LG decoder Sergey V. DUDANOV 2022-01-17 13:12:02 +0400
  • 5769ab4232 Complete encoders Sergey V. DUDANOV 2022-01-17 09:51:55 +0400
  • 237ac71140 bump dashboard to 20220116.0 Paulus Schoutsen 2022-01-16 20:32:17 -0800
  • 9042afdd41
    Fix coolix Sergey V. DUDANOV 2022-01-17 07:03:09 +0400
  • 4bec0da85b
    Clang format Sergey V. DUDANOV 2022-01-17 06:56:19 +0400
  • fc2a5c07bf Merge pull request #3060 from esphome/bump-2022.1.0b3 Jesse Hills 2022-01-17 13:13:40 +1300
  • ead597d0fb
    Merge pull request #3060 from esphome/bump-2022.1.0b3 2022.1.0b3 Jesse Hills 2022-01-17 13:13:40 +1300
  • 5a34474fa0
    Update esphome/components/wake_on_lan/button.py William Charlton 2022-01-17 00:13:03 +0000
  • 16e199a634
    Update esphome/components/wake_on_lan/wake_on_lan.h William Charlton 2022-01-17 00:12:39 +0000
  • 8529e4b317 Bump version to 2022.1.0b3 Jesse Hills 2022-01-17 12:40:07 +1300
  • afbf989715
    Bump version to 2022.1.0b3 Jesse Hills 2022-01-17 12:40:07 +1300
  • ec4232f746 Add number setting to web_server/rest_api (#3055) Jesse Hills 2022-01-17 12:31:44 +1300
  • 01b62a16c3
    Add number setting to web_server/rest_api (#3055) Jesse Hills 2022-01-17 12:31:44 +1300
  • 40536d6572 Remove deprecated attribute from virtual entity methods (#3056) Oxan van Leeuwen 2022-01-16 23:40:15 +0100
  • c5eba04517
    Remove deprecated attribute from virtual entity methods (#3056) Oxan van Leeuwen 2022-01-16 23:40:15 +0100
  • a88cc8487d Rename post_build scripts to fix codeowners script (#3057) Oxan van Leeuwen 2022-01-16 23:15:11 +0100
  • 282313ab52
    Rename post_build scripts to fix codeowners script (#3057) Oxan van Leeuwen 2022-01-16 23:15:11 +0100
  • ce79107603 Disable caching for binary download (#3054) Ohad Lutzky 2022-01-16 22:14:45 +0000
  • d274545e77
    Disable caching for binary download (#3054) Ohad Lutzky 2022-01-16 22:14:45 +0000
  • eb8da94d95 Add number setting to web_server/rest_api (#3055) Jesse Hills 2022-01-17 12:31:44 +1300
  • e969b5e1ec Fix argument order in gitpod config file (#3058) Oxan van Leeuwen 2022-01-16 23:40:27 +0100
  • 45f0818ea0 Remove deprecated attribute from virtual entity methods (#3056) Oxan van Leeuwen 2022-01-16 23:40:15 +0100
  • 26dbab03db
    Add initial_run to regular lambda light effect Jesse Hills 2022-01-17 11:21:30 +1300
  • a99205a291 Bump pytest-asyncio from 0.16.0 to 0.17.0 (#3047) dependabot[bot] 2022-01-16 23:19:21 +0100
  • 8cf7cacf10 Rename post_build scripts to fix codeowners script (#3057) Oxan van Leeuwen 2022-01-16 23:15:11 +0100
  • 09de889aa6 Disable caching for binary download (#3054) Ohad Lutzky 2022-01-16 22:14:45 +0000
  • 3b064d3703 Fix argument order in gitpod config file Oxan van Leeuwen 2022-01-16 23:13:34 +0100
  • 9080b3e39d Remove deprecated attribute from BinarySensor & Cover too Oxan van Leeuwen 2022-01-16 23:08:57 +0100
  • ba797f4995 Rename post_build scripts to fix codeowners script Oxan van Leeuwen 2022-01-16 23:05:38 +0100
  • a9c84c8e37
    Use raw strings Jesse Hills 2022-01-17 10:58:14 +1300
  • 18a7e50870 Remove deprecated attribute from Sensor methods Oxan van Leeuwen 2022-01-16 22:57:03 +0100
  • 9d9654ffeb Disable caching for binary download Ohad Lutzky 2022-01-16 21:29:37 +0000
  • 05e5a10f77
    Add number setting to web_server/rest_api Jesse Hills 2022-01-17 10:29:36 +1300
  • aea95360b9 fix typo in comment Martin 2022-01-16 20:40:52 +0100