hass-core/homeassistant/components/esphome
Jan-Philipp Benecke 95aea1488d
Add pylint plugin to check if coordinator is placed in its own module (#108174)
* Add pylint plugin to check if coordinator is placed in its own module

* Remove unintended changes

* Remove pylint disable and let CI only fail on W,E,F

* Make check conventional

* Apply review suggestion

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Use option instead

* Remove pylint arguments from pre-commit

* Partially revert "Remove pylint disable and let CI only fail on W,E,F"

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-01-29 10:30:19 +01:00
..
__init__.py Ruff: isort don't split imports based on trailing comma (#98162) 2023-08-10 14:27:03 +02:00
alarm_control_panel.py Small cleanups to ESPHome (#107924) 2024-01-13 15:27:58 -05:00
binary_sensor.py Ruff: isort don't split imports based on trailing comma (#98162) 2023-08-10 14:27:03 +02:00
bluetooth.py Update habluetooth to 2.0.0 (#106145) 2023-12-20 20:37:39 -10:00
button.py Ruff: isort don't split imports based on trailing comma (#98162) 2023-08-10 14:27:03 +02:00
camera.py Ruff: isort don't split imports based on trailing comma (#98162) 2023-08-10 14:27:03 +02:00
climate.py Small cleanups to ESPHome (#107924) 2024-01-13 15:27:58 -05:00
config_flow.py Use new config entry update/abort helper in esphome (#108672) 2024-01-22 22:11:38 +01:00
const.py Bump ESPHome recommended BLE version to 2023.8.0 (#98586) 2023-08-17 17:39:35 +02:00
cover.py Ruff: isort don't split imports based on trailing comma (#98162) 2023-08-10 14:27:03 +02:00
dashboard.py Add pylint plugin to check if coordinator is placed in its own module (#108174) 2024-01-29 10:30:19 +01:00
diagnostics.py Fix ESPHome Bluetooth diagnostics (#106151) 2023-12-20 18:33:43 -10:00
domain_data.py Migrate ESPHome bleak implementation to bleak-esphome library (#105611) 2023-12-14 07:21:31 -10:00
entity.py Fix ESPHome not fully removing entities when entity info changes (#108823) 2024-01-24 17:29:11 -10:00
entry_data.py Fix ESPHome not fully removing entities when entity info changes (#108823) 2024-01-24 17:29:11 -10:00
enum_mapper.py Switch formatting from black to ruff-format (#102893) 2023-11-27 14:38:59 +01:00
fan.py Use more shorthand attributes in ESPHome fans (#107923) 2024-01-13 15:28:43 -05:00
light.py Fix ESPHome color modes for older firmwares (#108870) 2024-01-25 10:18:53 -10:00
lock.py Ruff: isort don't split imports based on trailing comma (#98162) 2023-08-10 14:27:03 +02:00
manager.py Reduce duplicate code in ESPHome connection callback (#107338) 2024-01-08 09:10:58 +01:00
manifest.json Bump bleak-esphome to 0.4.1 (#106832) 2024-01-02 11:37:18 +01:00
media_player.py Ruff: isort don't split imports based on trailing comma (#98162) 2023-08-10 14:27:03 +02:00
number.py Small cleanups to ESPHome (#107924) 2024-01-13 15:27:58 -05:00
select.py Add API to fetch Assist devices (#107333) 2024-01-05 23:30:18 -05:00
sensor.py Correct checks for non-finite numbers in ESPHome (#98102) 2023-08-12 08:10:25 +01:00
services.yaml
strings.json Add string "Quiet" to fan mode in climate component (#96584) 2023-07-17 09:25:01 +02:00
switch.py Ruff: isort don't split imports based on trailing comma (#98162) 2023-08-10 14:27:03 +02:00
text.py ESPHome Text entities (#102742) 2023-10-24 23:14:58 -05:00
update.py Fix first ESPHome device update entity not offering install feature (#106993) 2024-01-03 19:58:04 -05:00
voice_assistant.py Skip TTS when text is empty (#104741) 2023-11-30 01:31:27 +01:00