Commit graph

7630 commits

Author SHA1 Message Date
t0urista
d6840ed1ff
Update sensor.py 2024-10-30 15:45:52 +01:00
t0urista
9fd94be41c
Update sensor.py 2024-10-30 14:28:37 +01:00
t0urista
258ab994ed
Update sensor.py 2024-10-30 14:14:32 +01:00
t0urista
2a4d78b81e
Update bthome.cpp 2024-10-30 10:51:41 +01:00
t0urista
a137c68488
Update sensor.py 2024-10-30 10:22:29 +01:00
t0urista
3b9a52ca3e
Update bthome.cpp 2024-10-30 10:20:10 +01:00
t0urista
552cda687b
Update bthome.cpp 2024-10-30 09:37:02 +01:00
t0urista
c7616edfec
Update __init__.py 2024-10-30 08:52:44 +01:00
t0urista
80874184a6
Update bthome.h 2024-10-29 22:41:37 +01:00
t0urista
b679f916f4
Update bthome.h 2024-10-29 13:56:34 +01:00
t0urista
1f067faa34
Update bthome.cpp 2024-10-29 13:37:18 +01:00
t0urista
0a15e03972
Update sensor.py 2024-10-29 12:12:57 +01:00
t0urista
f213159100
Update binary_sensor.py 2024-10-28 20:28:49 +01:00
t0urista
49fb297939
Update bthome.cpp 2024-10-28 19:35:38 +01:00
t0urista
9a380288ff
Update sensor.py 2024-10-28 19:06:29 +01:00
t0urista
2520f8d4ea
Update binary_sensor.py 2024-10-28 19:01:10 +01:00
t0urista
81ca51db57
Update bthome.cpp 2024-10-28 15:11:51 +01:00
t0urista
e130c58c89
Update bthome.h 2024-10-28 15:04:36 +01:00
t0urista
d6210a9378
Update sensor.py 2024-10-28 15:00:24 +01:00
t0urista
bf86cf36a0
Add files via upload 2024-10-28 14:42:01 +01:00
t0urista
7b15e88bd7
Delete esphome/components/bthome/const.py 2024-10-28 14:41:39 +01:00
t0urista
697ac11f63
Delete esphome/components/bthome/const_generated.py 2024-10-28 14:41:23 +01:00
t0urista
a70eba8ea6
Add files via upload 2024-10-28 14:37:33 +01:00
t0urista
0a020cef2a
Update binary_sensor.py 2024-10-28 12:36:45 +01:00
t0urista
25de7f932d
Delete esphome/components/bthome/test 2024-10-28 12:22:59 +01:00
t0urista
071b5cbdbd
Add files via upload 2024-10-28 12:22:01 +01:00
t0urista
9d8cc14da9
Create test 2024-10-28 12:21:34 +01:00
t0urista
ce5a953d91
Update __init__.py 2024-10-08 21:23:36 +02:00
t0urista
65e79aa6a7
Add files via upload 2024-10-08 20:01:46 +02:00
t0urista
4cbf38173c
Add files via upload 2024-10-08 19:58:40 +02:00
t0urista
b16f0a536f
Create binary_sensor.py 2024-10-08 19:58:04 +02:00
t0urista
6c6178c034
Delete esphome/components/xiaomi_jtyjgd03mi 2024-10-08 19:55:07 +02:00
t0urista
53907936cc
Create xiaomi_jtyjgd03mi 2024-10-08 19:54:14 +02:00
t0urista
1e2761b375
Update const.py 2024-10-08 19:14:29 +02:00
dependabot[bot]
6139b933c5
Bump actions/cache from 4.0.2 to 4.1.0 (#7558)
Some checks failed
CI / Create common environment (push) Has been cancelled
YAML lint / yamllint (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Check black (push) Has been cancelled
CI / Check flake8 (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Check pyupgrade (push) Has been cancelled
CI / Run pytest (push) Has been cancelled
CI / Check clang-format (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / list-components (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Component test (push) Has been cancelled
CI / Split components for testing into 20 groups maximum (push) Has been cancelled
CI / Test split components (push) Has been cancelled
CI / CI Status (push) Has been cancelled
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 02:00:10 +00:00
dependabot[bot]
3804b3b759
Bump actions/cache from 4.0.2 to 4.1.0 in /.github/actions/restore-python (#7560)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 14:34:26 +13:00
dependabot[bot]
659239e8cd
Bump actions/upload-artifact from 4.4.0 to 4.4.1 (#7559)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 14:34:15 +13:00
Clyde Stubbs
52e59d1dad
[ili9xxx] Put display into sleep mode on shutdown. (#7555) 2024-10-08 14:28:59 +13:00
Clyde Stubbs
b8630363e0
[online_image] Bugfix: Use std::string instead of const char * (#7556)
Some checks are pending
CI / Check black (push) Blocked by required conditions
CI / Create common environment (push) Waiting to run
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 (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 (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) Waiting to run
2024-10-07 11:47:07 -05:00
esphomebot
1d91601094
Update webserver local assets to 20241007-025551 (#7553)
Some checks are pending
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 / Create common environment (push) Waiting to run
CI / Check black (push) Blocked by required conditions
CI / Run pytest (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 / list-components (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 / Component test (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) Waiting to run
2024-10-07 03:22:17 +00:00
Curtis Malainey
ea23f49e90
nau7802: new component (#6291) 2024-10-07 16:08:56 +13:00
Ken Baker
b2bf2bc448
Add Initial NPI-19 pressure sensor support (#7181)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-10-07 15:59:13 +13:00
Ken Baker
5ad5ef5a42
Add Initial TE-M3200 pressure sensor support (#6862)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-10-07 15:58:28 +13:00
RFDarter
86a34f4b17
[web_server] v3 entity grouping (#6833)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-10-07 15:52:26 +13:00
Clyde Stubbs
6a2ed8241e
[lvgl] Fix: allow full range of styles on dropdown list. (#7552) 2024-10-07 15:43:41 +13:00
YorkshireIoT
03a95ee05f
Feature/add seeed grove gmxxx multichannel gas support (#4304)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-10-07 15:34:46 +13:00
Clyde Stubbs
81f6750211
[lvgl] Bugfixes #3 (#7472) 2024-10-07 13:27:08 +13:00
tomaszduda23
cbc03aae80
[code-quality] fix clang-tidy api (#7279)
Some checks failed
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 / list-components (push) Blocked by required conditions
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 / Run pytest (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 / Component test (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) Waiting to run
CI for docker images / Build docker containers (push) Has been cancelled
2024-10-07 11:55:11 +13:00
tomaszduda23
390299894e
[code-quality] fix clang-tidy md5 and hmac_md5 (#7325)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-10-07 11:53:49 +13:00
dependabot[bot]
fc7628cdea
Bump docker/build-push-action from 6.7.0 to 6.9.0 in /.github/actions/build-image (#7511)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 10:34:38 +13:00