esphome/tests/components/light/test.esp32-c3-idf.yaml
Jesse Hills efe4c5e3bc
Some checks failed
YAML lint / yamllint (push) Has been cancelled
CI / Create common environment (push) Has been cancelled
CI / Check flake8 (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Check pyupgrade (push) Has been cancelled
CI / CI Status (push) Has been cancelled
CI / Check black (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Run pytest (push) Has been cancelled
CI / Check clang-format (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / list-components (push) Has been cancelled
CI / Component test (push) Has been cancelled
CI / Split components for testing into 20 groups maximum (push) Has been cancelled
CI / Test split components (push) Has been cancelled
[light] Add `initial_state` configuration (#7577)
2024-10-11 13:13:32 -04:00

21 lines
334 B
YAML

output:
- platform: gpio
id: test_binary
pin: 0
- platform: ledc
id: test_ledc_1
pin: 1
- platform: ledc
id: test_ledc_2
pin: 2
- platform: ledc
id: test_ledc_3
pin: 3
- platform: ledc
id: test_ledc_4
pin: 4
- platform: ledc
id: test_ledc_5
pin: 5
<<: !include common.yaml