mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 20:32:21 +01:00
Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
18 lines
304 B
YAML
18 lines
304 B
YAML
esphome:
|
|
name: gpio-expander-cache
|
|
host:
|
|
|
|
logger:
|
|
level: DEBUG
|
|
|
|
api:
|
|
|
|
# External component that uses gpio_expander::CachedGpioExpander
|
|
external_components:
|
|
- source:
|
|
type: local
|
|
path: EXTERNAL_COMPONENT_PATH
|
|
components: [gpio_expander_test_component]
|
|
|
|
gpio_expander_test_component:
|