mirror of
https://github.com/esphome/esphome.git
synced 2025-10-01 09:32:21 +01:00
18 lines
218 B
YAML
18 lines
218 B
YAML
esphome:
|
|
name: crc8-helper-test
|
|
|
|
host:
|
|
|
|
api:
|
|
|
|
logger:
|
|
level: INFO
|
|
|
|
external_components:
|
|
- source:
|
|
type: local
|
|
path: EXTERNAL_COMPONENT_PATH
|
|
components: [crc8_test_component]
|
|
|
|
crc8_test_component:
|