Regev Brody
|
72391389a3
|
add SUB_BUTTON macro and ability to button schema to define the class (#4450)
* add ability to button schema to define the class
* add SUB_BUTTON macro
|
2023-02-19 19:54:03 +00:00 |
|
Regev Brody
|
e68beb8a43
|
add SUB_NUMBER macro and schema to number (#4449)
* add SUB_NUMBER macro and schema
* add SUB_NUMBER macro and schema
* add SUB_NUMBER macro and schema
|
2023-02-19 19:54:00 +00:00 |
|
Paulus Schoutsen
|
40e2832e67
|
Simplify sensor schema generation (#4462)
* Simplify sensor schema generation
* Mark class not optional
* Fix assignment
|
2023-02-19 19:20:13 +00:00 |
|
Jesse Hills
|
18fecf8c09
|
Bump version to 2023.2.3
|
2023-02-20 08:16:47 +13:00 |
|
Jesse Hills
|
414cf1b333
|
Update Manifest to rmeove unused dashboard files and include .c ethernet drivers (#4459)
|
2023-02-20 08:16:46 +13:00 |
|
jmichiel
|
d10f891f51
|
fix preset discovery config (#4451)
Co-authored-by: Michiel, Jeroen <jeroen.michiel@teledyneflir.com>
|
2023-02-20 08:16:46 +13:00 |
|
Jesse Hills
|
36a1f6cfb1
|
Update Manifest to rmeove unused dashboard files and include .c ethernet drivers (#4459)
|
2023-02-19 19:12:29 +00:00 |
|
Regev Brody
|
12bef16d54
|
add SUB_TEXT_SENSOR macro (#4448)
|
2023-02-19 19:11:24 +00:00 |
|
Regev Brody
|
77db8c8401
|
add SUB_BINARY_SENSOR macro (#4447)
|
2023-02-19 19:11:21 +00:00 |
|
Adam Jacques
|
66eecd3675
|
NeoPixel - Add support for ESP32-S3 (#4435)
|
2023-02-19 13:38:27 +00:00 |
|
jmichiel
|
c03b1fae68
|
fix preset discovery config (#4451)
Co-authored-by: Michiel, Jeroen <jeroen.michiel@teledyneflir.com>
|
2023-02-19 13:33:52 +00:00 |
|
Jesse Hills
|
b5927322e6
|
Merge pull request #4458 from esphome/bump-2023.2.2
2023.2.2
|
2023-02-17 19:38:01 +13:00 |
|
Jesse Hills
|
1cf4107e1c
|
Bump version to 2023.2.2
|
2023-02-17 19:11:15 +13:00 |
|
Jesse Hills
|
c12408326c
|
Fix adoption of variants and pico-w (#4455)
|
2023-02-17 19:11:14 +13:00 |
|
Jesse Hills
|
37d55b55fc
|
Fix adoption of variants and pico-w (#4455)
|
2023-02-17 06:06:18 +00:00 |
|
Jesse Hills
|
4434e59e5a
|
Merge pull request #4445 from esphome/bump-2023.2.1
2023.2.1
|
2023-02-16 15:44:32 +13:00 |
|
Jesse Hills
|
45180d98f6
|
Bump version to 2023.2.1
|
2023-02-16 14:06:42 +13:00 |
|
Jesse Hills
|
44494ad18e
|
Add ESPHome version to generated platformio.ini (#4443)
* Add ESPHome version to generated platformio.ini
* Move description to platformio section
|
2023-02-16 14:06:42 +13:00 |
|
Oxan van Leeuwen
|
9aed758d1b
|
Automate syncing device classes with HA (#4438)
* Sync device classes with HA
* Rename blacklist
|
2023-02-16 00:28:12 +00:00 |
|
Jesse Hills
|
dbe5587806
|
Add ESPHome version to generated platformio.ini (#4443)
* Add ESPHome version to generated platformio.ini
* Move description to platformio section
|
2023-02-16 00:27:32 +00:00 |
|
Jesse Hills
|
1447536906
|
Merge pull request #4441 from esphome/bump-2023.2.0
2023.2.0
|
2023-02-15 22:33:31 +13:00 |
|
Jesse Hills
|
27ec517084
|
Remove dup line
|
2023-02-15 21:39:17 +13:00 |
|
Jesse Hills
|
ce1f034bac
|
Bump version to 2023.2.0
|
2023-02-15 19:29:02 +13:00 |
|
Jesse Hills
|
f1f96f16e9
|
Merge branch 'beta' into bump-2023.2.0
|
2023-02-15 19:29:02 +13:00 |
|
dependabot[bot]
|
30eec5adee
|
Bump zeroconf from 0.47.1 to 0.47.3 (#4437)
Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.47.1 to 0.47.3.
- [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases)
- [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-zeroconf/python-zeroconf/compare/0.47.1...0.47.3)
---
updated-dependencies:
- dependency-name: zeroconf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-15 06:19:03 +00:00 |
|
Oxan van Leeuwen
|
5307dfee21
|
Initialize all fields in ESPTime in PCF85063 (#4439)
|
2023-02-14 22:45:27 +00:00 |
|
Dominik Wagenknecht
|
8b5b9e508b
|
Deep Sleep capable ports for ESP32S3 (#4230)
Update to provide RTC capable ports for ESP32S3.
Fresh from [espressif gpio docs](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-reference/peripherals/gpio.html)
|
2023-02-14 21:09:07 +00:00 |
|
Jesse Hills
|
7665e9b076
|
Merge pull request #4433 from esphome/bump-2023.2.0b5
2023.2.0b5
|
2023-02-14 14:51:00 +13:00 |
|
Jesse Hills
|
227d94f38d
|
Bump version to 2023.2.0b5
|
2023-02-14 13:59:49 +13:00 |
|
Sergey Dudanov
|
b724ae9e0e
|
Fix setting wrong traits on midea climate component (#4425)
* Fix issue3914
* Remove also default presets and modes
* Fix traits after autoconf
|
2023-02-14 13:59:49 +13:00 |
|
Jesse Hills
|
df6cc14201
|
Bump esphome-dashboard to 20230214.0 (#4431)
|
2023-02-14 13:59:49 +13:00 |
|
Jesse Hills
|
d981d7859d
|
Handle uart.write in json-config endpoint (#4430)
|
2023-02-14 13:59:49 +13:00 |
|
Jesse Hills
|
0f1ec515c1
|
Add version api endpoint (#4429)
|
2023-02-14 13:59:49 +13:00 |
|
WitchKing
|
78e18256f7
|
Ledc fix (#4338)
|
2023-02-14 13:59:49 +13:00 |
|
Sergey Dudanov
|
a0d04ba091
|
Fix setting wrong traits on midea climate component (#4425)
* Fix issue3914
* Remove also default presets and modes
* Fix traits after autoconf
|
2023-02-14 00:34:50 +00:00 |
|
Jesse Hills
|
c02871fdfe
|
Add final job so branch protection can require matrix ci steps (#4432)
|
2023-02-13 23:54:38 +00:00 |
|
Jesse Hills
|
0d52f555b2
|
Add concurrency limit to ci-docker (#4407)
|
2023-02-13 23:07:09 +00:00 |
|
dependabot[bot]
|
025cf6320f
|
Bump aioesphomeapi from 13.1.0 to 13.3.1 (#4427)
Bumps [aioesphomeapi](https://github.com/esphome/aioesphomeapi) from 13.1.0 to 13.3.1.
- [Release notes](https://github.com/esphome/aioesphomeapi/releases)
- [Commits](https://github.com/esphome/aioesphomeapi/compare/v13.1.0...v13.3.1)
---
updated-dependencies:
- dependency-name: aioesphomeapi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-13 22:56:14 +00:00 |
|
dependabot[bot]
|
5997401e9e
|
Bump pylint from 2.15.10 to 2.16.2 (#4426)
* Bump pylint from 2.15.10 to 2.16.2
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.10 to 2.16.2.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.10...v2.16.2)
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Lint
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2023-02-13 22:55:36 +00:00 |
|
dependabot[bot]
|
b4068dac56
|
Bump platformio from 6.1.5 to 6.1.6 (#4341)
* Bump platformio from 6.1.5 to 6.1.6
Bumps [platformio](https://github.com/platformio/platformio) from 6.1.5 to 6.1.6.
- [Release notes](https://github.com/platformio/platformio/releases)
- [Changelog](https://github.com/platformio/platformio-core/blob/develop/HISTORY.rst)
- [Commits](https://github.com/platformio/platformio/compare/v6.1.5...v6.1.6)
---
updated-dependencies:
- dependency-name: platformio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update dockerfile
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2023-02-13 22:41:14 +00:00 |
|
Jesse Hills
|
458d6e24fc
|
Bump esphome-dashboard to 20230214.0 (#4431)
|
2023-02-14 11:38:37 +13:00 |
|
Jesse Hills
|
4f4ca61ada
|
Handle uart.write in json-config endpoint (#4430)
|
2023-02-14 11:38:21 +13:00 |
|
Jesse Hills
|
dfeeccfcca
|
Add version api endpoint (#4429)
|
2023-02-14 11:38:05 +13:00 |
|
WitchKing
|
3a101e8ec5
|
Ledc fix (#4338)
|
2023-02-13 15:53:40 +13:00 |
|
Expaso
|
7a2d7fdd19
|
Fixed PlatformIO Build on DEV (#4422)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2023-02-13 15:43:52 +13:00 |
|
Jesse Hills
|
4899dfe642
|
Merge pull request #4423 from esphome/bump-2023.2.0b4
2023.2.0b4
|
2023-02-13 15:17:05 +13:00 |
|
Andre Borie
|
78f5c417a4
|
Gracefully reject vacuum map upload requests (#4414)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2023-02-13 14:43:11 +13:00 |
|
Andre Borie
|
b8c0f88440
|
Improve tuya network status command (#4415)
|
2023-02-13 14:14:35 +13:00 |
|
Jesse Hills
|
d6b6e94059
|
Bump version to 2023.2.0b4
|
2023-02-13 11:54:27 +13:00 |
|
NP v/d Spek
|
310355a00b
|
Fix check for empty clipping array (#4421)
|
2023-02-13 11:54:26 +13:00 |
|