substitutions: name: "m5-dial" wifi_ssid: !secret wifi_ssid wifi_password: !secret wifi_password esphome: name: ${name} name_add_mac_suffix: false project: name: smarthomeyourself.m5_dial version: "1.2" platformio_options: lib_deps: - Wire - EEPROM - ArduinoJson - m5stack/M5Unified@0.2.14 - m5stack/M5Dial@1.0.3 - m5stack/M5GFX@0.2.20 external_components: - source: type: git url: https://github.com/SmartHome-yourself/m5-dial-for-esphome/ ref: main components: [shys_m5_dial] dashboard_import: package_import_url: github://SmartHome-yourself/m5-dial-for-esphome/shys-m5-dial.yaml@main import_full_config: false esp32: board: esp32-s3-devkitc-1 framework: type: arduino advanced: include_builtin_idf_components: - esp_lcd flash_size: 8MB logger: level: INFO logs: api: WARN esp32.preferences: WARN LOOP: WARN DISPLAY: WARN TOUCH: WARN HA_API: WARN DEVICE: WARN MEDIAPLAYER: WARN api: homeassistant_states: true homeassistant_services: true custom_services: true ota: platform: esphome wifi: ssid: ${wifi_ssid} password: ${wifi_password} ap: password: "12345678" #improv_serial: captive_portal: