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
| # Board | |
| # https://s.click.aliexpress.com/e/_9IDl91 | |
| # ESPHome docs: | |
| # - https://esphome.io/components/display/waveshare_epaper.html | |
| # - https://esphome.io/components/spi.html#spi | |
| # - https://esphome.io/components/display/index.html#formatted-text | |
| substitutions: | |
| esphome_name: esp32_ttgo_t5 |
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
| import boto3 | |
| import time | |
| import datetime | |
| from dateutil import parser | |
| import botocore.exceptions | |
| from colorama import init, Fore, Style | |
| from rich.console import Console | |
| from rich.table import Table | |
| from rich.panel import Panel | |
| from rich.progress import Progress, SpinnerColumn, TextColumn |