1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Add addressable_light display platform (#1272)

This commit is contained in:
Mike Ryan
2021-03-18 01:08:50 -05:00
committed by GitHub
parent b5b2036971
commit f63f9168ff
7 changed files with 226 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ esphome/core/* @esphome/core
# Integrations
esphome/components/ac_dimmer/* @glmnet
esphome/components/adc/* @esphome/core
esphome/components/addressable_light/* @justfalter
esphome/components/animation/* @syndlex
esphome/components/api/* @OttoWinter
esphome/components/async_tcp/* @OttoWinter