mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
[kp18058] fix failing tests
This commit is contained in:
parent
3cfaaa8a0d
commit
8a031ebec3
7 changed files with 36 additions and 6 deletions
|
@ -1,9 +1,3 @@
|
|||
kp18058:
|
||||
data_pin: 16
|
||||
clock_pin: 17
|
||||
cw_current: 8
|
||||
rgb_current: 5
|
||||
|
||||
output:
|
||||
- platform: kp18058
|
||||
id: output_green
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
kp18058:
|
||||
data_pin: 16
|
||||
clock_pin: 17
|
||||
cw_current: 8
|
||||
rgb_current: 5
|
||||
|
||||
<<: !include common.yaml
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
kp18058:
|
||||
data_pin: 5
|
||||
clock_pin: 4
|
||||
cw_current: 8
|
||||
rgb_current: 5
|
||||
|
||||
<<: !include common.yaml
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
kp18058:
|
||||
data_pin: 5
|
||||
clock_pin: 4
|
||||
cw_current: 8
|
||||
rgb_current: 5
|
||||
|
||||
<<: !include common.yaml
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
kp18058:
|
||||
data_pin: 16
|
||||
clock_pin: 17
|
||||
cw_current: 8
|
||||
rgb_current: 5
|
||||
|
||||
<<: !include common.yaml
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
kp18058:
|
||||
data_pin: 5
|
||||
clock_pin: 4
|
||||
cw_current: 8
|
||||
rgb_current: 5
|
||||
|
||||
<<: !include common.yaml
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
kp18058:
|
||||
data_pin: 5
|
||||
clock_pin: 4
|
||||
cw_current: 8
|
||||
rgb_current: 5
|
||||
|
||||
<<: !include common.yaml
|
||||
|
|
Loading…
Reference in a new issue