mirror of
https://github.com/esphome/esphome.git
synced 2025-11-04 00:51:49 +00:00
[gpio_expander] Add intelligent pin type selection to CachedGpioExpander template (#10577)
This commit is contained in:
@@ -12,6 +12,10 @@ external_components:
|
||||
- source:
|
||||
type: local
|
||||
path: EXTERNAL_COMPONENT_PATH
|
||||
components: [gpio_expander_test_component]
|
||||
components: [gpio_expander_test_component, gpio_expander_test_component_uint16]
|
||||
|
||||
# Test with uint8_t (multiple banks)
|
||||
gpio_expander_test_component:
|
||||
|
||||
# Test with uint16_t (single bank)
|
||||
gpio_expander_test_component_uint16:
|
||||
|
||||
Reference in New Issue
Block a user