# Guition 1.8" Rotary Knob, Guition JC3636K518C-I-YR1
# Also available as WaveShare ESP32-S3-Knob-Touch-LCD-1.8 (SKU 31623).
substitutions:
  name: "redknob-controls"
  friendly_name: "RedKnob"
  comment: "Controls-mode Guition 1.8in Rotary Knob JC3636K518C-I-YR1"

  # Use redknob.sendspin.yaml for sendspin-mode. This file is for
  # controls-only mode, e.g. to control a remote mediaplayer.
  enable_sendspin: false

  repo_base_uri: "../../RedSmartKnob"

# Duplicated for the sake of ewt-gen
esphome:
  name: "${name}"

logger:
  level: INFO

packages:
  setup: !include device/packages.yaml
 
# vim: set tabstop=2 shiftwidth=2 expandtab:
