Commit Graph

  • 1479b8b671
    Merge branch 'dev' into dashboard tomaszduda23 2024-10-23 21:52:08 +0200
  • 69a055bc00
    Update esphome/components/speaker/__init__.py Kevin Ahrendt 2024-10-23 15:51:58 -0400
  • 0b469a7e43
    Update esphome/components/speaker/__init__.py Kevin Ahrendt 2024-10-23 15:51:51 -0400
  • 0e28987251 update codeowners Kevin Ahrendt 2024-10-23 19:21:49 +0000
  • 0e26f7fe1b add tests Kevin Ahrendt 2024-10-23 19:16:45 +0000
  • f77eae6b08 add muting actions Kevin Ahrendt 2024-10-23 19:09:00 +0000
  • 651362859e fix crash on incompatible stream Kevin Ahrendt 2024-10-23 18:46:45 +0000
  • ffc8497b47 add incompatible format error Kevin Ahrendt 2024-10-23 18:39:28 +0000
  • 42aeb0a228 handle muting Kevin Ahrendt 2024-10-23 18:20:12 +0000
  • 14fedef7c6 verify a speaker is configured Kevin Ahrendt 2024-10-23 15:33:08 +0000
  • 35d6d2ff60 add default nullptr for buffers Kevin Ahrendt 2024-10-23 15:30:15 +0000
  • 7a18f65b2b include defines to ensure audio_dac is compiled in Kevin Ahrendt 2024-10-23 13:14:15 +0000
  • ebddbce4cd use audio dac for volume control before falling backing to software Kevin Ahrendt 2024-10-23 11:41:47 +0000
  • 7028c930f9 add optional audio dac component Kevin Ahrendt 2024-10-23 11:28:26 +0000
  • 6586ad1f67
    Merge branch 'dev' into nvds-rtttl-241021 NP v/d Spek 2024-10-23 11:58:50 +0200
  • 2753ca2af6
    Merge branch 'dev' into w5500-polling-mode Satoshi YAMADA 2024-10-23 18:28:53 +0900
  • bf34d95297 fix speaker stopping procedure NP v/d Spek 2024-10-23 11:03:53 +0200
  • 0324b6d727 refactor(mr60bha2): utilize `ESP_LOGV` for error frame reporting Spencer Yan 2024-10-23 10:22:29 +0800
  • e7e1df2da4 refactor(mr60bha2): static methods name Spencer Yan 2024-10-23 10:13:22 +0800
  • 53e537523f tests added Gábor Poczkodi 2024-10-23 03:48:41 +0200
  • e879fcc799 Add test clydebarrow 2024-10-23 10:24:31 +1100
  • 3d30b2201e Merge branch 'dev' of https://github.com/esphome/esphome into lvgl-qrcode clydebarrow 2024-10-23 10:22:37 +1100
  • 89e1810095
    Merge branch 'dev' into http_request_check_update dentra 2024-10-23 02:07:53 +0300
  • 1f1fcf2e29
    Bump actions/cache from 4.1.1 to 4.1.2 dependabot[bot] 2024-10-22 19:50:03 +0000
  • 3f3476d7fe Lint Edward Firmo 2024-10-22 21:41:30 +0200
  • f7d7473ed4
    [fix] clang Ramil Valitov 2024-10-22 22:35:12 +0300
  • 7fa968d7b5
    [add] static vars to check if sensor is installed and enabled Ramil Valitov 2024-10-22 22:32:15 +0300
  • 8e0cc258b6
    Bump actions/cache in /.github/actions/restore-python dependabot[bot] 2024-10-22 19:11:43 +0000
  • 6ae9e5ccab
    [fix] clang Ramil Valitov 2024-10-22 20:11:47 +0300
  • d2c82a6888 Remove redundancies Edward Firmo 2024-10-22 19:07:35 +0200
  • da7b439bc2
    [fix] deprecated legacy driver tsens Ramil Valitov 2024-10-22 20:03:33 +0300
  • cde43b499f remove duplicated declarations Edward Firmo 2024-10-22 18:52:10 +0200
  • 7f3895c750 Lint Edward Firmo 2024-10-22 18:42:40 +0200
  • d3fd988ce1 Remove redundant call to `set_touch_sleep_timeout` Edward Firmo 2024-10-22 18:39:56 +0200
  • c7d7135e12 oeps NP v/d Spek 2024-10-22 16:23:40 +0200
  • 8b5ffc3990 Fix docs Rapsssito 2024-10-22 15:26:49 +0200
  • 695968bf58 Fix docs Rapsssito 2024-10-22 15:24:37 +0200
  • abac0e59fa Remove extra stuff Rapsssito 2024-10-22 15:20:50 +0200
  • be1ec389ee Add instant_templatable to code generation Rapsssito 2024-10-22 15:16:25 +0200
  • 2b2cd1fb53
    Merge branch 'esphome:dev' into nvds-rtttl-241021 NP v/d Spek 2024-10-22 14:43:03 +0200
  • 8028167e67 remove unneeded parameter NP v/d Spek 2024-10-22 14:41:49 +0200
  • eaeee68d93 Remove `_internal` from non-protected functions Edward Firmo 2024-10-22 12:56:52 +0200
  • ebda1e8a41 refactor(mr60fda2): fix static methods name Spencer Yan 2024-10-22 18:47:39 +0800
  • 6f30ae1bba Add tests clydebarrow 2024-10-22 21:35:06 +1100
  • ec9a0f6c36 Make some int style properties templatable clydebarrow 2024-10-22 21:30:30 +1100
  • c87e66bb09 Make transform_angle templatable. clydebarrow 2024-10-22 21:27:00 +1100
  • 8e2fa076e2 Fix clang format Rapsssito 2024-10-22 11:44:13 +0200
  • 7a5c874f4d chore(mr60fda2): correct the ESP_LOGV with `buffer` included Spencer Yan 2024-10-22 17:28:18 +0800
  • f99b536234 fix(mr60fda2): binard_sensor.py variable name Spencer Yan 2024-10-22 17:10:03 +0800
  • adb9207488 fix(mr60fda2): fall detected sensor Spencer Yan 2024-10-22 17:05:52 +0800
  • 5981185fe1
    remove commented-out local playback code in i2s-audo media_player Chris 2024-10-22 10:37:54 +0200
  • 9ee0fabc99 Merge branch 'dev' of https://github.com/limengdu/esphome into dev Spencer Yan 2024-10-22 16:40:37 +0800
  • 6837534689
    Merge branch 'dev' into dev Spencer 2024-10-22 16:40:12 +0800
  • 75a783a855 chore(mr60fda2): add a new line for python file Spencer Yan 2024-10-22 16:36:57 +0800
  • d1093e1c08
    Merge pull request #1 from Love4yzp/dev Spencer 2024-10-22 16:34:19 +0800
  • c59873cea2 chore(mr60fda2): correct typo in 'result' Spencer Yan 2024-10-22 16:28:12 +0800
  • 88e80e8247 refactor(mr60fda2): fall text sensor to fall binary sensor Spencer Yan 2024-10-22 16:27:06 +0800
  • 31d27cb8db refactor(mr60fda2): get the string from the select itself Spencer Yan 2024-10-22 15:54:48 +0800
  • 09cb47d427 refactor(mr60fda2): utilize encode_uint32 function to compress Spencer Yan 2024-10-22 15:51:23 +0800
  • c3df520380 chore(mr60fda2): utility functions to static methods Spencer Yan 2024-10-22 15:46:36 +0800
  • 675bae3345 chore(mr60fda2): format_hex_pretty helper for frame log Spencer Yan 2024-10-22 14:50:57 +0800
  • ca8b25c063
    Merge branch 'dev' into bytebuffer Clyde Stubbs 2024-10-22 16:59:20 +1100
  • 6bdc1dbe02 Fix construction of transparent animated images clydebarrow 2024-10-22 16:10:34 +1100
  • 3fe918db4f Merge branch 'dev' of https://github.com/esphome/esphome into image clydebarrow 2024-10-22 16:04:35 +1100
  • 77c314f930 remove unused variable and update struct types Alexandr Pyslar 2024-10-21 13:14:29 +0000
  • 469e4c5e3b Split out lvgl.h bugfix clydebarrow 2024-10-22 13:18:36 +1100
  • 459da113f6 Merge branch 'dev' of https://github.com/esphome/esphome into image clydebarrow 2024-10-22 13:17:32 +1100
  • 551ca918da Fix compile time problem with host image, not using lvgl clydebarrow 2024-10-22 13:15:28 +1100
  • 0c10fd348b [lvgl] Fix rotation code for 90deg clydebarrow 2024-10-22 13:08:33 +1100
  • 7efee6d53a Add crystal freq define Jonathan Swoboda 2024-10-21 22:05:21 -0400
  • 6733caef5a yamllint clydebarrow 2024-10-22 12:55:02 +1100
  • 6367222fe6 Add tests clydebarrow 2024-10-22 12:52:17 +1100
  • eec4bb8c6e Allow strings to be interpreted as integers if they look enough like one. clydebarrow 2024-10-22 12:43:39 +1100
  • a06b8a1c35 * fixing SCK1 pin number Aaron Solochek 2024-10-21 18:28:47 -0700
  • 306fa914c5
    Formatting auto load to dependencies remove unneeded comments Jesse Hills 2024-10-22 14:26:32 +1300
  • d9464274aa
    Merge branch 'dev' into w5500-polling-mode slakichi 2024-10-22 09:56:10 +0900
  • a6a0dd82be
    Merge branch 'dev' into pio_5_4_0_board_update Aaron Solochek 2024-10-21 17:22:03 -0700
  • 1654d50196 * fixing whitespace Aaron Solochek 2024-10-21 17:21:40 -0700
  • 8b13625c64 * removing adafruit_camera_esp32s3 which isn't in platform-espressif 5.4.0 Aaron Solochek 2024-10-21 17:09:58 -0700
  • 191518519c * adding missing adafruit board definitions Aaron Solochek 2024-10-21 16:55:31 -0700
  • 2e7d873c9a LVGL light schema should require `widget:` not `led:` to match documentation, and for consistency with other usage. clydebarrow 2024-10-22 10:10:33 +1100
  • e6a425055b Lint Edward Firmo 2024-10-22 01:09:35 +0200
  • fef4349683
    Remove added space Jesse Hills 2024-10-22 11:47:20 +1300
  • d033a022fe
    Remove setup from header Jesse Hills 2024-10-22 11:43:47 +1300
  • 63d8104d46 Fix missing const Rapsssito 2024-10-22 00:34:16 +0200
  • b66c366b55 Fix lint Rapsssito 2024-10-22 00:21:36 +0200
  • f520e4fa30 feat(MQTT): Add subscribe QoS to discovery Rapsssito 2024-10-22 00:14:03 +0200
  • db44e50bf2 silly compiler, expecting unsigned int, when it's an unsigned int enum Gábor Poczkodi 2024-10-21 23:01:55 +0200
  • 4fbb1c77e3 formatting Gábor Poczkodi 2024-10-21 22:58:10 +0200
  • ffdc168026 corrected a register value mapping Gábor Poczkodi 2024-10-21 22:47:12 +0200
  • 19352a1430 Add gain info in the dump config Edward Firmo 2024-10-21 22:17:19 +0200
  • 95724abbc6 adds `get_gain()` Edward Firmo 2024-10-21 21:40:52 +0200
  • 6dbd779ede fix missing return NP v/d Spek 2024-10-21 18:02:11 +0200
  • 026efc2121 make use of the new speaker methods NP v/d Spek 2024-10-21 17:57:34 +0200
  • 5e19145d3d Add back to cpp Michael Hansen 2024-10-21 09:28:05 -0500
  • 1cfd13eabf Match vpe repo Michael Hansen 2024-10-21 09:21:46 -0500
  • 04ef21fce6 Move global_voice_assistant into header Michael Hansen 2024-10-20 09:11:40 -0500
  • ee30c1eb06 Move into header Michael Hansen 2024-10-20 09:05:46 -0500
  • 0520b4fbad Add constructor to header Michael Hansen 2024-10-20 09:01:26 -0500
  • 6f68e0da81 Fix Michael Hansen 2024-10-19 14:15:31 -0500