Commit Graph

  • db28347a1f Remove string and add endianness Rapsssito 2024-08-19 12:53:09 +0200
  • 96026e8d07 Fix __init__.py config Rapsssito 2024-08-19 12:34:48 +0200
  • b6eb130425 Add event emitter Rapsssito 2024-08-19 12:07:18 +0200
  • 730bb802f3 Core and other changes Rapsssito 2024-08-19 12:05:45 +0200
  • 1643560bee Merge branch 'dev' of https://github.com/esphome/esphome into bugfix/ili9xxx_invert_colors clydebarrow 2024-08-19 19:08:12 +1000
  • df801778b3 Defer the `stop_poller`call from `setup`. Call `get_update_interval` from the base class. Anton Sergunov 2024-08-19 06:28:46 +0000
  • e18e3fbf5f Fix a yaml and C++ linting problems Avishay Orpaz 2024-08-19 08:58:12 +0300
  • 35a64cc2f8 Merge branch 'dev' of https://github.com/esphome/esphome into lvgl-setfocus clydebarrow 2024-08-19 16:01:05 +1000
  • 1fab445f13 Implement `lvgl.widget.focus` action clydebarrow 2024-08-19 16:00:40 +1000
  • d426cae2f3
    Described logic in comments Anton Sergunov 2024-08-19 11:58:32 +0600
  • 6674c5d5d4 Clamp the value of min_rssi Avishay Orpaz 2024-08-19 08:26:00 +0300
  • 142cc710e3 Format comment indentation deCodeIt 2024-08-19 10:51:04 +0530
  • 468c70e193 Remove class from declaration deCodeIt 2024-08-19 10:47:02 +0530
  • 7faa9a1b34 Add class prefix to distinguish class variables deCodeIt 2024-08-19 10:45:22 +0530
  • 53b0fe89c7
    Merge branch 'dev' into rp2040-neopixel Ali Jafri 2024-08-19 10:42:08 +0530
  • 0f73ae4ae1
    Fix Jesse Hills 2024-08-19 16:28:32 +1200
  • f608335468
    Merge branch 'dev' into dashboard_port_from_enviromnent_var Dinghan Zhu 2024-08-18 20:27:58 -0700
  • 95cf8e3b7a Add `lvgl.widget.focus` action clydebarrow 2024-08-19 11:02:45 +1000
  • 9e4d26b740
    Merge branch 'dev' into nvds-extend-add_idf_component NP v/d Spek 2024-08-19 02:58:23 +0200
  • e7c8a83021 other code cleanup making it more readable NP v/d Spek 2024-08-19 02:57:43 +0200
  • cd19b43ae6
    [Modbus Controller] Corrected the name of the new option. Tercio Gaudencio Filho 2024-08-18 21:17:23 -0300
  • 5d84ea3a60
    [modbus_controller] `max_cmd_repeat` to `max_cmd_retry`. Tercio Gaudencio Filho 2024-08-18 21:12:29 -0300
  • 968deefc61 cleanup some code. NP v/d Spek 2024-08-19 01:57:33 +0200
  • 18000e8dd8
    [modbus_controller] Added a preference to allow or not a duplicate command to be sent. Tercio Gaudencio Filho 2024-08-18 20:28:56 -0300
  • 784bedab8c
    Fix Jesse Hills 2024-08-19 11:17:46 +1200
  • ff1a20181e
    Removed a fixed define that specified how many times a command can be retried if no response has been received. Tercio Gaudencio Filho 2024-08-18 20:15:58 -0300
  • d292651e3b
    Add missing helper include Jesse Hills 2024-08-19 10:07:13 +1200
  • bcc788a981 change following Jesse NP v/d Spek 2024-08-18 23:59:15 +0200
  • 33927f714b
    [microphone] Fix header includes Jesse Hills 2024-08-19 09:25:10 +1200
  • c07619debb
    Add API message for setting noise psk Allow no encryption key in yaml Alter mdns and mqtt device info to show supported encryption when not currently in use Add test Jesse Hills 2024-08-19 09:13:37 +1200
  • f6cc32a39a Merge remote-tracking branch 'upstream/dev' into gsm oarcher 2024-08-18 23:04:30 +0200
  • a223f2d66b save/restore state from flash oarcher 2024-08-18 22:26:36 +0200
  • 66d5834bfd
    Bump mDNS and follow ruff's suggestions Jimmy Hedman 2024-08-18 21:27:23 +0200
  • ac873c86cd
    Merge branch 'dev' into resolver Jimmy Hedman 2024-08-18 21:19:29 +0200
  • 1c380e6ebf Apply code suggestion deCodeIt 2024-08-18 23:46:42 +0530
  • a3422bd8c7
    Merge branch 'dev' into display_hcs-12SS59T Bas 2024-08-18 18:55:12 +0200
  • 2d06196125 Fix clang error deCodeIt 2024-08-18 19:58:26 +0530
  • 101e84187e
    Merge branch 'dev' into rp2040-neopixel Ali Jafri 2024-08-18 19:52:30 +0530
  • e312945388 undo log change deCodeIt 2024-08-18 19:40:35 +0530
  • a7d8118ab7 Rename to make more sense deCodeIt 2024-08-18 19:39:04 +0530
  • 2a4a36ea4b Add sem lib deCodeIt 2024-08-18 18:56:55 +0530
  • 7480fcd8c7 Add definition deCodeIt 2024-08-18 18:54:19 +0530
  • d03fab31b6 Define static within cpp deCodeIt 2024-08-18 18:51:27 +0530
  • 2e305394f8 Fix typo deCodeIt 2024-08-18 18:47:24 +0530
  • 280494abfc Add sem lib deCodeIt 2024-08-18 18:46:40 +0530
  • c399b913fe Move struct to header deCodeIt 2024-08-18 18:42:00 +0530
  • 080925a4a1 Use static variables to handle dma_chan and interrupts deCodeIt 2024-08-18 18:40:48 +0530
  • 6945e4b4be Revert to original method deCodeIt 2024-08-18 18:23:27 +0530
  • aa124d0cf1 Use static values deCodeIt 2024-08-18 18:01:53 +0530
  • e3d01fd570 Incluce sem lib deCodeIt 2024-08-18 17:26:18 +0530
  • 607ecd724c Handle interrupts with dma write to wait for previous write to finish deCodeIt 2024-08-18 17:22:39 +0530
  • 2f2afeda9e Merge branch 'dev' of https://github.com/esphome/esphome into lvgl-layout clydebarrow 2024-08-18 21:22:05 +1000
  • f61100cfbc Implement time_format. clydebarrow 2024-08-18 20:24:03 +1000
  • f2759e90e5 Clean up unused parameters clydebarrow 2024-08-18 18:14:07 +1000
  • 5904acc1f5
    Revert "[validation] Allow ``maybe_simple_value`` to not have default key in …" Jesse Hills 2024-08-18 19:20:55 +1200
  • 092c360a61 Implement time_format for text values clydebarrow 2024-08-18 15:04:07 +1000
  • 4c4bce2447 clang tidy Tristan Groléat 2024-08-18 00:14:36 +0200
  • 5d287ebe34 clang tidy Tristan Groléat 2024-08-17 23:20:49 +0200
  • 18d96f4d34 Remove apparently useless command 0x92 on display Tristan Groléat 2024-01-18 19:54:08 +0100
  • b0f6eb9828 Clang tidy Tristan Groléat 2023-12-03 23:47:35 +0100
  • 232e36300a Fix formatting Tristan Groléat 2023-12-03 23:11:43 +0100
  • 481e7ee74b Waveshare: support red and black on EDP_7in5b_V2 Tristan Groléat 2023-12-03 19:42:45 +0100
  • 8dbc429864
    Merge branch 'dev' into nvds_audio_fixes NP v/d Spek 2024-08-17 23:01:08 +0200
  • b0b63300ca small fix on adding missing includes NP v/d Spek 2024-08-17 22:56:18 +0200
  • c64af72ec4
    Fix waveshare 2.13" epaper stride calculation error Sung-jin Brian Hong 2024-08-17 21:49:30 +0900
  • 952752041d
    Merge branch 'dev' into nvds-extend-add_idf_component NP v/d Spek 2024-08-17 13:41:20 +0200
  • 9475575b1d add the ability to add more idf components to an existing setup NP v/d Spek 2024-08-17 13:36:14 +0200
  • b459b3cca9
    Merge branch 'dev' into udp Clyde Stubbs 2024-08-17 16:43:39 +1000
  • fd26419150 Simplify simple lambda expressions clydebarrow 2024-08-17 14:23:06 +1000
  • b85d19b6d5 Make templatable object flags work. clydebarrow 2024-08-17 14:07:25 +1000
  • f21de0db56 Update tests clydebarrow 2024-08-17 11:06:18 +1000
  • 40399cca96 None check clydebarrow 2024-08-17 11:00:41 +1000
  • 4419c7bcd0 Move `pad_row` and `pad_column` under the `layout` key; Revise error messages for sizes; Remove percentage as an option for padding and outline (not supported). clydebarrow 2024-08-17 10:35:47 +1000
  • afbcc4e083 undo test unknown 2024-08-16 20:31:22 -0700
  • fd323ece35 test unknown 2024-08-16 20:11:10 -0700
  • d38fa0059e typo unknown 2024-08-16 20:03:09 -0700
  • 925dbaa7a4 log negative reactive power and limit to positive values unknown 2024-08-16 20:02:25 -0700
  • 80df581813 fix apparent power sometimes lower than active power unknown 2024-08-16 19:37:25 -0700
  • 7d95472a4c revert previous change unknown 2024-08-16 19:29:00 -0700
  • 93ab3e408b Merge branch 'add-cse-7766-reactive-power' of https://github.com/nkinnan/esphome into add-cse-7766-reactive-power unknown 2024-08-16 19:20:47 -0700
  • f9f5baab9b Merge branch 'dev' of https://github.com/esphome/esphome into add-cse-7766-reactive-power unknown 2024-08-16 19:20:28 -0700
  • a81cac474f fix apparent power sometimes being larger than power unknown 2024-08-16 19:19:54 -0700
  • 17309fb315 use flush_uart to get long at results oarcher 2024-08-17 03:34:42 +0200
  • 8681a5b302 baud rate oarcher 2024-08-17 02:45:34 +0200
  • 823f9cb01f
    Merge branch 'dev' into add-graphical-layout-system Michael Davidson 2024-08-17 10:19:21 +1000
  • 1c3e19f05a fix temp calc Doug Dike 2024-08-16 23:59:46 +0000
  • 9b9d45de61 Add test for min_rssi_number_id of ble_presence Avishay Orpaz 2024-08-16 22:35:06 +0300
  • def2be4b83 fix text sensor bad pointer oarcher 2024-08-16 17:44:09 +0200
  • 6cbd2af6b4 read gnns state oarcher 2024-08-16 17:43:26 +0200
  • 352111b556 update priority oarcher 2024-08-16 17:41:48 +0200
  • d164ccd12a better sim error checks oarcher 2024-08-16 17:37:15 +0200
  • dd5e2a63fe
    Merge branch 'dev' into dev CptSkippy 2024-08-16 07:38:11 -0700
  • 7c49a80dcc fix some CI reported issue NP v/d Spek 2024-08-16 16:25:44 +0200
  • 1a65d45bd8
    Merge branch 'dev' into nvds-max7219digit-invertaction NP v/d Spek 2024-08-16 16:12:10 +0200
  • 78d38281ef
    Merge branch 'esphome:dev' into dev Avishay 2024-08-16 17:01:09 +0300
  • a44015542b .... KoenBreeman 2024-08-16 13:32:53 +0200
  • 621cbc0d37 ... KoenBreeman 2024-08-16 13:16:27 +0200
  • 75bc99e07e corrected merge errors KoenBreeman 2024-08-16 13:11:13 +0200
  • 3eb42c4ccb ... KoenBreeman 2024-08-16 13:09:22 +0200
  • 0c9a8dae93 minor corrections KoenBreeman 2024-08-16 12:51:26 +0200