1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 13:22:19 +01:00

Display tm1637 (#946)

* add TM1637 support
This commit is contained in:
Guillermo Ruffino
2020-01-13 19:44:55 -03:00
committed by Brandon Davidson
parent 6a60f01753
commit 990a4d4774
6 changed files with 412 additions and 3 deletions

View File

@@ -125,6 +125,7 @@ CONF_DELTA = 'delta'
CONF_DEVICE = 'device'
CONF_DEVICE_CLASS = 'device_class'
CONF_DIMENSIONS = 'dimensions'
CONF_DIO_PIN = 'dio_pin'
CONF_DIR_PIN = 'dir_pin'
CONF_DIRECTION = 'direction'
CONF_DISCOVERY = 'discovery'