This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::part(rc-benefits__list){ | |
/*Benefits List*/ | |
} | |
::part(rc-benefits__image){ | |
/*Benefits Image*/ | |
} | |
::part(rc-design-mode-banner){ | |
/*Design Mode Banner*/ | |
} | |
::part(rc-design-mode-banner__content){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
substitutions: | |
display_name: 'ESP32 C3 Lilygo T01 Plus' | |
device_description: 'ESP32 C3 Test for the Lilygo T01 Plus board' | |
friendly_name: 'ESP32 C3 Lilygo T01 Plus' | |
device_name: lilygo-t01-plus | |
node_name: lilygo_t01_plus | |
esphome: | |
name: ${device_name} | |
platformio_options: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
substitutions: | |
display_name: 'EPaper Display Badgy 02' | |
device_description: 'EPaper Display Badgy 01. The Blue one!' | |
friendly_name: 'EPaper Display Badgy 02' # displayed in HA.. Whatever name you'd like | |
device_name: epaper-display-02 | |
node_name: epaper_display_02 | |
esphome: | |
name: ${device_name} | |
comment: ${device_description} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
substitutions: | |
display_name: 'ESP32 C3 Test' | |
device_description: 'ESP32 C3 Test for the Lilygo ESP01 board' | |
friendly_name: 'ESP32 C3 Test' | |
device_name: esp32c3-test-new | |
node_name: esp32c3_test_new | |
esphome: | |
name: ${device_name} | |
platformio_options: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Power pin to the APA102 LED - The Tiny Pico controls a PNP transistor on GPIO13 to shut the Dotstar LED down when not in use to save power. Active LOW, so inverted. | |
power_supply: | |
- id: 'apa102_psu' | |
pin: | |
number: GPIO13 | |
inverted: true | |
# The Dotstart APA102 onboard addressable LED, power is supplied via 3.3v contolled by transistor managed via GPIO13 as per above. | |
# It doesn't have a good brightness scale (using ESPHome) and appears almost off below 50% - use this at 70-100% brightness and more as a proof of concept. | |
light: |