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
alarm_control_panel.py Small cleanups to ESPHome (#107924) 2024-01-13 15:27:58 -05:00
binary_sensor.py
bluetooth.py
button.py
camera.py
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
cover.py
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
domain_data.py
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
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
manager.py Reduce duplicate code in ESPHome connection callback (#107338) 2024-01-08 09:10:58 +01:00
manifest.json
media_player.py
number.py Small cleanups to ESPHome (#107924) 2024-01-13 15:27:58 -05:00
select.py
sensor.py
services.yaml
strings.json
switch.py
text.py
update.py
voice_assistant.py