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
| nice demo congrat's |
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
| esphome: | |
| name: esp32-s3-touch-lcd-185 | |
| friendly_name: esp32-s3-touch-lcd-1.85 | |
| on_boot: | |
| priority: 600 | |
| then: | |
| - lambda: |- | |
| uint8_t config[2]; | |
| // 🔹 Gyro + Accel aus Standby holen |
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
| ##Allows using mdi icons in esphome configs without having to look up the unicode value | |
| ##Uses the substitution engine to substitute the icon with the unicode. This means it is limited to a valid substitution format | |
| ##So instead of the home assistant mdi: way, icons are prefixed with mdi_. Slashes are also not allowed, so those are replaced with underscores as well. | |
| mdi_ab_testing: "\U000F01C9" | |
| mdi_abacus: "\U000F16E0" | |
| mdi_abjad_arabic: "\U000F1328" | |
| mdi_abjad_hebrew: "\U000F1329" | |
| mdi_abugida_devanagari: "\U000F132A" | |
| mdi_abugida_thai: "\U000F132B" |