Add RFXtrx Rfy venetian blinds tilt control (#44309)
* Add tilt control for RFXtrx Rfy venetian blinds * Update Rfy cover test * Update the required version of pyRFXtrx * Update required pyRFXtrx version to 0.26.1 * Revert "Update required pyRFXtrx version to 0.26.1" This reverts commitd54f1645d5
. * Revert "Update the required version of pyRFXtrx" This reverts commitac36d65326
. * Update required version of pyRFXtrx to 0.26.1 * @dzukero Update required version of pyRFXtrx to 0.26.1 * Make requested changes from review * Fix isort * Remove set tilt position support * Remove set tilt position support per review
This commit is contained in:
parent
cc21639f00
commit
2ed7b90027
10 changed files with 375 additions and 8 deletions
|
@ -6,10 +6,15 @@ CONF_AUTOMATIC_ADD = "automatic_add"
|
|||
CONF_SIGNAL_REPETITIONS = "signal_repetitions"
|
||||
CONF_DEBUG = "debug"
|
||||
CONF_OFF_DELAY = "off_delay"
|
||||
CONF_VENETIAN_BLIND_MODE = "venetian_blind_mode"
|
||||
|
||||
CONF_REMOVE_DEVICE = "remove_device"
|
||||
CONF_REPLACE_DEVICE = "replace_device"
|
||||
|
||||
CONST_VENETIAN_BLIND_MODE_DEFAULT = "Unknown"
|
||||
CONST_VENETIAN_BLIND_MODE_EU = "EU"
|
||||
CONST_VENETIAN_BLIND_MODE_US = "US"
|
||||
|
||||
COMMAND_ON_LIST = [
|
||||
"On",
|
||||
"Up",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue