Commit Graph

  • e74e2b50ea Ili9341 8bit indexed mode pt1 (#2490) Dave T 2022-05-18 23:23:00 +0100
  • c000e1d6dd
    Ili9341 8bit indexed mode pt1 (#2490) Dave T 2022-05-18 23:23:00 +0100
  • 0c607b2b6a Taken from the official samples; if a command has been sent to calibrate (C) or take a reading (R) we wait 815ms so that the circuit has time to take the reading. If any other command has been sent we wait only 250ms. Gilles van den Hoven 2022-05-18 20:28:29 +0200
  • 82857e69b9
    Assume volume and mute are always supported Jesse Hills 2022-05-18 22:04:56 +1200
  • c676f174d9 Merge pull request #3488 from esphome/bump-2022.5.0 Jesse Hills 2022-05-18 16:56:16 +1200
  • 420dacb22d
    Merge pull request #3488 from esphome/bump-2022.5.0 2022.5.0 Jesse Hills 2022-05-18 16:56:16 +1200
  • dddf71bb87 Bump version to 2022.5.0 Jesse Hills 2022-05-18 16:30:20 +1200
  • ae2f6ad4d1
    Bump version to 2022.5.0 Jesse Hills 2022-05-18 16:30:20 +1200
  • 7ab7ce5596 Merge branch 'beta' into bump-2022.5.0 Jesse Hills 2022-05-18 16:30:19 +1200
  • 2c28d79bf8
    Merge branch 'beta' into bump-2022.5.0 Jesse Hills 2022-05-18 16:30:19 +1200
  • 4404d9c629 up icarome 2022-05-17 20:56:52 -0300
  • ff9b99b4d4
    Add to test4 Jesse Hills 2022-05-18 09:50:38 +1200
  • 9cf26a2421
    Only on esp32 arduino Jesse Hills 2022-05-18 09:47:26 +1200
  • d4301169ca
    Format file Jesse Hills 2022-05-18 09:22:04 +1200
  • adef132265
    Remove executable bit Jesse Hills 2022-05-18 09:21:32 +1200
  • 2451549232
    Delete old file Jesse Hills 2022-05-18 09:18:55 +1200
  • 490d581c80
    CODEOWNERS Jesse Hills 2022-05-18 09:15:06 +1200
  • b5ebd9a81b Use CONF_RAW_DATA_ID from const.py. Dave T 2021-10-12 10:40:26 +0000
  • 12b8675e64 Remove palette option AUTO (for now) Dave T 2021-10-11 20:29:19 +0000
  • ceca19bebc Refactor and allow palette to be disabled in yaml. Dave T 2021-10-11 20:25:49 +0000
  • 02c1d043a4 Add missing dist^2 calculation. Dave T 2021-10-11 19:07:07 +0000
  • d35ce85159 Add first WIP implementation of indexed palette. Dave T 2021-10-10 22:39:24 +0000
  • 7ac77ff38e
    Implement i2s-audio media_player Jesse Hills 2022-05-10 18:59:34 +1200
  • 00e7e03b36
    Implement media-player base Jesse Hills 2022-05-18 09:00:50 +1200
  • bb02c210ee
    Bump platformio from 5.2.5 to 6.0.1 dependabot[bot] 2022-05-17 19:02:46 +0000
  • 778aea15b4
    Fix preset temperature validation Michael Davidson 2022-05-17 23:31:31 +1000
  • cd118582e1
    Apply code formatting fixes Michael Davidson 2022-05-17 23:19:45 +1000
  • cd4a95f9a1
    Add preset temperature validation against visual min/max configuration Michael Davidson 2022-05-17 23:18:46 +1000
  • c5952a0f44
    Validate mode, fan_mode, and swing_mode on presets Michael Davidson 2022-05-17 22:29:54 +1000
  • 7333cb71c3 Merge pull request #3484 from esphome/bump-2022.5.0b4 Jesse Hills 2022-05-17 23:42:51 +1200
  • c5069edc78
    Merge pull request #3484 from esphome/bump-2022.5.0b4 2022.5.0b4 Jesse Hills 2022-05-17 23:42:51 +1200
  • c79d1893e2 Revert adding spaces Jesse Hills 2022-05-17 23:31:55 +1200
  • 282d9e138c
    Revert adding spaces Jesse Hills 2022-05-17 23:31:55 +1200
  • d5e2529feb Bump version to 2022.5.0b4 Jesse Hills 2022-05-17 23:23:37 +1200
  • 72fcf2cbe1
    Bump version to 2022.5.0b4 Jesse Hills 2022-05-17 23:23:37 +1200
  • 332af26cc1 Retry Tuya init commands (#3482) Samuel Sieb 2022-05-17 01:15:02 -0700
  • 6f49f5465b
    Retry Tuya init commands (#3482) Samuel Sieb 2022-05-17 01:15:02 -0700
  • 9b82ce2e93 ESP32: Only save to NVS if data was changed (#3479) Martin 2022-05-17 00:59:36 +0200
  • 17b8bd8316
    ESP32: Only save to NVS if data was changed (#3479) Martin 2022-05-17 00:59:36 +0200
  • 71b84d5c5d Retry Tuya init commands (#3482) Samuel Sieb 2022-05-17 01:15:02 -0700
  • 9b6b9c1fa2
    Retry Tuya init commands (#3482) Samuel Sieb 2022-05-17 01:15:02 -0700
  • 102d77b1a6 Avoid flash write if data is unchanged Martin 2022-05-17 09:46:33 +0200
  • 66d51c5b17 lint WeekendWarrior1 2022-05-17 17:46:00 +1000
  • 6e7e48a902 lint Samuel Sieb 2022-05-17 00:39:05 -0700
  • b0a8c5b203 limit retries and flag failure Samuel Sieb 2022-05-16 20:58:47 -0700
  • d075460ae9 Add ble security params to yaml WeekendWarrior1 2022-05-17 15:33:04 +1000
  • 53ad85a59a keep retrying commands if no response Samuel Sieb 2022-05-11 00:56:51 -0700
  • b1937db3ce ESP32: Only save to NVS if data was changed (#3479) Martin 2022-05-17 00:59:36 +0200
  • 609a2ca592
    ESP32: Only save to NVS if data was changed (#3479) Martin 2022-05-17 00:59:36 +0200
  • a28c5faf79
    Bump esptool from 3.3.1 to 4.0 dependabot[bot] 2022-05-16 19:02:58 +0000
  • c722c6513f
    Bump platformio from 5.2.5 to 6.0.0 dependabot[bot] 2022-05-16 19:02:50 +0000
  • e592ba5754 ESP32: Only save to NVS if data was changed Martin 2022-05-16 15:40:33 +0200
  • 97db59fbe0 MQTT cover: send state even if position is available (#3473) [pʲɵs] 2022-05-16 05:35:27 +0200
  • 6dabf24bf3
    MQTT cover: send state even if position is available (#3473) [pʲɵs] 2022-05-16 05:35:27 +0200
  • c7672363a0 Merge pull request #3478 from esphome/bump-2022.5.0b3 Jesse Hills 2022-05-16 13:42:05 +1200
  • 7e88938932
    Merge pull request #3478 from esphome/bump-2022.5.0b3 2022.5.0b3 Jesse Hills 2022-05-16 13:42:05 +1200
  • 9fbfa0d9b3 Bump version to 2022.5.0b3 Jesse Hills 2022-05-16 13:07:12 +1200
  • c707e64685
    Bump version to 2022.5.0b3 Jesse Hills 2022-05-16 13:07:12 +1200
  • d68b1b88e3 Mark improv_serial and ESP-IDF usb based serial on c3/s2/s3 unsupported (#3477) Jesse Hills 2022-05-16 13:05:20 +1200
  • a639690716
    Mark improv_serial and ESP-IDF usb based serial on c3/s2/s3 unsupported (#3477) Jesse Hills 2022-05-16 13:05:20 +1200
  • d421fcd0bd Increase JSON buffer size on overflow (#3475) [pʲɵs] 2022-05-15 09:53:43 +0200
  • 01222dbab7
    Increase JSON buffer size on overflow (#3475) [pʲɵs] 2022-05-15 09:53:43 +0200
  • 2874d911bb Mark improv_serial and ESP-IDF usb based serial on c3/s2/s3 unsupported (#3477) Jesse Hills 2022-05-16 13:05:20 +1200
  • 93e2506279
    Mark improv_serial and ESP-IDF usb based serial on c3/s2/s3 unsupported (#3477) Jesse Hills 2022-05-16 13:05:20 +1200
  • 9bc66e9399
    Mark improv_serial and ESP-IDF usb based serial on c3/s2/s3 unsupported Jesse Hills 2022-05-16 12:49:53 +1200
  • 1fed8a0c00 up icarome 2022-05-15 20:15:50 -0300
  • db6e90efa6 Merge branch 'dev' of https://github.com/esphome/esphome into dev icarome 2022-05-15 20:11:31 -0300
  • bf84a87bdf Add Tuya select (#3469) Maxim Ocheretianko 2022-05-15 22:49:40 +0300
  • f62d5d3b9d
    Add Tuya select (#3469) Maxim Ocheretianko 2022-05-15 22:49:40 +0300
  • 67c624dc01 Tuya status gpio support (#3466) Maxim Ocheretianko 2022-05-15 22:44:14 +0300
  • 0665acd190
    Tuya status gpio support (#3466) Maxim Ocheretianko 2022-05-15 22:44:14 +0300
  • d006884dfb
    Update bedjet_const.h user897943 2022-05-15 20:21:32 +0100
  • 79354b85ff
    Update bedjet_const.h user897943 2022-05-15 20:11:51 +0100
  • 2d93776964
    Update bedjet_const.h user897943 2022-05-15 20:06:57 +0100
  • 633adca795
    Update bedjet_const.h user897943 2022-05-15 20:01:02 +0100
  • 0f83d10370
    Update bedjet_const.h user897943 2022-05-15 19:54:26 +0100
  • 86c05ec06d Remove unused CONF_ID Maxim Ocheretianko 2022-05-15 11:46:11 +0300
  • 71bef16bcd Add code review corrections Maxim Ocheretianko 2022-05-15 11:36:25 +0300
  • 54614e35a5 Increase JSON buffer size on overflow (#3475) [pʲɵs] 2022-05-15 09:53:43 +0200
  • fea05e9d33
    Increase JSON buffer size on overflow (#3475) [pʲɵs] 2022-05-15 09:53:43 +0200
  • 9b7ba8125f Bump pylint from 2.13.8 to 2.13.9 (#3470) dependabot[bot] 2022-05-15 19:46:36 +1200
  • 7a03c7d56f
    Bump pylint from 2.13.8 to 2.13.9 (#3470) dependabot[bot] 2022-05-15 19:46:36 +1200
  • 77744dbcb1 Increase JSON buffer size on overflow pyos 2022-05-14 20:24:59 +0200
  • 4cba1d02f3 Remove conflict between esp32_ble_beacon and esp32_ble_tracker Adrian Huber 2022-05-14 16:04:53 +0000
  • 7a72dfc891 fix style Stanislav Meduna 2022-05-14 15:47:14 +0200
  • c4fe7ebf2e use the new way of cycling options and inc/dec numbers Stanislav Meduna 2022-05-14 15:37:09 +0200
  • e01b6ae746 Merge remote-tracking branch 'upstream/dev' into display/lcd-menu Stanislav Meduna 2022-05-14 15:16:27 +0200
  • 132ad9059f implement joystick mode Stanislav Meduna 2022-05-14 15:13:10 +0200
  • 18d838214b MQTT cover: send state even if position is available pyos 2022-05-14 12:25:15 +0200
  • 97d35a4e18
    Update endstop_cover.cpp zain 2022-05-14 10:00:35 +0800
  • f1fac064d8
    Update endstop_cover.h zain 2022-05-14 09:33:07 +0800
  • 457480185f
    Bump pylint from 2.13.8 to 2.13.9 dependabot[bot] 2022-05-13 19:02:16 +0000
  • 30f4bdf8c6 Rename CONF_SELECT_DATAPOINT to CONF_ENUM_DATAPOINT (lint fix). Maxim Ocheretianko 2022-05-13 21:02:33 +0300
  • 821de1258b Rename select_datapoint to enum_datapoint. Change options order. Maxim Ocheretianko 2022-05-13 20:58:18 +0300
  • 22231a3263
    Merge branch 'dev' into Feature-Request-#1725 gazoodle 2022-05-13 14:33:07 +0100
  • 341b361894 Actualize CODEOWNERS. Fix test. Fix clang-format and clang-tidy errors. Maxim Ocheretianko 2022-05-13 11:34:03 +0300
  • babaf13d55 Change options type from list to map Maxim Ocheretianko 2022-05-13 09:44:52 +0300
  • 65759ee48f Add initial tuya select code Maxim Ocheretianko 2022-05-12 15:14:30 +0300
  • 700415a3b1 Bump esptool from 3.3 to 3.3.1 (#3468) dependabot[bot] 2022-05-13 13:44:24 +1200
  • 2dc2aec954
    Bump esptool from 3.3 to 3.3.1 (#3468) dependabot[bot] 2022-05-13 13:44:24 +1200