oarcher
f6cc32a39a
Merge remote-tracking branch 'upstream/dev' into gsm
2024-08-18 23:04:30 +02:00
oarcher
8681a5b302
baud rate
2024-08-17 03:33:48 +02:00
David Woodhouse
a7167ec3bf
[network] Always allow `enable_ipv6: false
` ( #7291 )
...
CI / Create common environment (push) Waiting to run
CI / Check black (push) Blocked by required conditions
CI / Check flake8 (push) Blocked by required conditions
CI / Check pylint (push) Blocked by required conditions
CI / Check pyupgrade (push) Blocked by required conditions
CI / Run script/ci-custom (push) Blocked by required conditions
CI / Run pytest (macOS-latest, 3.11) (push) Blocked by required conditions
CI / Run pytest (ubuntu-latest, 3.10) (push) Blocked by required conditions
CI / Run pytest (ubuntu-latest, 3.11) (push) Blocked by required conditions
CI / Run pytest (ubuntu-latest, 3.12) (push) Blocked by required conditions
CI / Run pytest (ubuntu-latest, 3.9) (push) Blocked by required conditions
CI / Run pytest (windows-latest, 3.11) (push) Blocked by required conditions
CI / Check clang-format (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 IDF (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP8266 (push) Blocked by required conditions
CI / list-components (push) Blocked by required conditions
CI / Component test ${{ matrix.file }} (push) Blocked by required conditions
CI / Split components for testing into 20 groups maximum (push) Blocked by required conditions
CI / Test split components (push) Blocked by required conditions
CI / CI Status (push) Blocked by required conditions
YAML lint / yamllint (push) Has been cancelled
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-08-16 13:32:00 +12:00
oarcher
6d1a18b2fa
Merge remote-tracking branch 'upstream/dev' into gsm
2024-08-15 19:06:31 +02:00
oarcher
24a4845991
signal strength text sensor
2024-08-15 19:05:48 +02:00
Clyde Stubbs
ecd3d838c9
[api] Bump noise-c library version ( #7288 )
2024-08-15 15:35:03 +12:00
oarcher
3102f6bfd5
Merge remote-tracking branch 'upstream/dev' into gsm
2024-08-14 22:20:08 +02:00
Mike La Spina
ccf57488c5
Correct offset calibration ( #7228 )
...
Co-authored-by: descipher <mike.laspina@gelidus.ca>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-08-14 16:43:35 +12:00
NP v/d Spek
cf6ea7cb2c
Implement the finish() method and action. implement the is_stopped condition ( #7255 )
2024-08-14 15:42:43 +12:00
Clyde Stubbs
bec2d42c79
Add color_filter_opa
style property ( #7276 )
2024-08-14 14:06:13 +12:00
Clyde Stubbs
a0eff08f39
[lvgl] Rework events to avoid feedback loops ( #7262 )
2024-08-14 14:05:25 +12:00
Landon Rohatensky
a5fdcb31fc
[homeassistant] Native number entity import and control ( #6455 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-08-14 14:04:12 +12:00
Markus
1d25db491c
[homeassistant] Native switch entity import and control ( #7018 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-08-14 14:03:12 +12:00
oarcher
412ba4f60f
Merge remote-tracking branch 'upstream/dev' into gsm
2024-08-13 23:30:02 +02:00
PaoloTK
c5b1a8eb81
Add min and max brightness parameters for Light dim_relative Action ( #6971 )
2024-08-14 09:29:55 +12:00
Clyde Stubbs
3598560472
[lvgl] Add initial_focus for encoders ( #7256 )
2024-08-13 20:06:01 +12:00
RFDarter
390d5f2f93
[test][web_server] Rejig test for v3 ( #7110 )
2024-08-13 13:26:39 +12:00
juanluss31
fc146dabed
Add support for LYWSD02MMC Xiaomi device ( #7080 )
2024-08-13 13:12:48 +12:00
oarcher
e1af5bc767
Merge remote-tracking branch 'upstream/dev' into gsm
2024-08-12 11:34:39 +02:00
David K.
f2e99fa319
[bme68x_bsec2_i2c] BME68X Temperature+Pressure+Humidity+Gas Sensor via BSEC2 ( #4585 )
...
* Added initial bme68x component
* Initialize all child sensors to nullptr
This was added to all other sensors in #3808
* Update BSEC2 and BME68x Libraries
Current versions from Bosch Sensortec
* Add myself to codeowners for bme68x_bsec
* Move constants to const.py, according to ci-custom checks
Move constants to const.py, according to ci-custom checks
* Update library dependencies
We'll stick with 1.4.2200 for now. 1.4.2200 is not on platform.io registry, use tag instead.
Update to 1.5.2400 needs some work due to multi instance support.
* Update BSEC2 to 1.6.2400
* Add consts to bme680x_bsec
Enable inclusion with external_components
* Update device class for pressure
* Update to use multisensor API
* Tidy up some constants
* Add tests
* Remove scd30 changes
* Import CONF_SAMPLE_RATE
* Pull BSEC config blob from repo based on config
* Rename component to `bme68x_bsec_i2c`
* Fix tests + codeowners
* Cleanup for review
* Rename using `bsec2`
* Apply suggestions from code review
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
* Download file during validation stage, instead
* Make `dump_config()` only dump stuff
* Compile safely without sensor and text sensor headers
* Use `intf_ptr`
* Save state if measuring static IAQ, too
* Update CODEOWNERS
* Simplify esphome/components/bme68x_bsec2_i2c/__init__.py
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
* Remove extraneous colon & imports
* Track & save the maximum accuracy value
* Polish up accuracy sensor handling
* Log static sensor, update `defines.h`
* Walruses make it better
* Add some logging of setup failures
* Update esphome/components/bme68x_bsec2_i2c/bme68x_bsec2_i2c.cpp
Co-authored-by: Trevor North <trevor@freedisc.co.uk>
* Break out some things
* Update CODEOWNERS
* Update CODEOWNERS take 2
* Use `add_extra` in base schema
* Another walrus in the sensor
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
---------
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Trevor North <trevor@freedisc.co.uk>
2024-08-11 23:14:58 -05:00
oarcher
116628bdc6
update test
2024-08-11 18:46:16 +02:00
oarcher
51aca893da
Merge branch 'dev' into gsm
2024-08-07 22:46:09 +02:00
oarcher
1256bfdd54
removed status_pin
2024-08-07 01:32:56 +02:00
oarcher
e5d520363a
update tests
2024-08-07 00:18:46 +02:00
Clyde Stubbs
eccc5a3ea3
[lvgl] Fix compile error when using encoder with buttons only. ( #7203 )
2024-08-07 07:15:28 +12:00
guillempages
9188836f70
Add runtime online image support ( #4710 )
2024-08-06 23:08:06 +12:00
Clyde Stubbs
71ea2cec1f
[lvgl] Final stage ( #7184 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-08-06 03:56:48 +00:00
Nate Clark
7074fa06ae
Adds MQTT component to Alarm Control panel component ( #7188 )
2024-08-06 15:53:52 +12:00
Clyde Stubbs
6b141102d6
[lvgl] Stage 5 ( #7191 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-08-06 13:17:29 +12:00
oarcher
d33207bda7
enable_gnss and platform validate
2024-08-06 01:39:03 +02:00
Clyde Stubbs
d18bb34f87
[lvgl] Stage 4 ( #7166 )
2024-08-05 17:07:05 +12:00
Olivier ARCHER
5b4ccabc17
Merge branch 'dev' into gsm
2024-08-03 02:37:37 +02:00
Jesse Hills
cb9906b921
[api] `homeassistant.action
replaces
homeassistant.service
` ( #7171 )
2024-08-01 22:38:36 +12:00
Clyde Stubbs
3920029aff
[lvgl] PR stage 3 ( #7160 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-07-31 16:31:15 +12:00
Jesse Hills
8849443bf6
[update] Implement `update.perform
action and
update.is_available
` condition ( #7165 )
...
* [update] Fix unimplemented yaml action/condition
* Add/update tests
---------
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-07-31 04:08:11 +00:00
Olivier ARCHER
8061104496
Merge branch 'esphome:dev' into gsm
2024-07-30 13:10:24 +02:00
Clyde Stubbs
7c1aa771aa
LVGL stage 2 ( #7129 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-07-29 23:41:34 +00:00
Olivier ARCHER
4d348aae3c
Merge branch 'esphome:dev' into gsm
2024-07-27 01:30:15 +02:00
oarcher
71725ab4c4
CMUX disabled by default
2024-07-26 23:59:11 +02:00
Clyde Stubbs
23ffc3ddfb
[lvgl] base implementation ( #7116 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-07-25 11:12:04 +12:00
oarcher
d2c26e95bd
update test
2024-07-23 00:44:20 +02:00
Aodren Auffrédou-Heinicke
f1aa254e48
APDS9306 Ambient Light Sensor ( #6709 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Mat931 <49403702+Mat931@users.noreply.github.com>
2024-07-22 17:29:54 +12:00
rnauber
40e79299d5
Feature/m5angle8: Add support for m5angle8 input device ( #6799 )
...
Co-authored-by: Richard Nauber <richard@nauber.dev>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-07-22 09:57:59 +12:00
Lucio Tarantino
fbc830176f
[heatpumpir] Fix BK72XX Compile error with IRremoteESP8266 ( #6955 )
2024-07-22 09:16:51 +12:00
oarcher
5321163e6b
update tests
2024-07-21 03:33:03 +02:00
oarcher
87244f6196
test fix
2024-07-18 20:38:51 +02:00
oarcher
a8e43335ae
better states handling + enable/disable
2024-07-18 18:41:52 +02:00
oarcher
377c30f72e
fix test
2024-07-17 02:07:51 +02:00
tomaszduda23
8980996b1a
[CI] add web_server v1 test ( #7090 )
2024-07-16 17:14:33 +12:00
Olivier ARCHER
321594ae3d
Merge branch 'esphome:dev' into gsm
2024-07-15 14:39:02 +02:00