├── esphome ├── __init__.py ├── components │ ├── __init__.py │ ├── a4988 │ │ └── __init__.py │ ├── aht10 │ │ └── __init__.py │ ├── aic3204 │ │ └── __init__.py │ ├── am2320 │ │ └── __init__.py │ ├── anova │ │ └── __init__.py │ ├── as7341 │ │ └── __init__.py │ ├── ballu │ │ └── __init__.py │ ├── bh1750 │ │ └── __init__.py │ ├── bme680 │ │ └── __init__.py │ ├── bmp085 │ │ └── __init__.py │ ├── bmp280 │ │ └── __init__.py │ ├── bmp3xx │ │ └── __init__.py │ ├── bmp581 │ │ └── __init__.py │ ├── ccs811 │ │ └── __init__.py │ ├── coolix │ │ └── __init__.py │ ├── cs5460a │ │ └── __init__.py │ ├── cse7761 │ │ └── __init__.py │ ├── cse7766 │ │ └── __init__.py │ ├── custom │ │ └── __init__.py │ ├── cwww │ │ └── __init__.py │ ├── daikin │ │ └── __init__.py │ ├── dht12 │ │ └── __init__.py │ ├── dps310 │ │ └── __init__.py │ ├── ds1307 │ │ └── __init__.py │ ├── ee895 │ │ └── __init__.py │ ├── emmeti │ │ └── __init__.py │ ├── endstop │ │ └── __init__.py │ ├── ens160 │ │ └── __init__.py │ ├── ens210 │ │ └── __init__.py │ ├── es7210 │ │ └── __init__.py │ ├── es7243e │ │ └── __init__.py │ ├── es8156 │ │ └── __init__.py │ ├── es8311 │ │ └── __init__.py │ ├── es8388 │ │ └── __init__.py │ ├── ezo │ │ └── __init__.py │ ├── fs3000 │ │ └── __init__.py │ ├── gree │ │ └── __init__.py │ ├── haier │ │ └── __init__.py │ ├── hdc1080 │ │ └── __init__.py │ ├── hlw8012 │ │ └── __init__.py │ ├── hm3301 │ │ └── __init__.py │ ├── hte501 │ │ └── __init__.py │ ├── htu21d │ │ └── __init__.py │ ├── hx711 │ │ └── __init__.py │ ├── iaqcore │ │ └── __init__.py │ ├── ili9341 │ │ └── __init__.py │ ├── ili9xxx │ │ └── __init__.py │ ├── ina219 │ │ └── __init__.py │ ├── ina260 │ │ └── __init__.py │ ├── ina3221 │ │ └── __init__.py │ ├── kuntze │ │ └── __init__.py │ ├── lps22 │ │ └── __init__.py │ ├── ltr390 │ │ └── __init__.py │ ├── max6675 │ │ └── __init__.py │ ├── max7219 │ │ └── __init__.py │ ├── mcp2515 │ │ └── __init__.py │ ├── mcp4725 │ │ └── __init__.py │ ├── mcp47a1 │ │ └── __init__.py │ ├── mcp9600 │ │ └── __init__.py │ ├── mcp9808 │ │ └── __init__.py │ ├── mhz19 │ │ └── __init__.py │ ├── midea │ │ └── __init__.py │ ├── mixer │ │ └── __init__.py │ ├── mpu6050 │ │ └── __init__.py │ ├── ms5611 │ │ └── __init__.py │ ├── nau7802 │ │ └── __init__.py │ ├── npi19 │ │ └── __init__.py │ ├── ntc │ │ └── __init__.py │ ├── opt3001 │ │ └── __init__.py │ ├── pcd8544 │ │ └── __init__.py │ ├── pcf8563 │ │ └── __init__.py │ ├── pm1006 │ │ └── __init__.py │ ├── pmsx003 │ │ └── __init__.py │ ├── pzemac │ │ └── __init__.py │ ├── pzemdc │ │ └── __init__.py │ ├── rgb │ │ └── __init__.py │ ├── rgbct │ │ └── __init__.py │ ├── rgbw │ │ └── __init__.py │ ├── rgbww │ │ └── __init__.py │ ├── scd30 │ │ └── __init__.py │ ├── scd4x │ │ └── __init__.py │ ├── sdp3x │ │ └── __init__.py │ ├── sds011 │ │ └── __init__.py │ ├── sen5x │ │ └── __init__.py │ ├── sgp30 │ │ └── __init__.py │ ├── sgp40 │ │ └── __init__.py │ ├── sgp4x │ │ └── __init__.py │ ├── sht3xd │ │ └── __init__.py │ ├── sht4x │ │ └── __init__.py │ ├── shtcx │ │ └── __init__.py │ ├── sm300d2 │ │ └── __init__.py │ ├── sntp │ │ └── __init__.py │ ├── sps30 │ │ └── __init__.py │ ├── st7920 │ │ └── __init__.py │ ├── status │ │ └── __init__.py │ ├── sts3x │ │ └── __init__.py │ ├── t6615 │ │ └── __init__.py │ ├── tcl112 │ │ └── __init__.py │ ├── tee501 │ │ └── __init__.py │ ├── tem3200 │ │ └── __init__.py │ ├── tm1637 │ │ └── __init__.py │ ├── tm1638 │ │ └── __init__.py │ ├── tmp117 │ │ └── __init__.py │ ├── toshiba │ │ └── __init__.py │ ├── tsl2561 │ │ └── __init__.py │ ├── tx20 │ │ └── __init__.py │ ├── uln2003 │ │ └── __init__.py │ ├── uptime │ │ └── __init__.py │ ├── vl53l0x │ │ └── __init__.py │ ├── wl_134 │ │ └── __init__.py │ ├── x9c │ │ └── __init__.py │ ├── yashima │ │ └── __init__.py │ ├── zhlt01 │ │ └── __init__.py │ ├── zyaura │ │ └── __init__.py │ ├── ac_dimmer │ │ └── __init__.py │ ├── b_parasite │ │ └── __init__.py │ ├── ble_presence │ │ └── __init__.py │ ├── ble_rssi │ │ └── __init__.py │ ├── ble_scanner │ │ └── __init__.py │ ├── bme280_i2c │ │ └── __init__.py │ ├── bme280_spi │ │ └── __init__.py │ ├── bmp280_i2c │ │ └── __init__.py │ ├── bmp280_spi │ │ └── __init__.py │ ├── bmp3xx_i2c │ │ └── __init__.py │ ├── bmp3xx_spi │ │ └── __init__.py │ ├── combination │ │ └── __init__.py │ ├── ct_clamp │ │ └── __init__.py │ ├── duty_cycle │ │ └── __init__.py │ ├── ektf2232 │ │ └── __init__.py │ ├── ens160_i2c │ │ └── __init__.py │ ├── ens160_spi │ │ └── __init__.py │ ├── esp32_can │ │ └── __init__.py │ ├── esp32_dac │ │ └── __init__.py │ ├── esp32_hall │ │ └── __init__.py │ ├── esp8266_pwm │ │ └── __init__.py │ ├── fastled_spi │ │ └── __init__.py │ ├── gl_r01_i2c │ │ └── __init__.py │ ├── gp2y1010au0f │ │ └── __init__.py │ ├── heatpumpir │ │ └── __init__.py │ ├── hmc5883l │ │ └── __init__.py │ ├── ina2xx_i2c │ │ └── __init__.py │ ├── ina2xx_spi │ │ └── __init__.py │ ├── kamstrup_kmp │ │ └── __init__.py │ ├── kmeteriso │ │ └── __init__.py │ ├── lcd_gpio │ │ └── __init__.py │ ├── lcd_pcf8574 │ │ └── __init__.py │ ├── max31855 │ │ └── __init__.py │ ├── max31856 │ │ └── __init__.py │ ├── max31865 │ │ └── __init__.py │ ├── max44009 │ │ └── __init__.py │ ├── max7219digit │ │ └── __init__.py │ ├── mics_4514 │ │ └── __init__.py │ ├── midea_ac │ │ └── __init__.py │ ├── midea_ir │ │ └── __init__.py │ ├── mitsubishi │ │ └── __init__.py │ ├── mlx90614 │ │ └── __init__.py │ ├── mpl3115a2 │ │ └── __init__.py │ ├── neopixelbus │ │ └── __init__.py │ ├── partition │ │ └── __init__.py │ ├── pcf85063 │ │ └── __init__.py │ ├── pmsa003i │ │ └── __init__.py │ ├── pulse_meter │ │ └── __init__.py │ ├── pulse_width │ │ └── __init__.py │ ├── pzem004t │ │ └── __init__.py │ ├── qmc5883l │ │ └── __init__.py │ ├── qwiic_pir │ │ └── __init__.py │ ├── resampler │ │ └── __init__.py │ ├── resistance │ │ └── __init__.py │ ├── rp2040_pwm │ │ └── __init__.py │ ├── ruuvitag │ │ └── __init__.py │ ├── sdm_meter │ │ └── __init__.py │ ├── selec_meter │ │ └── __init__.py │ ├── sen21231 │ │ └── __init__.py │ ├── senseair │ │ └── __init__.py │ ├── slow_pwm │ │ └── __init__.py │ ├── sound_level │ │ └── __init__.py │ ├── ssd1306_i2c │ │ └── __init__.py │ ├── ssd1306_spi │ │ └── __init__.py │ ├── ssd1322_spi │ │ └── __init__.py │ ├── ssd1325_spi │ │ └── __init__.py │ ├── ssd1327_i2c │ │ └── __init__.py │ ├── ssd1327_spi │ │ └── __init__.py │ ├── ssd1331_spi │ │ └── __init__.py │ ├── ssd1351_spi │ │ └── __init__.py │ ├── tcs34725 │ │ └── __init__.py │ ├── thermostat │ │ └── __init__.py │ ├── time_based │ │ └── __init__.py │ ├── tof10120 │ │ └── __init__.py │ ├── veml3235 │ │ └── __init__.py │ ├── whirlpool │ │ └── __init__.py │ ├── wifi_info │ │ └── __init__.py │ ├── wifi_signal │ │ └── __init__.py │ ├── xiaomi_cgd1 │ │ └── __init__.py │ ├── xiaomi_cgdk2 │ │ └── __init__.py │ ├── xiaomi_cgg1 │ │ └── __init__.py │ ├── xiaomi_cgpr1 │ │ └── __init__.py │ ├── addressable_light │ │ └── __init__.py │ ├── atc_mithermometer │ │ └── __init__.py │ ├── binary_sensor_map │ │ └── __init__.py │ ├── climate_ir_lg │ │ └── __init__.py │ ├── color_temperature │ │ └── __init__.py │ ├── fastled_clockless │ │ └── __init__.py │ ├── fujitsu_general │ │ └── __init__.py │ ├── gpio_expander │ │ └── __init__.py │ ├── grove_gas_mc_v2 │ │ └── __init__.py │ ├── growatt_solar │ │ └── __init__.py │ ├── havells_solar │ │ └── __init__.py │ ├── hitachi_ac344 │ │ └── __init__.py │ ├── hrxl_maxsonar_wr │ │ └── __init__.py │ ├── kalman_combinator │ │ └── __init__.py │ ├── monochromatic │ │ └── __init__.py │ ├── openthread_info │ │ └── __init__.py │ ├── pulse_counter │ │ └── __init__.py │ ├── rotary_encoder │ │ └── __init__.py │ ├── xiaomi_gcls002 │ │ └── __init__.py │ ├── xiaomi_hhccjcy01 │ │ └── __init__.py │ ├── xiaomi_hhccpot002 │ │ └── __init__.py │ ├── xiaomi_jqjcy01ym │ │ └── __init__.py │ ├── xiaomi_lywsd02 │ │ └── __init__.py │ ├── xiaomi_lywsd02mmc │ │ └── __init__.py │ ├── xiaomi_lywsd03mmc │ │ └── __init__.py │ ├── xiaomi_lywsdcgq │ │ └── __init__.py │ ├── xiaomi_mhoc401 │ │ └── __init__.py │ ├── xiaomi_miscale │ │ └── __init__.py │ ├── xiaomi_miscale2 │ │ └── __init__.py │ ├── xiaomi_mjyd02yla │ │ └── __init__.py │ ├── xiaomi_mue4094rt │ │ └── __init__.py │ ├── xiaomi_wx08zm │ │ └── __init__.py │ ├── zio_ultrasonic │ │ └── __init__.py │ ├── beken_spi_led_strip │ │ └── __init__.py │ ├── esp32_rmt_led_strip │ │ └── __init__.py │ ├── inkbird_ibsth1_mini │ │ └── __init__.py │ ├── pvvx_mithermometer │ │ └── __init__.py │ ├── total_daily_energy │ │ └── __init__.py │ ├── xiaomi_xmwsdj04mmc │ │ └── __init__.py │ ├── ade7953 │ │ └── __init__.py │ ├── ags10 │ │ └── __init__.py │ ├── am43 │ │ └── __init__.py │ ├── bl0939 │ │ └── __init__.py │ ├── bl0940 │ │ └── __init__.py │ ├── bmi160 │ │ └── __init__.py │ ├── dht │ │ └── __init__.py │ ├── ds2484 │ │ └── __init__.py │ ├── feedback │ │ └── __init__.py │ ├── gcja5 │ │ └── __init__.py │ ├── ledc │ │ └── __init__.py │ ├── ltr501 │ │ └── __init__.py │ ├── mmc5603 │ │ └── __init__.py │ ├── mmc5983 │ │ └── __init__.py │ ├── ms8607 │ │ └── __init__.py │ ├── noblex │ │ └── __init__.py │ ├── pid │ │ └── __init__.py │ ├── sdl │ │ └── __init__.py │ ├── sen0321 │ │ └── __init__.py │ ├── sfa30 │ │ └── __init__.py │ ├── smt100 │ │ └── __init__.py │ ├── tc74 │ │ └── __init__.py │ ├── tormatic │ │ └── __init__.py │ ├── a02yyuw │ │ └── __init__.py │ ├── ade7880 │ │ └── __init__.py │ ├── ade7953_i2c │ │ └── __init__.py │ ├── ade7953_spi │ │ └── __init__.py │ ├── alpha3 │ │ └── __init__.py │ ├── am2315c │ │ └── __init__.py │ ├── bang_bang │ │ └── __init__.py │ ├── daikin_arc │ │ └── __init__.py │ ├── daikin_brc │ │ └── __init__.py │ ├── dallas_temp │ │ └── __init__.py │ ├── delonghi │ │ └── __init__.py │ ├── duty_time │ │ └── __init__.py │ ├── ft63x6 │ │ └── __init__.py │ ├── he60r │ │ └── __init__.py │ ├── hyt271 │ │ └── __init__.py │ ├── inkplate6 │ │ └── __init__.py │ ├── jsn_sr04t │ │ └── __init__.py │ ├── lc709203f │ │ └── __init__.py │ ├── ltr_als_ps │ │ └── __init__.py │ ├── max17043 │ │ └── __init__.py │ ├── max9611 │ │ └── __init__.py │ ├── mpu6886 │ │ └── __init__.py │ ├── pmwcs3 │ │ └── __init__.py │ ├── qmp6988 │ │ └── __init__.py │ ├── restart │ │ └── __init__.py │ ├── st7567_i2c │ │ └── __init__.py │ ├── st7567_spi │ │ └── __init__.py │ ├── st7701s │ │ └── __init__.py │ ├── tm1621 │ │ └── __init__.py │ ├── tmp1075 │ │ └── __init__.py │ ├── tsl2591 │ │ └── __init__.py │ ├── ufire_ec │ │ └── __init__.py │ ├── ufire_ise │ │ └── __init__.py │ ├── veml7700 │ │ └── __init__.py │ ├── version │ │ └── __init__.py │ ├── watchdog │ │ └── __init__.py │ ├── weikai_i2c │ │ └── __init__.py │ ├── weikai_spi │ │ └── __init__.py │ ├── whynter │ │ └── __init__.py │ ├── xgzp68xx │ │ └── __init__.py │ ├── a01nyub │ │ └── __init__.py │ ├── analog_threshold │ │ └── __init__.py │ ├── atm90e26 │ │ └── __init__.py │ ├── bl0942 │ │ └── __init__.py │ ├── camera │ │ └── __init__.py │ ├── cm1106 │ │ └── __init__.py │ ├── current_based │ │ └── __init__.py │ ├── htu31d │ │ └── __init__.py │ ├── integration │ │ └── __init__.py │ ├── libretiny_pwm │ │ └── __init__.py │ ├── mlx90393 │ │ └── __init__.py │ ├── mopeka_pro_check │ │ └── __init__.py │ ├── radon_eye_rd200 │ │ └── __init__.py │ ├── rpi_dpi_rgb │ │ └── __init__.py │ ├── ultrasonic │ │ └── __init__.py │ ├── xiaomi_mhoc303 │ │ └── __init__.py │ ├── absolute_humidity │ │ └── __init__.py │ ├── airthings_wave_mini │ │ └── __init__.py │ ├── ethernet_info │ │ └── __init__.py │ ├── hitachi_ac424 │ │ └── __init__.py │ ├── honeywellabp │ │ └── __init__.py │ ├── ina226 │ │ └── __init__.py │ ├── internal_temperature │ │ └── __init__.py │ ├── pm2005 │ │ └── __init__.py │ ├── rp2040_pio_led_strip │ │ └── __init__.py │ ├── sigma_delta_output │ │ └── __init__.py │ ├── sonoff_d1 │ │ └── __init__.py │ ├── waveshare_epaper │ │ └── __init__.py │ ├── xiaomi_hhccjcy10 │ │ └── __init__.py │ ├── airthings_wave_plus │ │ └── __init__.py │ ├── mopeka_std_check │ │ └── __init__.py │ ├── shelly_dimmer │ │ └── __init__.py │ └── shutdown │ │ └── __init__.py └── dashboard │ ├── __init__.py │ ├── status │ └── __init__.py │ └── util │ └── __init__.py ├── tests ├── dashboard │ ├── __init__.py │ └── util │ │ └── __init__.py ├── script │ └── __init__.py ├── unit_tests │ ├── core │ │ └── __init__.py │ └── fixtures │ │ ├── helpers │ │ ├── file-a.txt │ │ ├── file-c.txt │ │ ├── file-b_1.txt │ │ └── file-b_2.txt │ │ ├── substitutions │ │ └── .gitignore │ │ └── yaml_util │ │ └── includes │ │ ├── list.yaml │ │ └── scalar.yaml ├── component_tests │ └── image │ │ └── config │ │ └── bad.png └── components │ ├── demo │ └── test.esp32-idf.yaml │ ├── network │ ├── test.host.yaml │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── bytebuffer │ ├── test.host.yaml │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── datetime │ ├── common.yaml │ └── test.all.yaml │ ├── debug │ ├── test.host.yaml │ ├── test.bk72xx-ard.yaml │ ├── test.esp8266-ard.yaml │ ├── test.ln882x-ard.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-s2-ard.yaml │ ├── test.esp32-s2-idf.yaml │ ├── test.esp32-s3-ard.yaml │ └── test.esp32-s3-idf.yaml │ ├── esphome │ ├── test.host.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp8266-ard.yaml │ ├── test.rp2040-ard.yaml │ └── test.esp32-c3-ard.yaml │ ├── font │ └── .gitattributes │ ├── host │ └── test.host.yaml │ ├── lvgl │ └── .gitattributes │ ├── psram │ ├── common.yaml │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-s2-ard.yaml │ └── test.esp32-s2-idf.yaml │ ├── sdl │ └── test.host.yaml │ ├── alpha3 │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── am43 │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── anova │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── bedjet │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── button │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── camera │ ├── test.esp32-ard.yaml │ └── test.esp32-idf.yaml │ ├── canbus │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── color │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── dht │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── display │ └── test.esp32-ard.yaml │ ├── endstop │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── event │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── globals │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── gt911 │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── ledc │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── lock │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── my9231 │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── noblex │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── ota │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── pid │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── restart │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── script │ ├── test.bk72xx-ard.yaml │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.ln882x-ard.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── sntp │ ├── test.bk72xx-ard.yaml │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ ├── test.ln882x-ard.yaml │ └── test.rp2040-ard.yaml │ ├── status │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── stepper │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── sun │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── syslog │ ├── test.bk72xx-ard.yaml │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.ln882x-ard.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── time │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── tm1638 │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── tm1651 │ ├── test.esp32-ard.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp8266-ard.yaml │ ├── tx20 │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── udp │ ├── test.bk72xx-ard.yaml │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── update │ └── test.esp32-idf.yaml │ ├── uptime │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── usb_uart │ └── test.esp32-s3-idf.yaml │ ├── version │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── wiegand │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── wifi │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ ├── test.rp2040-ard.yaml │ ├── test-eap.esp32-ard.yaml │ └── test-eap.esp32-idf.yaml │ ├── axs15231 │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ └── test.rp2040-ard.yaml │ ├── b_parasite │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── bang_bang │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── ble_client │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── ble_presence │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── ble_rssi │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── ble_scanner │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── combination │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── const │ └── test.esp32-s3-idf.yaml │ ├── dallas_temp │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── duty_cycle │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── duty_time │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── esp32_ble │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ └── common.yaml │ ├── esp32_camera │ ├── test.esp32-ard.yaml │ └── test.esp32-idf.yaml │ ├── esp32_dac │ ├── test.esp32-ard.yaml │ └── test.esp32-idf.yaml │ ├── esp32_improv │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── fastled_spi │ └── test.esp32-ard.yaml │ ├── feedback │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── inkplate6 │ ├── test.esp32-ard.yaml │ └── test.esp32-idf.yaml │ ├── interval │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── media_player │ └── test.esp32-ard.yaml │ ├── midea_ir │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ └── test.esp8266-ard.yaml │ ├── mitsubishi │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── mopeka_ble │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── common.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── opentherm │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ └── test.esp8266-ard.yaml │ ├── power_supply │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── pulse_meter │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── pulse_width │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── qspi_dbi │ └── test.esp32-s3-idf.yaml │ ├── rp2040_pwm │ └── test.rp2040-ard.yaml │ ├── ruuvi_ble │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ └── common.yaml │ ├── ruuvitag │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── shutdown │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── slow_pwm │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── sprinkler │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── status_led │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── thermostat │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── time_based │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── ultrasonic │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── wake_on_lan │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── wifi_info │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── wifi_signal │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── wireguard │ ├── test.bk72xx-ard.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── xiaomi_ble │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── common.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── xiaomi_cgd1 │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── xiaomi_cgdk2 │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── xiaomi_cgg1 │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── xiaomi_cgpr1 │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── absolute_humidity │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── analog_threshold │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── api │ └── test.host.yaml │ ├── atc_mithermometer │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── binary_sensor_map │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── captive_portal │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ └── test.esp8266-ard.yaml │ ├── esp32_ble_beacon │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── esp32_ble_client │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── esp32_ble_server │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── esp32_hosted │ └── test.esp32-p4-idf.yaml │ ├── esp8266_pwm │ └── test.esp8266-ard.yaml │ ├── ethernet │ ├── common-openeth.yaml │ ├── test-dm9051.esp32-ard.yaml │ ├── test-dm9051.esp32-idf.yaml │ ├── test-ip101.esp32-ard.yaml │ ├── test-ip101.esp32-idf.yaml │ ├── test-jl1101.esp32-ard.yaml │ ├── test-jl1101.esp32-idf.yaml │ ├── test-w5500.esp32-ard.yaml │ └── test-w5500.esp32-idf.yaml │ ├── ethernet_info │ ├── test.esp32-ard.yaml │ └── test.esp32-idf.yaml │ ├── factory_reset │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── fastled_clockless │ └── test.esp32-ard.yaml │ ├── lightwaverf │ └── test.esp8266-ard.yaml │ ├── m5stack_8angle │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── micro_wake_word │ ├── test.esp32-idf.yaml │ └── test.esp32-s3-idf.yaml │ ├── mopeka_pro_check │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── mopeka_std_check │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── packet_transport │ ├── test.bk72xx-ard.yaml │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.rp2040-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp8266-ard.yaml │ ├── pulse_counter │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── radon_eye_ble │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── radon_eye_rd200 │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── rpi_dpi_rgb │ └── test.esp32-s3-idf.yaml │ ├── shelly_dimmer │ └── test.esp8266-ard.yaml │ ├── web_server │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ ├── test_v1.esp32-ard.yaml │ └── test_v3.esp32-ard.yaml │ ├── xiaomi_gcls002 │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── xiaomi_hhccjcy01 │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── xiaomi_hhccpot002 │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp32-c3-ard.yaml │ └── test.esp32-c3-idf.yaml │ ├── xiaomi_jqjcy01ym │ ├── test.esp32-ard.yaml │ └── test.esp32-idf.yaml │ ├── xiaomi_lywsd02 │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── xiaomi_lywsd02mmc │ ├── test.esp32-ard.yaml │ └── test.esp32-idf.yaml │ ├── xiaomi_lywsd03mmc │ ├── test.esp32-ard.yaml │ └── test.esp32-idf.yaml │ ├── xiaomi_lywsdcgq │ ├── test.esp32-ard.yaml │ └── test.esp32-idf.yaml │ ├── xiaomi_mhoc303 │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── xiaomi_mhoc401 │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── xiaomi_miscale │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── xiaomi_mjyd02yla │ ├── test.esp32-ard.yaml │ └── test.esp32-idf.yaml │ ├── xiaomi_mue4094rt │ ├── test.esp32-ard.yaml │ └── test.esp32-idf.yaml │ ├── xiaomi_rtcgq02lm │ ├── test.esp32-ard.yaml │ └── test.esp32-idf.yaml │ ├── xiaomi_wx08zm │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── airthings_wave_mini │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── airthings_wave_plus │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── alarm_control_panel │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── exposure_notifications │ ├── test.esp32-ard.yaml │ └── test.esp32-idf.yaml │ ├── external_components │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── inkbird_ibsth1_mini │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── internal_temperature │ ├── test.bk72xx-ard.yaml │ ├── test.esp32-ard.yaml │ ├── test.esp32-idf.yaml │ └── test.rp2040-ard.yaml │ ├── logger │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml │ ├── mdns │ ├── test-enabled.esp32-ard.yaml │ ├── test-enabled.esp32-idf.yaml │ ├── test-enabled.esp8266-ard.yaml │ └── test-enabled.rp2040-ard.yaml │ ├── mqtt_subscribe │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ └── test.esp8266-ard.yaml │ ├── pvvx_mithermometer │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ └── test.esp32-idf.yaml │ ├── rp2040_pio_led_strip │ └── test.rp2040-ard.yaml │ └── sigma_delta_output │ ├── test.esp32-ard.yaml │ ├── test.esp32-c3-ard.yaml │ ├── test.esp32-c3-idf.yaml │ ├── test.esp32-idf.yaml │ ├── test.esp8266-ard.yaml │ └── test.rp2040-ard.yaml ├── docker └── ha-addon-rootfs │ └── etc │ └── s6-overlay │ └── s6-rc.d │ ├── nginx │ ├── type │ └── dependencies.d │ │ ├── esphome │ │ └── init-nginx │ ├── user │ └── contents.d │ │ ├── nginx │ │ ├── discovery │ │ ├── esphome │ │ └── init-nginx │ ├── discovery │ ├── type │ └── dependencies.d │ │ ├── esphome │ │ └── nginx │ ├── esphome │ ├── dependencies.d │ │ └── base │ └── type │ └── init-nginx │ ├── type │ └── dependencies.d │ └── base └── .clang-tidy.hash /esphome/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/dashboard/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/script/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/dashboard/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/dashboard/util/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/unit_tests/core/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/a4988/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/aht10/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/aic3204/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/am2320/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/anova/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/as7341/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ballu/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/bh1750/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/bme680/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/bmp085/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/bmp280/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/bmp3xx/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/bmp581/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ccs811/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/coolix/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/cs5460a/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/cse7761/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/cse7766/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/custom/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/cwww/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/daikin/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/dht12/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/dps310/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ds1307/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ee895/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/emmeti/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/endstop/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ens160/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ens210/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/es7210/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/es7243e/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/es8156/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/es8311/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/es8388/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ezo/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/fs3000/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/gree/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/haier/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/hdc1080/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/hlw8012/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/hm3301/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/hte501/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/htu21d/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/hx711/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/iaqcore/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ili9341/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ili9xxx/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ina219/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ina260/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ina3221/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/kuntze/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/lps22/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ltr390/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/max6675/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/max7219/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/mcp2515/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/mcp4725/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/mcp47a1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/mcp9600/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/mcp9808/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/mhz19/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/midea/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/mixer/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/mpu6050/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ms5611/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/nau7802/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/npi19/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ntc/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/opt3001/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/pcd8544/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/pcf8563/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/pm1006/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/pmsx003/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/pzemac/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/pzemdc/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/rgb/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/rgbct/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/rgbw/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/rgbww/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/scd30/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/scd4x/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sdp3x/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sds011/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sen5x/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sgp30/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sgp40/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sgp4x/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sht3xd/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sht4x/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/shtcx/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sm300d2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sntp/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sps30/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/st7920/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/status/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sts3x/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/t6615/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/tcl112/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/tee501/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/tem3200/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/tm1637/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/tm1638/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/tmp117/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/toshiba/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/tsl2561/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/tx20/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/uln2003/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/uptime/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/vl53l0x/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/wl_134/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/x9c/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/yashima/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/zhlt01/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/zyaura/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/dashboard/status/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/dashboard/util/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ac_dimmer/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/b_parasite/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ble_presence/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ble_rssi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ble_scanner/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/bme280_i2c/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/bme280_spi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/bmp280_i2c/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/bmp280_spi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/bmp3xx_i2c/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/bmp3xx_spi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/combination/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ct_clamp/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/duty_cycle/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ektf2232/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ens160_i2c/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ens160_spi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/esp32_can/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/esp32_dac/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/esp32_hall/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/esp8266_pwm/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/fastled_spi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/gl_r01_i2c/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/gp2y1010au0f/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/heatpumpir/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/hmc5883l/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ina2xx_i2c/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ina2xx_spi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/kamstrup_kmp/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/kmeteriso/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/lcd_gpio/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/lcd_pcf8574/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/max31855/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/max31856/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/max31865/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/max44009/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/max7219digit/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/mics_4514/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/midea_ac/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/midea_ir/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/mitsubishi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/mlx90614/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/mpl3115a2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/neopixelbus/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/partition/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/pcf85063/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/pmsa003i/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/pulse_meter/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/pulse_width/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/pzem004t/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/qmc5883l/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/qwiic_pir/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/resampler/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/resistance/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/rp2040_pwm/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ruuvitag/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sdm_meter/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/selec_meter/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sen21231/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/senseair/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/slow_pwm/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/sound_level/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ssd1306_i2c/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ssd1306_spi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ssd1322_spi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ssd1325_spi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ssd1327_i2c/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ssd1327_spi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ssd1331_spi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ssd1351_spi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/tcs34725/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/thermostat/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/time_based/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/tof10120/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/veml3235/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/whirlpool/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/wifi_info/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/wifi_signal/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_cgd1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_cgdk2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_cgg1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_cgpr1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/component_tests/image/config/bad.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/addressable_light/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/atc_mithermometer/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/binary_sensor_map/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/climate_ir_lg/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/color_temperature/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/fastled_clockless/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/fujitsu_general/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/gpio_expander/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/grove_gas_mc_v2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/growatt_solar/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/havells_solar/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/hitachi_ac344/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/hrxl_maxsonar_wr/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/kalman_combinator/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/monochromatic/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/openthread_info/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/pulse_counter/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/rotary_encoder/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_gcls002/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_hhccjcy01/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_hhccpot002/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_jqjcy01ym/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_lywsd02/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_lywsd02mmc/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_lywsd03mmc/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_lywsdcgq/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_mhoc401/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_miscale/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_miscale2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_mjyd02yla/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_mue4094rt/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_wx08zm/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/zio_ultrasonic/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/beken_spi_led_strip/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/esp32_rmt_led_strip/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/inkbird_ibsth1_mini/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/pvvx_mithermometer/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/total_daily_energy/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_xmwsdj04mmc/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/components/demo/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | demo: 2 | -------------------------------------------------------------------------------- /tests/components/network/test.host.yaml: -------------------------------------------------------------------------------- 1 | network: 2 | -------------------------------------------------------------------------------- /docker/ha-addon-rootfs/etc/s6-overlay/s6-rc.d/nginx/type: -------------------------------------------------------------------------------- 1 | longrun 2 | -------------------------------------------------------------------------------- /docker/ha-addon-rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/nginx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/ade7953/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@angelnu"] 2 | -------------------------------------------------------------------------------- /esphome/components/ags10/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@mak-42"] 2 | -------------------------------------------------------------------------------- /esphome/components/am43/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@buxtronix"] 2 | -------------------------------------------------------------------------------- /esphome/components/bl0939/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@ziceva"] 2 | -------------------------------------------------------------------------------- /esphome/components/bl0940/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@tobias-"] 2 | -------------------------------------------------------------------------------- /esphome/components/bmi160/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@flaviut"] 2 | -------------------------------------------------------------------------------- /esphome/components/dht/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@OttoWinter"] 2 | -------------------------------------------------------------------------------- /esphome/components/ds2484/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@mrk-its"] 2 | -------------------------------------------------------------------------------- /esphome/components/feedback/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@ianchi"] 2 | -------------------------------------------------------------------------------- /esphome/components/gcja5/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@gcormier"] 2 | -------------------------------------------------------------------------------- /esphome/components/ledc/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@OttoWinter"] 2 | -------------------------------------------------------------------------------- /esphome/components/ltr501/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@latonita"] 2 | -------------------------------------------------------------------------------- /esphome/components/mmc5603/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@benhoff"] 2 | -------------------------------------------------------------------------------- /esphome/components/mmc5983/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@agoode"] 2 | -------------------------------------------------------------------------------- /esphome/components/ms8607/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@e28eta"] 2 | -------------------------------------------------------------------------------- /esphome/components/noblex/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@AGalfra"] 2 | -------------------------------------------------------------------------------- /esphome/components/pid/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@OttoWinter"] 2 | -------------------------------------------------------------------------------- /esphome/components/sdl/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@clydebarrow"] 2 | -------------------------------------------------------------------------------- /esphome/components/sen0321/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@notjj"] 2 | -------------------------------------------------------------------------------- /esphome/components/sfa30/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@ghsensdev"] 2 | -------------------------------------------------------------------------------- /esphome/components/smt100/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@piechade"] 2 | -------------------------------------------------------------------------------- /esphome/components/tc74/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@sethgirvan"] 2 | -------------------------------------------------------------------------------- /esphome/components/tormatic/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@ti-mo"] 2 | -------------------------------------------------------------------------------- /tests/components/bytebuffer/test.host.yaml: -------------------------------------------------------------------------------- 1 | !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/datetime/common.yaml: -------------------------------------------------------------------------------- 1 | datetime: 2 | 3 | time: 4 | -------------------------------------------------------------------------------- /tests/components/datetime/test.all.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/debug/test.host.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esphome/test.host.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/font/.gitattributes: -------------------------------------------------------------------------------- 1 | *.pcf -text 2 | 3 | -------------------------------------------------------------------------------- /tests/components/host/test.host.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/lvgl/.gitattributes: -------------------------------------------------------------------------------- 1 | *.ttf -text 2 | 3 | -------------------------------------------------------------------------------- /tests/components/psram/common.yaml: -------------------------------------------------------------------------------- 1 | psram: 2 | speed: 80MHz 3 | -------------------------------------------------------------------------------- /tests/components/sdl/test.host.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/unit_tests/fixtures/helpers/file-a.txt: -------------------------------------------------------------------------------- 1 | A files are unique. 2 | -------------------------------------------------------------------------------- /tests/unit_tests/fixtures/helpers/file-c.txt: -------------------------------------------------------------------------------- 1 | C files are unique. 2 | -------------------------------------------------------------------------------- /tests/unit_tests/fixtures/substitutions/.gitignore: -------------------------------------------------------------------------------- 1 | *.received.yaml -------------------------------------------------------------------------------- /docker/ha-addon-rootfs/etc/s6-overlay/s6-rc.d/discovery/type: -------------------------------------------------------------------------------- 1 | oneshot 2 | -------------------------------------------------------------------------------- /docker/ha-addon-rootfs/etc/s6-overlay/s6-rc.d/esphome/dependencies.d/base: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docker/ha-addon-rootfs/etc/s6-overlay/s6-rc.d/esphome/type: -------------------------------------------------------------------------------- 1 | longrun 2 | -------------------------------------------------------------------------------- /docker/ha-addon-rootfs/etc/s6-overlay/s6-rc.d/init-nginx/type: -------------------------------------------------------------------------------- 1 | oneshot 2 | -------------------------------------------------------------------------------- /docker/ha-addon-rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/discovery: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docker/ha-addon-rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/esphome: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docker/ha-addon-rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/init-nginx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/a02yyuw/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@TH-Braemer"] 2 | -------------------------------------------------------------------------------- /esphome/components/ade7880/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@kpfleming"] 2 | -------------------------------------------------------------------------------- /esphome/components/ade7953_i2c/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@angelnu"] 2 | -------------------------------------------------------------------------------- /esphome/components/ade7953_spi/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@angelnu"] 2 | -------------------------------------------------------------------------------- /esphome/components/alpha3/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@jan-hofmeier"] 2 | -------------------------------------------------------------------------------- /esphome/components/am2315c/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@swoboda1337"] 2 | -------------------------------------------------------------------------------- /esphome/components/bang_bang/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@OttoWinter"] 2 | -------------------------------------------------------------------------------- /esphome/components/daikin_arc/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@MagicBear"] 2 | -------------------------------------------------------------------------------- /esphome/components/daikin_brc/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@hagak"] 2 | -------------------------------------------------------------------------------- /esphome/components/dallas_temp/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@ssieb"] 2 | -------------------------------------------------------------------------------- /esphome/components/delonghi/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@grob6000"] 2 | -------------------------------------------------------------------------------- /esphome/components/duty_time/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@dudanov"] 2 | -------------------------------------------------------------------------------- /esphome/components/ft63x6/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@gpambrozio"] 2 | -------------------------------------------------------------------------------- /esphome/components/he60r/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@clydebarrow"] 2 | -------------------------------------------------------------------------------- /esphome/components/hyt271/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@Philippe12"] 2 | -------------------------------------------------------------------------------- /esphome/components/inkplate6/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@jesserockz"] 2 | -------------------------------------------------------------------------------- /esphome/components/jsn_sr04t/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@Mafus1"] 2 | -------------------------------------------------------------------------------- /esphome/components/lc709203f/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@ilikecake"] 2 | -------------------------------------------------------------------------------- /esphome/components/ltr_als_ps/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@latonita"] 2 | -------------------------------------------------------------------------------- /esphome/components/max17043/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@blacknell"] 2 | -------------------------------------------------------------------------------- /esphome/components/max9611/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@mckaymatthew"] 2 | -------------------------------------------------------------------------------- /esphome/components/mpu6886/__init__.py: -------------------------------------------------------------------------------- 1 | """Support for MPC-6886.""" 2 | -------------------------------------------------------------------------------- /esphome/components/pmwcs3/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@SeByDocKy"] 2 | -------------------------------------------------------------------------------- /esphome/components/qmp6988/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@andrewpc"] 2 | -------------------------------------------------------------------------------- /esphome/components/restart/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@esphome/core"] 2 | -------------------------------------------------------------------------------- /esphome/components/st7567_i2c/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@latonita"] 2 | -------------------------------------------------------------------------------- /esphome/components/st7567_spi/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@latonita"] 2 | -------------------------------------------------------------------------------- /esphome/components/st7701s/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@clydebarrow"] 2 | -------------------------------------------------------------------------------- /esphome/components/tm1621/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@Philippe12"] 2 | -------------------------------------------------------------------------------- /esphome/components/tmp1075/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@sybrenstuvel"] 2 | -------------------------------------------------------------------------------- /esphome/components/tsl2591/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@wjcarpenter"] 2 | -------------------------------------------------------------------------------- /esphome/components/ufire_ec/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@pvizeli"] 2 | -------------------------------------------------------------------------------- /esphome/components/ufire_ise/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@pvizeli"] 2 | -------------------------------------------------------------------------------- /esphome/components/veml7700/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@latonita"] 2 | -------------------------------------------------------------------------------- /esphome/components/version/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@esphome/core"] 2 | -------------------------------------------------------------------------------- /esphome/components/watchdog/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@oarcher"] 2 | -------------------------------------------------------------------------------- /esphome/components/weikai_i2c/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@DrCoolZic"] 2 | -------------------------------------------------------------------------------- /esphome/components/weikai_spi/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@DrCoolZic"] 2 | -------------------------------------------------------------------------------- /esphome/components/whynter/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@aeonsablaze"] 2 | -------------------------------------------------------------------------------- /esphome/components/xgzp68xx/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@gcormier"] 2 | -------------------------------------------------------------------------------- /tests/components/alpha3/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/alpha3/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/am43/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/am43/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/am43/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/am43/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/anova/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/anova/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bedjet/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bedjet/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/button/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/button/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/button/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bytebuffer/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bytebuffer/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bytebuffer/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/camera/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/camera/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/canbus/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/canbus/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/color/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/color/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/color/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/color/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/debug/test.bk72xx-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/debug/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/debug/test.ln882x-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/debug/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/dht/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/dht/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/dht/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/dht/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/dht/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/dht/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/display/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/endstop/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/endstop/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esphome/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/event/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/event/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/event/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/event/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/globals/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/globals/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/gt911/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/gt911/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/gt911/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ledc/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ledc/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ledc/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ledc/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/lock/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/lock/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/lock/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/lock/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/lock/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/lock/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/my9231/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/my9231/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/my9231/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/network/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/network/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/noblex/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/noblex/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ota/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ota/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ota/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ota/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ota/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ota/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pid/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pid/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pid/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pid/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pid/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pid/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/psram/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/psram/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/restart/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/restart/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/script/test.bk72xx-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/script/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/script/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/script/test.ln882x-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/script/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sntp/test.bk72xx-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sntp/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sntp/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sntp/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sntp/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sntp/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sntp/test.ln882x-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sntp/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/status/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/status/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/status/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/stepper/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/stepper/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sun/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sun/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sun/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sun/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sun/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sun/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/syslog/test.bk72xx-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/syslog/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/syslog/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/syslog/test.ln882x-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/syslog/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/time/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/time/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/time/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/time/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/time/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/time/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tm1638/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tm1638/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tm1638/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tm1651/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tm1651/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tx20/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tx20/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tx20/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tx20/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tx20/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tx20/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/udp/test.bk72xx-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/udp/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/udp/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/udp/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/udp/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/udp/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/udp/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/update/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/uptime/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/uptime/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/uptime/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/usb_uart/test.esp32-s3-idf.yaml: -------------------------------------------------------------------------------- 1 | !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/version/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/version/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wiegand/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wiegand/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/unit_tests/fixtures/helpers/file-b_1.txt: -------------------------------------------------------------------------------- 1 | All b files match. 2 | -------------------------------------------------------------------------------- /tests/unit_tests/fixtures/helpers/file-b_2.txt: -------------------------------------------------------------------------------- 1 | All b files match. 2 | -------------------------------------------------------------------------------- /docker/ha-addon-rootfs/etc/s6-overlay/s6-rc.d/discovery/dependencies.d/esphome: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docker/ha-addon-rootfs/etc/s6-overlay/s6-rc.d/discovery/dependencies.d/nginx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docker/ha-addon-rootfs/etc/s6-overlay/s6-rc.d/init-nginx/dependencies.d/base: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docker/ha-addon-rootfs/etc/s6-overlay/s6-rc.d/nginx/dependencies.d/esphome: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docker/ha-addon-rootfs/etc/s6-overlay/s6-rc.d/nginx/dependencies.d/init-nginx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esphome/components/a01nyub/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@MrSuicideParrot"] 2 | -------------------------------------------------------------------------------- /esphome/components/analog_threshold/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@ianchi"] 2 | -------------------------------------------------------------------------------- /esphome/components/atm90e26/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@danieltwagner"] 2 | -------------------------------------------------------------------------------- /esphome/components/bl0942/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@dbuezas", "@dwmw2"] 2 | -------------------------------------------------------------------------------- /esphome/components/camera/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@DT-art1", "@bdraco"] 2 | -------------------------------------------------------------------------------- /esphome/components/cm1106/__init__.py: -------------------------------------------------------------------------------- 1 | """CM1106 component for ESPHome.""" 2 | -------------------------------------------------------------------------------- /esphome/components/current_based/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@djwmarcx"] 2 | -------------------------------------------------------------------------------- /esphome/components/htu31d/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@betterengineering"] 2 | -------------------------------------------------------------------------------- /esphome/components/integration/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@OttoWinter"] 2 | -------------------------------------------------------------------------------- /esphome/components/libretiny_pwm/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@kuba2k2"] 2 | -------------------------------------------------------------------------------- /esphome/components/mlx90393/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@functionpointer"] 2 | -------------------------------------------------------------------------------- /esphome/components/mopeka_pro_check/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@spbrogan"] 2 | -------------------------------------------------------------------------------- /esphome/components/radon_eye_rd200/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@jeffeb3"] 2 | -------------------------------------------------------------------------------- /esphome/components/rpi_dpi_rgb/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@clydebarrow"] 2 | -------------------------------------------------------------------------------- /esphome/components/ultrasonic/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@OttoWinter"] 2 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_mhoc303/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@drug123"] 2 | -------------------------------------------------------------------------------- /tests/components/alpha3/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/alpha3/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/anova/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/anova/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/axs15231/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/axs15231/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/axs15231/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/axs15231/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/axs15231/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/b_parasite/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/b_parasite/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bang_bang/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bang_bang/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bang_bang/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bang_bang/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bang_bang/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bang_bang/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bedjet/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bedjet/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_client/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_client/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_presence/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_presence/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_rssi/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_rssi/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_rssi/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_rssi/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_scanner/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_scanner/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/button/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/button/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/button/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bytebuffer/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bytebuffer/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/bytebuffer/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/canbus/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/canbus/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/color/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/color/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/combination/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/combination/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/combination/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/const/test.esp32-s3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/dallas_temp/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/dallas_temp/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/dallas_temp/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/debug/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/debug/test.esp32-s2-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/debug/test.esp32-s2-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/debug/test.esp32-s3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/debug/test.esp32-s3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/duty_cycle/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/duty_cycle/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/duty_cycle/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/duty_cycle/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/duty_time/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/duty_time/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/duty_time/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/duty_time/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/duty_time/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/duty_time/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/endstop/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/endstop/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/endstop/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/endstop/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_ble/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_ble/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_camera/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_camera/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_dac/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_dac/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_improv/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_improv/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esphome/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | 3 | -------------------------------------------------------------------------------- /tests/components/esphome/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esphome/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esphome/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/event/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/event/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/fastled_spi/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/feedback/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/feedback/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/feedback/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/feedback/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/feedback/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/feedback/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/globals/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/globals/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/globals/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/globals/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/gt911/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/gt911/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/inkplate6/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/inkplate6/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/interval/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/interval/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/interval/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/interval/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/interval/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/interval/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/media_player/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/midea_ir/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/midea_ir/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/midea_ir/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/midea_ir/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/midea_ir/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mitsubishi/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mitsubishi/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mitsubishi/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mopeka_ble/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mopeka_ble/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/my9231/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/my9231/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/my9231/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/network/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/network/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/network/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/network/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/noblex/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/noblex/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/noblex/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/opentherm/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/opentherm/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/opentherm/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/opentherm/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/opentherm/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/power_supply/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/power_supply/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/psram/test.esp32-s2-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/psram/test.esp32-s2-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_meter/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_meter/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_meter/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_width/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_width/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_width/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/qspi_dbi/test.esp32-s3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/restart/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/restart/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/restart/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/restart/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/rp2040_pwm/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ruuvi_ble/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ruuvi_ble/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ruuvi_ble/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ruuvi_ble/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ruuvitag/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ruuvitag/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ruuvitag/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ruuvitag/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/script/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/script/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/script/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/shutdown/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/shutdown/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/shutdown/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/shutdown/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/shutdown/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/shutdown/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/slow_pwm/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/slow_pwm/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/slow_pwm/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/slow_pwm/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/slow_pwm/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/slow_pwm/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sprinkler/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sprinkler/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sprinkler/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sprinkler/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sprinkler/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sprinkler/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/status/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/status/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/status/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/status_led/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/status_led/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/status_led/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/status_led/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/stepper/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/stepper/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/stepper/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/stepper/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/syslog/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/syslog/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/syslog/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/thermostat/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/thermostat/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/thermostat/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/thermostat/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/time_based/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/time_based/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/time_based/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/time_based/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tm1638/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tm1638/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tm1638/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tm1651/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/tm1651/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ultrasonic/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ultrasonic/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ultrasonic/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ultrasonic/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/uptime/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/uptime/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/uptime/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/version/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/version/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/version/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/version/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wake_on_lan/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wake_on_lan/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wake_on_lan/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wiegand/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wiegand/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wiegand/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wiegand/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi/test-eap.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-eap.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi/test-eap.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-eap.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi_info/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi_info/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi_info/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi_info/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi_info/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi_info/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi_signal/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi_signal/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi_signal/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wireguard/test.bk72xx-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wireguard/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wireguard/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_ble/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_ble/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgd1/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgd1/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgdk2/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgdk2/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgg1/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgg1/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgpr1/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgpr1/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/unit_tests/fixtures/yaml_util/includes/list.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | - ${var1} 3 | -------------------------------------------------------------------------------- /tests/unit_tests/fixtures/yaml_util/includes/scalar.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | ${var1} 3 | -------------------------------------------------------------------------------- /.clang-tidy.hash: -------------------------------------------------------------------------------- 1 | a3cdfc378d28b53b416a1d5bf0ab9077ee18867f0d39436ea8013cf5a4ead87a -------------------------------------------------------------------------------- /esphome/components/absolute_humidity/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@DAVe3283"] 2 | -------------------------------------------------------------------------------- /esphome/components/airthings_wave_mini/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@ncareau"] 2 | -------------------------------------------------------------------------------- /esphome/components/ethernet_info/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@gtjadsonsantos"] 2 | -------------------------------------------------------------------------------- /esphome/components/hitachi_ac424/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@sourabhjaiswal"] 2 | -------------------------------------------------------------------------------- /esphome/components/honeywellabp/__init__.py: -------------------------------------------------------------------------------- 1 | """Support for Honeywell ABP""" 2 | -------------------------------------------------------------------------------- /esphome/components/ina226/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@Sergio303", "@latonita"] 2 | -------------------------------------------------------------------------------- /esphome/components/internal_temperature/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@Mat931"] 2 | -------------------------------------------------------------------------------- /esphome/components/pm2005/__init__.py: -------------------------------------------------------------------------------- 1 | """PM2005/2105 component for ESPHome.""" 2 | -------------------------------------------------------------------------------- /esphome/components/rp2040_pio_led_strip/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@Papa-DMan"] 2 | -------------------------------------------------------------------------------- /esphome/components/sigma_delta_output/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@Cat-Ion"] 2 | -------------------------------------------------------------------------------- /esphome/components/sonoff_d1/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@anatoly-savchenkov"] 2 | -------------------------------------------------------------------------------- /esphome/components/waveshare_epaper/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@clydebarrow"] 2 | -------------------------------------------------------------------------------- /esphome/components/xiaomi_hhccjcy10/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@fariouche"] 2 | -------------------------------------------------------------------------------- /tests/components/absolute_humidity/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/absolute_humidity/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/analog_threshold/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/analog_threshold/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/analog_threshold/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/api/test.host.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | 3 | network: 4 | -------------------------------------------------------------------------------- /tests/components/atc_mithermometer/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/atc_mithermometer/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/b_parasite/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/b_parasite/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/binary_sensor_map/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/binary_sensor_map/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_client/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_client/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_presence/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_presence/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_scanner/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ble_scanner/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/captive_portal/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/captive_portal/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/captive_portal/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/captive_portal/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/captive_portal/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/combination/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/combination/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/combination/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/dallas_temp/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/dallas_temp/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/dallas_temp/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/duty_cycle/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/duty_cycle/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_ble_beacon/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_ble_beacon/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_ble_client/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_ble_client/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_ble_server/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_ble_server/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_hosted/test.esp32-p4-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_improv/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_improv/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp8266_pwm/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esphome/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | 3 | -------------------------------------------------------------------------------- /tests/components/ethernet/common-openeth.yaml: -------------------------------------------------------------------------------- 1 | ethernet: 2 | type: OPENETH 3 | -------------------------------------------------------------------------------- /tests/components/ethernet_info/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ethernet_info/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/factory_reset/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/factory_reset/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/factory_reset/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/factory_reset/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/factory_reset/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/factory_reset/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/fastled_clockless/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/lightwaverf/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/m5stack_8angle/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/m5stack_8angle/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/m5stack_8angle/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/m5stack_8angle/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/m5stack_8angle/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/m5stack_8angle/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/micro_wake_word/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mitsubishi/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mitsubishi/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mopeka_ble/common.yaml: -------------------------------------------------------------------------------- 1 | esp32_ble_tracker: 2 | 3 | mopeka_ble: 4 | -------------------------------------------------------------------------------- /tests/components/mopeka_ble/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mopeka_ble/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mopeka_pro_check/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mopeka_pro_check/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mopeka_std_check/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mopeka_std_check/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/packet_transport/test.bk72xx-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/packet_transport/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/packet_transport/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/packet_transport/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/power_supply/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/power_supply/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/power_supply/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/power_supply/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_counter/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_counter/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_counter/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_counter/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_counter/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_counter/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_meter/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_meter/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_meter/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_width/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_width/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pulse_width/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/radon_eye_ble/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/radon_eye_ble/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/radon_eye_ble/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/radon_eye_ble/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/radon_eye_rd200/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/radon_eye_rd200/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/rpi_dpi_rgb/test.esp32-s3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ruuvi_ble/common.yaml: -------------------------------------------------------------------------------- 1 | esp32_ble_tracker: 2 | 3 | ruuvi_ble: 4 | -------------------------------------------------------------------------------- /tests/components/shelly_dimmer/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/status_led/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/status_led/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/thermostat/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/thermostat/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/time_based/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/time_based/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ultrasonic/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ultrasonic/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wake_on_lan/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wake_on_lan/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wake_on_lan/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/web_server/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common_v2.yaml 2 | -------------------------------------------------------------------------------- /tests/components/web_server/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common_v2.yaml 2 | -------------------------------------------------------------------------------- /tests/components/web_server/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common_v2.yaml 2 | -------------------------------------------------------------------------------- /tests/components/web_server/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common_v2.yaml 2 | -------------------------------------------------------------------------------- /tests/components/web_server/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common_v2.yaml 2 | -------------------------------------------------------------------------------- /tests/components/web_server/test_v1.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common_v1.yaml 2 | -------------------------------------------------------------------------------- /tests/components/web_server/test_v3.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common_v3.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi_signal/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi_signal/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/wifi_signal/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_ble/common.yaml: -------------------------------------------------------------------------------- 1 | esp32_ble_tracker: 2 | 3 | xiaomi_ble: 4 | -------------------------------------------------------------------------------- /tests/components/xiaomi_ble/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_ble/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgd1/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgd1/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgdk2/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgdk2/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgg1/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgg1/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgpr1/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_cgpr1/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_gcls002/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_gcls002/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_gcls002/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_gcls002/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_hhccjcy01/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_hhccjcy01/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_hhccpot002/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_hhccpot002/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_jqjcy01ym/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_jqjcy01ym/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_lywsd02/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_lywsd02/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_lywsd02/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_lywsd02/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_lywsd02mmc/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_lywsd02mmc/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_lywsd03mmc/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_lywsd03mmc/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_lywsdcgq/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_lywsdcgq/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_mhoc303/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_mhoc303/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_mhoc303/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_mhoc303/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_mhoc401/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_mhoc401/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_mhoc401/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_mhoc401/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_miscale/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_miscale/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_miscale/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_miscale/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_mjyd02yla/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_mjyd02yla/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_mue4094rt/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_mue4094rt/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_rtcgq02lm/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_rtcgq02lm/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_wx08zm/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_wx08zm/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_wx08zm/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_wx08zm/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /esphome/components/airthings_wave_plus/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@jeromelaban"] 2 | -------------------------------------------------------------------------------- /esphome/components/mopeka_std_check/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@Fabian-Schmidt"] 2 | -------------------------------------------------------------------------------- /esphome/components/shelly_dimmer/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@rnauber", "@edge90"] 2 | -------------------------------------------------------------------------------- /esphome/components/shutdown/__init__.py: -------------------------------------------------------------------------------- 1 | CODEOWNERS = ["@esphome/core", "@jsuanet"] 2 | -------------------------------------------------------------------------------- /tests/components/absolute_humidity/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/absolute_humidity/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/absolute_humidity/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/absolute_humidity/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/airthings_wave_mini/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/airthings_wave_mini/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/airthings_wave_mini/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/airthings_wave_mini/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/airthings_wave_plus/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/airthings_wave_plus/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/airthings_wave_plus/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/airthings_wave_plus/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/alarm_control_panel/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/alarm_control_panel/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/alarm_control_panel/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/alarm_control_panel/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/alarm_control_panel/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/alarm_control_panel/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/analog_threshold/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/analog_threshold/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/analog_threshold/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/atc_mithermometer/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/atc_mithermometer/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/binary_sensor_map/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/binary_sensor_map/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/binary_sensor_map/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/binary_sensor_map/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_ble/common.yaml: -------------------------------------------------------------------------------- 1 | esp32_ble: 2 | io_capability: keyboard_only 3 | -------------------------------------------------------------------------------- /tests/components/esp32_ble_beacon/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_ble_beacon/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_ble_client/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_ble_client/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_ble_server/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/esp32_ble_server/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ethernet/test-dm9051.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-dm9051.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ethernet/test-dm9051.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-dm9051.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ethernet/test-ip101.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-ip101.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ethernet/test-ip101.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-ip101.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ethernet/test-jl1101.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-jl1101.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ethernet/test-jl1101.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-jl1101.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ethernet/test-w5500.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-w5500.yaml 2 | -------------------------------------------------------------------------------- /tests/components/ethernet/test-w5500.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-w5500.yaml 2 | -------------------------------------------------------------------------------- /tests/components/exposure_notifications/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/exposure_notifications/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/external_components/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/external_components/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/external_components/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/external_components/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/external_components/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/external_components/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/inkbird_ibsth1_mini/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/inkbird_ibsth1_mini/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/inkbird_ibsth1_mini/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/inkbird_ibsth1_mini/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/internal_temperature/test.bk72xx-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/internal_temperature/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/internal_temperature/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/internal_temperature/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/logger/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-default_uart.yaml 2 | -------------------------------------------------------------------------------- /tests/components/logger/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-default_uart.yaml 2 | -------------------------------------------------------------------------------- /tests/components/logger/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-default_uart.yaml 2 | -------------------------------------------------------------------------------- /tests/components/logger/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-default_uart.yaml 2 | -------------------------------------------------------------------------------- /tests/components/logger/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-default_uart.yaml 2 | -------------------------------------------------------------------------------- /tests/components/logger/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-default_uart.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mdns/test-enabled.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-enabled.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mdns/test-enabled.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-enabled.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mdns/test-enabled.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-enabled.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mdns/test-enabled.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-enabled.yaml 2 | -------------------------------------------------------------------------------- /tests/components/micro_wake_word/test.esp32-s3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mopeka_pro_check/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mopeka_pro_check/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mopeka_std_check/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mopeka_std_check/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mqtt_subscribe/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-ard.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mqtt_subscribe/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-ard.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mqtt_subscribe/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-idf.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mqtt_subscribe/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-idf.yaml 2 | -------------------------------------------------------------------------------- /tests/components/mqtt_subscribe/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common-ard.yaml 2 | -------------------------------------------------------------------------------- /tests/components/packet_transport/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/packet_transport/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/packet_transport/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pvvx_mithermometer/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pvvx_mithermometer/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pvvx_mithermometer/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/pvvx_mithermometer/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/radon_eye_rd200/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/radon_eye_rd200/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/rp2040_pio_led_strip/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sigma_delta_output/test.esp32-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sigma_delta_output/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sigma_delta_output/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sigma_delta_output/test.esp32-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sigma_delta_output/test.esp8266-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/sigma_delta_output/test.rp2040-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_hhccjcy01/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_hhccjcy01/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_hhccpot002/test.esp32-c3-ard.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | -------------------------------------------------------------------------------- /tests/components/xiaomi_hhccpot002/test.esp32-c3-idf.yaml: -------------------------------------------------------------------------------- 1 | <<: !include common.yaml 2 | --------------------------------------------------------------------------------