1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Add X9C Potentiometer component (#4183)

fixes https://github.com/esphome/feature-requests/issues/1270
This commit is contained in:
EtienneMD
2023-01-10 20:51:50 -05:00
committed by GitHub
parent a19f0c0db0
commit 1cf3424ebe
7 changed files with 159 additions and 0 deletions

View File

@@ -1713,6 +1713,12 @@ output:
id: bp5758d_warmwhite
channel: 4
current: 10
- platform: x9c
id: test_x9c
cs_pin: GPIO25
inc_pin: GPIO26
ud_pin: GPIO27
initial_value: 0.5
e131: