ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Go to file
Edward Firmo 2f888ff7c5
Nextion colors parameters (#5699)
* Add `foreground` color

- Adds `set_component_foreground_color` and `set_component_pressed_foreground_color` which does the same as `set_component_font_color` and `set_component_pressed_font_color` but with a more intuitive name, as this can be used for any component and not only the ones with a text (font).
- I've also reviewed some docstring when related to colors.

* Add numeric color to drawing methods

Should I've used uint32_t instead? In order to keep consistency?

* component color support to uint6_t

This is the right format and is now consistent with colors on drawings.
I'm keeping uint32_t also to avoid breaking changes.

* Enforces uint16_t for colors

uint32_t is incorrect for Nextion display colors.

* Fix clang-format
2023-11-27 22:50:14 -06:00
.devcontainer Devcontainer: allow pip install and dont warn about root user (#5608) 2023-10-27 11:56:16 +13:00
.github Bump actions/github-script from 6.4.1 to 7.0.1 (#5803) 2023-11-24 09:27:56 +01:00
.vscode proto generation updates (#4653) 2023-06-12 17:00:34 +12:00
docker Allow images to be downloaded from URLs (#5214) 2023-11-24 08:10:33 +13:00
esphome Nextion colors parameters (#5699) 2023-11-27 22:50:14 -06:00
script Fix regex for 'byte' custom CI check (#5851) 2023-11-28 16:07:29 +13:00
tests Speed up (and fix) ili9xxx display component. (#5406) 2023-11-28 13:42:03 +13:00
.clang-format
.clang-tidy Bump clang-tidy from 11 to 14 (#5160) 2023-07-31 07:44:56 +12:00
.coveragerc
.dockerignore
.editorconfig YAML linting (#3779) 2022-09-06 15:48:01 +12:00
.gitattributes Add transparency support to all image types (#4600) 2023-05-22 08:03:21 +12:00
.gitignore Wireguard component (#4256) 2023-09-12 07:13:24 +12:00
.pre-commit-config.yaml Bump black from 23.10.1 to 23.11.0 (#5702) 2023-11-09 21:18:22 -06:00
.yamllint YAML linting (#3779) 2022-09-06 15:48:01 +12:00
CODE_OF_CONDUCT.md
CODEOWNERS Pylontech integration (solar battery bank) (#4688) 2023-11-28 11:43:03 +13:00
CONTRIBUTING.md
LICENSE
MANIFEST.in Update Manifest to rmeove unused dashboard files and include .c ethernet drivers (#4459) 2023-02-19 19:12:29 +00:00
platformio.ini Haier component updated to support new protocol variations (#5713) 2023-11-21 14:12:36 +13:00
pylintrc Bump pylint from 2.13.9 to 2.14.3 (#3589) 2022-06-21 16:27:33 +12:00
pyproject.toml Bump python min to 3.9 (#3871) 2022-10-05 20:09:27 +13:00
pytest.ini
README.md
requirements_optional.txt Pillow: bump to 10.1.0 (#5815) 2023-11-24 08:15:58 +13:00
requirements_test.txt Bump black from 23.10.1 to 23.11.0 (#5702) 2023-11-09 21:18:22 -06:00
requirements.txt Bump aioesphomeapi from 18.5.9 to 19.1.2 (#5844) 2023-11-27 21:07:48 +00:00
sdkconfig.defaults
setup.cfg
setup.py Bump python min to 3.9 (#3871) 2022-10-05 20:09:27 +13:00

ESPHome Discord Chat GitHub release

ESPHome Logo

Documentation: https://esphome.io/

For issues, please go to the issue tracker.

For feature requests, please see feature requests.