mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 14:38:10 +01:00
7ff3f752e2
* Initial Commit - ST7735 * Updated for CI checks * Updated for travis build * Travis fixes * Travis line too long * Travis fixes * Fixed up travis format issues * Travis Fixes * Initial Commit - ST7735 * Updated for CI checks * Updated for travis build * Travis fixes * Travis line too long * Travis fixes * Fixed up travis format issues * Travis Fixes * Update to new color API and added test * Check fixes * Fixed sid length in test * Cleaned up whitespaces * kbx81 recommended fixes * test fix * Fixes of fixes * Fixed test1.yaml * Fixed test1.yaml * Changed digital pin #s to gpio * Updated to match kbx's color names * Typo for ST7735_INITR_MINI_160X80 * Updated 8bit color space code Added to_rgb_332 to color.h fixed typo * Added in to_rgb_332,to_bgr_332, rgb_332to_rgb_556 and a more generic scale * Fixed MADCTL * Fixp MADCTL * Implemented usrbgr option updated color to support 332 bgr conversion typo fix * Updated to_bgr_332 * Fix up for clang * FIx up init code. type in buffer caused overrun * fixup protected names * typos * Matched use_bgr to its conf * color.h red fix in bgr_233to_rgb_565 * Fix ST7735_INITR_MINI_160X80 * Renamed bgr_233to_bgr_565 to match its function Color space leak in bgr_233to_bgr_565. cleaned up init code for displays. * Fix * clang fix * Started Color Conversion * Added various bit color functions add triadto * lint changes * Various fixes * Various formatting fixes. Wish my checks worked! * Updated color api to support different formats removed to_rgb_565 * lint clang fixes * Test1 fix * test1.yaml fix * fixed 565 in ILI9341Display * Added CodeOwners * Updated CODEOWNERS * changed to to332 and to565 * Waiting for color.h changes * Stage changes * Removed all changes except this driver * Moved color functions into driver * lint changes * Lint and removed unrelated display driver changes * Lint changes * Initial Commit - ST7735 * Updated for CI checks * Updated for travis build * Travis fixes * Travis line too long * Travis fixes * Fixed up travis format issues * Travis Fixes * Initial Commit - ST7735 * Updated for CI checks * Updated for travis build * Travis fixes * Travis line too long * Travis fixes * Fixed up travis format issues * Travis Fixes * Update to new color API and added test * Check fixes * Fixed sid length in test * Cleaned up whitespaces * kbx81 recommended fixes * test fix * Fixes of fixes * Fixed test1.yaml * Fixed test1.yaml * Changed digital pin #s to gpio * Updated to match kbx's color names * Typo for ST7735_INITR_MINI_160X80 * Updated 8bit color space code Added to_rgb_332 to color.h fixed typo * Added in to_rgb_332,to_bgr_332, rgb_332to_rgb_556 and a more generic scale * Fixed MADCTL * Fixp MADCTL * Implemented usrbgr option updated color to support 332 bgr conversion typo fix * Updated to_bgr_332 * Fix up for clang * FIx up init code. type in buffer caused overrun * fixup protected names * typos * Matched use_bgr to its conf * color.h red fix in bgr_233to_rgb_565 * Fix ST7735_INITR_MINI_160X80 * Renamed bgr_233to_bgr_565 to match its function Color space leak in bgr_233to_bgr_565. cleaned up init code for displays. * Fix * clang fix * Started Color Conversion * Added various bit color functions add triadto * lint changes * Various fixes * Various formatting fixes. Wish my checks worked! * Updated color api to support different formats removed to_rgb_565 * lint clang fixes * Test1 fix * test1.yaml fix * fixed 565 in ILI9341Display * Added CodeOwners * Updated CODEOWNERS * changed to to332 and to565 * Waiting for color.h changes * Stage changes * Removed all changes except this driver * Moved color functions into driver * lint changes * Lint and removed unrelated display driver changes * Lint changes * Updated with latest color api * pulled from origin * Updated for color.h changes * pulled test1 from dev * Added test
87 lines
3.4 KiB
Text
87 lines
3.4 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/ezo/* @ssieb
|
|
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/ssd1325_base/* @kbx81
|
|
esphome/components/ssd1325_spi/* @kbx81
|
|
esphome/components/ssd1331_base/* @kbx81
|
|
esphome/components/ssd1331_spi/* @kbx81
|
|
esphome/components/ssd1351_base/* @kbx81
|
|
esphome/components/ssd1351_spi/* @kbx81
|
|
esphome/components/st7735/* @SenexCrenshaw
|
|
esphome/components/st7789v/* @kbx81
|
|
esphome/components/substitutions/* @esphome/core
|
|
esphome/components/sun/* @OttoWinter
|
|
esphome/components/switch/* @esphome/core
|
|
esphome/components/tcl112/* @glmnet
|
|
esphome/components/teleinfo/* @0hax
|
|
esphome/components/thermostat/* @kbx81
|
|
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
|