mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
49cb8fd9d3
* Add support for additional Xiaomi BLE sensors (#1027) * Revert "Add support for additional Xiaomi BLE sensors (#1027)" This reverts commitb2723830f4
. * initial ATC Mithermometer component * removed references to xiaomi_ble * temp, humi and batt in % working, todo: battery in mV * report battery level in volt * report battery level again in percent * Add files via upload * add ATC Mithermometer component * remove some comments * fix travis ci build issues * mark codeowner, make functions protected * add newlines, remove spaces * two lines after function or class definition * update codeowners * Bump flake8 from 3.8.3 to 3.8.4 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.3...3.8.4) Signed-off-by: dependabot[bot] <support@github.com> * Add files via upload * Bump pytest from 6.0.2 to 6.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.2 to 6.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.0.2...6.1.1) Signed-off-by: dependabot[bot] <support@github.com> * add ATC battery voltage to test2.yaml * fix lint-python * Bump colorlog from 4.2.1 to 4.4.0 Bumps [colorlog](https://github.com/borntyping/python-colorlog) from 4.2.1 to 4.4.0. - [Release notes](https://github.com/borntyping/python-colorlog/releases) - [Commits](https://github.com/borntyping/python-colorlog/compare/v4.2.1...v4.4.0) Signed-off-by: dependabot[bot] <support@github.com> * Bump voluptuous from 0.11.7 to 0.12.0 Bumps [voluptuous](https://github.com/alecthomas/voluptuous) from 0.11.7 to 0.12.0. - [Release notes](https://github.com/alecthomas/voluptuous/releases) - [Changelog](https://github.com/alecthomas/voluptuous/blob/master/CHANGELOG.md) - [Commits](https://github.com/alecthomas/voluptuous/commits/v0.12.0) Signed-off-by: dependabot[bot] <support@github.com> * restore requirements * move codeowner above dependencies * Revert "restore requirements" This reverts commit3c9fd8b421
. * Revert "Bump voluptuous from 0.11.7 to 0.12.0" This reverts commit8eb0dba1c3
. * Revert "Bump flake8 from 3.8.3 to 3.8.4" This reverts commit20952632db
. * Revert "Bump colorlog from 4.2.1 to 4.4.0" This reverts commit87bbf95d86
. * Revert "Bump pytest from 6.0.2 to 6.1.1" This reverts commit1b6ed80431
. Co-authored-by: vevsvevs <v-v@mail.ru> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
76 lines
3 KiB
Text
76 lines
3 KiB
Text
# This file is generated by script/build_codeowners.py
|
|
# People marked here will be automatically requested for a review
|
|
# when the code that they own is touched.
|
|
#
|
|
# Every time an issue is created with a label corresponding to an integration,
|
|
# the integration's code owner is automatically notified.
|
|
|
|
# Core Code
|
|
setup.py @esphome/core
|
|
esphome/*.py @esphome/core
|
|
esphome/core/* @esphome/core
|
|
|
|
# Integrations
|
|
esphome/components/ac_dimmer/* @glmnet
|
|
esphome/components/adc/* @esphome/core
|
|
esphome/components/api/* @OttoWinter
|
|
esphome/components/async_tcp/* @OttoWinter
|
|
esphome/components/atc_mithermometer/* @ahpohl
|
|
esphome/components/bang_bang/* @OttoWinter
|
|
esphome/components/binary_sensor/* @esphome/core
|
|
esphome/components/captive_portal/* @OttoWinter
|
|
esphome/components/climate/* @esphome/core
|
|
esphome/components/climate_ir/* @glmnet
|
|
esphome/components/coolix/* @glmnet
|
|
esphome/components/cover/* @esphome/core
|
|
esphome/components/ct_clamp/* @jesserockz
|
|
esphome/components/debug/* @OttoWinter
|
|
esphome/components/dfplayer/* @glmnet
|
|
esphome/components/dht/* @OttoWinter
|
|
esphome/components/exposure_notifications/* @OttoWinter
|
|
esphome/components/fastled_base/* @OttoWinter
|
|
esphome/components/globals/* @esphome/core
|
|
esphome/components/gpio/* @esphome/core
|
|
esphome/components/homeassistant/* @OttoWinter
|
|
esphome/components/i2c/* @esphome/core
|
|
esphome/components/integration/* @OttoWinter
|
|
esphome/components/interval/* @esphome/core
|
|
esphome/components/json/* @OttoWinter
|
|
esphome/components/ledc/* @OttoWinter
|
|
esphome/components/light/* @esphome/core
|
|
esphome/components/logger/* @esphome/core
|
|
esphome/components/mcp9808/* @k7hpn
|
|
esphome/components/network/* @esphome/core
|
|
esphome/components/ota/* @esphome/core
|
|
esphome/components/output/* @esphome/core
|
|
esphome/components/pid/* @OttoWinter
|
|
esphome/components/pn532/* @OttoWinter @jesserockz
|
|
esphome/components/pn532_i2c/* @OttoWinter @jesserockz
|
|
esphome/components/pn532_spi/* @OttoWinter @jesserockz
|
|
esphome/components/power_supply/* @esphome/core
|
|
esphome/components/rc522_spi/* @glmnet
|
|
esphome/components/restart/* @esphome/core
|
|
esphome/components/rf_bridge/* @jesserockz
|
|
esphome/components/rtttl/* @glmnet
|
|
esphome/components/script/* @esphome/core
|
|
esphome/components/sensor/* @esphome/core
|
|
esphome/components/shutdown/* @esphome/core
|
|
esphome/components/sim800l/* @glmnet
|
|
esphome/components/spi/* @esphome/core
|
|
esphome/components/substitutions/* @esphome/core
|
|
esphome/components/sun/* @OttoWinter
|
|
esphome/components/switch/* @esphome/core
|
|
esphome/components/tcl112/* @glmnet
|
|
esphome/components/time/* @OttoWinter
|
|
esphome/components/tm1637/* @glmnet
|
|
esphome/components/tmp102/* @timsavage
|
|
esphome/components/tuya/binary_sensor/* @jesserockz
|
|
esphome/components/tuya/climate/* @jesserockz
|
|
esphome/components/tuya/sensor/* @jesserockz
|
|
esphome/components/tuya/switch/* @jesserockz
|
|
esphome/components/uart/* @esphome/core
|
|
esphome/components/ultrasonic/* @OttoWinter
|
|
esphome/components/version/* @esphome/core
|
|
esphome/components/web_server_base/* @OttoWinter
|
|
esphome/components/whirlpool/* @glmnet
|
|
esphome/components/xiaomi_lywsd03mmc/* @ahpohl
|