1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Add some components to the new testing framework (A part 2) (#6162)

This commit is contained in:
Keith Burzinski
2024-02-06 13:05:04 -06:00
committed by GitHub
parent 164b42f5aa
commit 9dbbc80c74
88 changed files with 2622 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
i2c:
- id: i2c_as5600
scl: 5
sda: 4
as5600:
dir_pin: 6
direction: clockwise
start_position: 90deg
range: 180deg
watchdog: true
power_mode: low1
hysteresis: lsb1
slow_filter: 8x
fast_filter: lsb6
sensor:
- platform: as5600
name: AS5600 Position
raw_position:
name: AS5600 Raw Position
gain:
name: AS5600 Gain
magnitude:
name: AS5600 Magnitude
status:
name: AS5600 Status