mirror of
https://github.com/esphome/esphome.git
synced 2025-09-05 12:52:19 +01:00
Add support for controlling fan direction (#1051)
* Fix fan oscillation trait not being used * Add fan direction support to SpeedFan * Add fan direction to API * Add fan direction support to BinaryFan * Fix CI errors * Fix python format * Change some ordering to trigger CI * Add test for the configuration
This commit is contained in:
@@ -130,6 +130,7 @@ CONF_DIMENSIONS = 'dimensions'
|
||||
CONF_DIO_PIN = 'dio_pin'
|
||||
CONF_DIR_PIN = 'dir_pin'
|
||||
CONF_DIRECTION = 'direction'
|
||||
CONF_DIRECTION_OUTPUT = 'direction_output'
|
||||
CONF_DISCOVERY = 'discovery'
|
||||
CONF_DISCOVERY_PREFIX = 'discovery_prefix'
|
||||
CONF_DISCOVERY_RETAIN = 'discovery_retain'
|
||||
|
Reference in New Issue
Block a user