mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
40e79299d5
Co-authored-by: Richard Nauber <richard@nauber.dev> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
30 lines
587 B
YAML
30 lines
587 B
YAML
i2c:
|
|
sda: 0
|
|
scl: 1
|
|
id: bus_external
|
|
|
|
m5stack_8angle:
|
|
i2c_id: bus_external
|
|
id: m5stack_8angle_base
|
|
|
|
light:
|
|
- platform: m5stack_8angle
|
|
m5stack_8angle_id: m5stack_8angle_base
|
|
id: m8_angle_leds
|
|
name: Lights
|
|
effects:
|
|
- addressable_scan:
|
|
|
|
sensor:
|
|
- platform: m5stack_8angle
|
|
m5stack_8angle_id: m5stack_8angle_base
|
|
channel: 1
|
|
name: Knob 1
|
|
- platform: m5stack_8angle
|
|
m5stack_8angle_id: m5stack_8angle_base
|
|
channel: 2
|
|
name: Knob 2
|
|
binary_sensor:
|
|
- platform: m5stack_8angle
|
|
m5stack_8angle_id: m5stack_8angle_base
|
|
name: Switch
|