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

[CI] Consolidate some tests (A) (#8184)

This commit is contained in:
Keith Burzinski
2025-02-04 17:04:53 -06:00
committed by GitHub
parent 6f4e8f1fbf
commit d4ac2d3c7e
142 changed files with 1003 additions and 2598 deletions

View File

@@ -0,0 +1,27 @@
i2c:
- id: i2c_as5600
scl: ${scl_pin}
sda: ${sda_pin}
as5600:
dir_pin: ${dir_pin}
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

View File

@@ -1,27 +1,6 @@
i2c:
- id: i2c_as5600
scl: 16
sda: 17
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
dir_pin: GPIO15
as5600:
dir_pin: 12
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
<<: !include common.yaml

View File

@@ -1,27 +1,6 @@
i2c:
- id: i2c_as5600
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
dir_pin: GPIO6
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
<<: !include common.yaml

View File

@@ -1,27 +1,6 @@
i2c:
- id: i2c_as5600
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
dir_pin: GPIO6
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
<<: !include common.yaml

View File

@@ -1,27 +1,6 @@
i2c:
- id: i2c_as5600
scl: 16
sda: 17
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
dir_pin: GPIO15
as5600:
dir_pin: 12
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
<<: !include common.yaml

View File

@@ -1,27 +1,6 @@
i2c:
- id: i2c_as5600
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
dir_pin: GPIO15
as5600:
dir_pin: 15
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
<<: !include common.yaml

View File

@@ -1,27 +1,6 @@
i2c:
- id: i2c_as5600
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
dir_pin: GPIO6
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
<<: !include common.yaml